3 skills write AGENTS.md, CONTEXT.md, DESIGN.md. Docs agent actually needs.
Skills for creating and reviewing the three standing context files an AI agent reads before touching a codebase: AGENTS.md, CONTEXT.md, and DESIGN.md.
These skills follow the Agent Skills specification so they can be used by any skills-compatible agent.
npx skills add robcsaszar/scaffold
/plugin marketplace add robcsaszar/scaffold
/plugin install robcsaszar-scaffold@scaffold
Copy the skills/ directory into your project's .claude/skills/.
npx skills add robcsaszar/scaffold --skill ai-context-dot-md
Or manually, copy just that skill's directory:
cp -r skills/ai-context-dot-md /path/to/project/.claude/skills/| Skill | Description |
|---|---|
| ai-agents-dot-md | Creates or reviews AGENTS.md files, the standing instructions a coding agent reads before acting on a repo |
| ai-context-dot-md | Creates or reviews CONTEXT.md files: hierarchical, LLM-optimized documentation describing what a codebase is, its architecture, domain model, and conventions |
| ai-design-dot-md | Creates or extracts DESIGN.md files: YAML design tokens plus ordered markdown sections capturing a design system for AI agents |
MIT © Rob Csaszar
