Help us improve
Share bugs, ideas, or general feedback.
From autology
Classifies knowledge items from context or action summaries as existing or new in docs/, providing topology hints (wikilinks, tags, connections) for sync and capture after commits or refactors.
npx claudepluginhub curt-park/autology --plugin autologyHow this skill is triggered — by the user, by Claude, or both
Slash command
/autology:triage-knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan docs/ against conversation context or an action summary.
Verifies and updates existing codebase documentation nodes (docs/*.md) against current code after changes or refactors. Fast mode for triaged items; full audits entire knowledge base.
Scans promoted knowledge files, normalizes tags, flags untagged files, suggests freeform-to-known promotions, detects stale files, suggests cross-references, and regenerates the knowledge index. Invoked via "/index" or "rebuild index".
Analyzes CLAUDE.md and docs/ content to classify sections for KB migration. Interactive process with user approval to organize project knowledge without degrading core capabilities.
Share bugs, ideas, or general feedback.
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.
From conversation or action summary, identify:
For each item:
For matched nodes:
For unmatched new items:
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)
| Mistake | Fix |
|---|---|
| Judge relevance by keyword match alone | Read the file to confirm actual relevance |
| Omit topology hints | sync/capture rely on connected/suggested relations — always include |
| Ignore implicit relations | Check tags and content overlap even without wikilinks |