What problem does it solve?
Bootstrap the agent-agnostic adaptive documentation system in a project. Create a standard structure across projects to reduce setup friction by provisioning AGENTS.md, docs/ai, the .agents/skills directory, the .claude/skills symlink, a root AGENTS.md, and a starter docs/ai/architecture.md placeholder when needed.
Core Features & Use Cases
- Automated scaffolding: creates AGENTS.md, docs/ai, and the .agents/skills directory to standardize documentation and skill usage across agents.
- Symlink support: establishes a .claude/skills symlink to centralize shared skills while keeping project structure clean.
- Optional architecture starter: can scaffold docs/ai/architecture.md with a mermaid placeholder for early diagramming.
- Non-destructive setup: avoids overwriting existing files and provides guidance to refactor later with /adaptive-docs-extract.
Quick Start
Run this skill in your project to scaffold AGENTS.md, docs/ai, and the .agents/skills structure.