@kraekke/agent-docs
v1.0.12
Published
Documentation framework for AI-assisted development with Claude Code
Maintainers
Readme
Agent Docs
A documentation framework for AI-assisted software development with Claude Code.
Install
npx @kraekke/agent-docsAfter installing, run /deploy to set up the agent docs in your project
Update
npx @kraekke/agent-docs@latest --updateUsage
Each fresh session run /boot to start working with the framework.
What It Does
Provides structure for AI agents to understand your project through:
- Knowledge files that capture decisions and context
- Skills that extend agent capabilities
- Workspace for active iterations
The .agent/ directory contains the framework internals. AI agents should run /boot — it loads the operational stance from tools/skills/boot/SKILL.md and the core principles from core/*.md.
