triage-knowledge

Use after significant actions (commits, decisions, refactors) or when asked to triage changes — classifies knowledge items as existing or new and provides topology hints for sync and capture.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "triage-knowledge" with this command: npx skills add curt-park/autology/curt-park-autology-triage-knowledge

Overview

Scan docs/ against conversation context or an action summary. Classify each knowledge item as existing or new, and return topology hints (connected nodes, shared tags) so sync and capture can use them during execution.

Process

1. Extract knowledge items from context

From conversation or action summary, identify:

  • Decisions made, conventions established, components changed, patterns discovered

2. Search docs/ for each item

For each item:

  • Grep docs/ for keywords, titles, tags
  • Read matched files to confirm relevance

3. Build topology hints

For matched nodes:

  • Extract wikilink connections ([[target]] patterns)
  • Identify nodes sharing tags
  • Flag hub/orphan status

For unmatched new items:

  • Suggest related existing nodes based on tags or content overlap

4. Return classified list

Output Format

Autology — Triage Results

Existing (→ sync)

  • docs/foo.md — matches [item description] Connected: [[bar]], [[baz]] | Tags: arch, api | Hub (5 links)
  • docs/qux.md — matches [item description] Connected: [[foo]] | Tags: convention | Orphan-adjacent

New (→ capture)

  • [item description] — no matching node Suggested relations: [[foo]], [[bar]] (shared tags: architecture)
  • [item description] — no matching node Suggested relations: none

If no existing docs match any items, use empty-state format:

Autology — Triage Results

No existing matches found. All items classified as new.

New (→ capture)

  • [item description] — no matching node Suggested relations: [[foo]] (shared tags: architecture)

Common Mistakes

MistakeFix
Judge relevance by keyword match aloneRead the file to confirm actual relevance
Omit topology hintssync/capture rely on connected/suggested relations — always include
Ignore implicit relationsCheck tags and content overlap even without wikilinks

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

capture-knowledge

No summary provided by upstream source.

Repository SourceNeeds Review
Research

sync-knowledge

No summary provided by upstream source.

Repository SourceNeeds Review
Research

explore-knowledge

No summary provided by upstream source.

Repository SourceNeeds Review
Research

learn-anything-in-one-hour

Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".

Archived SourceRecently Updated