From odin
Analyzes a codebase to create or improve an AGENTS.md file that captures hard-to-rediscover conventions, constraints, and rationale for future agent instances.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odin:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze this codebase and create or improve an `AGENTS.md` file for future ODIN Code Agent instances.
Analyze this codebase and create or improve an AGENTS.md file for future ODIN Code Agent instances.
Only encode knowledge that is expensive to rediscover. An agent can fd, rg, ast-grep, and read files in seconds. If the information is one search away, omit it.
AGENTS.md is for priming and guiding future agents with conventions, constraints, and rationale. It is not a repository summary.
AGENTS.md already exists, suggest targeted improvements instead of rewriting.npx claudepluginhub outlinedriven/odin-claude-plugin --plugin odinAnalyzes repository structure to generate or update AGENTS.md contributor guides for AI agents. Supports single-repo and monorepo layouts with update mode that preserves custom sections.
Generates hierarchical AGENTS.md structures for codebases to optimize AI agent token usage. Use for repo analysis, monorepos, JIT indexing, and token-efficient root/sub-folder docs.
Generates and maintains AGENTS.md files for AI agents using shell scripts that detect project structure, extract commands and CI rules, and validate content freshness.