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 autologyThis skill uses the workspace's default tool permissions.
Scan docs/ against conversation context or an action summary.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
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 |