autology
01Plugin Claude Code
Plugin marketplace listing 1 plugin: autology.
Plugin Claude Code
Plugin marketplace listing 1 plugin: autology.
Plugin Claude Code
Living Ontology for Claude Code - Captures and reuses knowledge across sessions.
Command Claude Code
Run behavioral evals for an autology skill. Usage: /eval-behavior.
Command Claude Code
Run trigger evals for an autology skill. Empirically tests whether the skill description causes Claude to actually invoke it. Usage: /eval-trigger.
Hook
Runs when a session starts, executing session-start.sh via bash. From Curt-Park/autology.
Skill Claude CodeCodex
Use when user is new to Autology, asks "how does Autology work", wants to learn about knowledge capture, or requests a guided introduction.
Skill Claude CodeCodex
Use after significant project actions — commit, push, PR — or when the team settles on how to build or operate the system: a technology choice, a process, a rule, or a standard. Running close to the action keeps captured knowledge more accurate and complete.
Skill Claude CodeCodex
Use to permanently record a project decision, convention, pattern, or known issue into the knowledge base (docs/) — triggers on explicit save intent ("remember this", "save this", "document this"), decision or convention announcements ("we decided", "settled on", "the rule is"), or triage output classifying new items…
Skill Claude CodeCodex
Use whenever the user asks about this project's decisions, architecture, conventions, or how something works in this codebase — do NOT answer from general knowledge, always look it up in docs/. Trigger on questions like "why did we choose X?", "how does Y work here?", "what's our convention for Z?", "what docs…
Skill Claude CodeCodex
Use when existing autology docs/ nodes need syncing or updating — when a doc is out of date after a code change, after refactors, when triage identifies existing nodes to verify, or for periodic full audits. Not for new items (use capture) or knowledge questions (use explore).
Skill Claude CodeCodex
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.
Instructions file
Instructions for Curt-Park/claudeview: Before finishing any task, read and apply.