Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when the user says 'set up adaptive docs', 'init docs', 'add agent docs to this project', or wants to bootstrap the three-layer docs/ai/ + AGENTS.md structure in a new project.
Set up the adaptive documentation system in a project. This is the mechanical bootstrap - it creates the structure but doesn't try to refactor existing sprawl. Use /adaptive-docs-extract for that after.
The system is agent-agnostic: AGENTS.md is the primary root file (universal standard, supported by Codex / Cursor / Windsurf / Aider, and read by Claude Code as a fallback). CLAUDE.md is optional and only created if the user wants Claude Code-specific additions.
The architecture being installed:
<project>/
├── AGENTS.md # always loaded, agent-agnostic root (primary)
├── docs/ai/ # on-demand reference docs (the source of truth)
│ ├── README.md
│ └── writing-docs.md # meta-rules for editing these
├── .agents/skills/ # auto-activated skills (shared between agents)
└── .claude/skills # symlink → ../.agents/skills
See ~/.claude/templates/adaptive-docs/ for the templates this skill uses.
Confirm we're in a git repository and at the project root:
git rev-parse --show-toplevel
npx skills add divad12/dotfiles --skill adaptive-docs-initHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.