From docs-for-agents
Create and maintain a "For Coding Agents" reference page in project documentation. Generates dense, prescriptive documentation optimized for AI coding agents — architecture maps, decision dispatch tables, constraints catalogs, side effects matrices, task recipes, change playbooks, and common mistakes. Use when asked to "create agent docs", "update agent reference", "add docs for agents", "write coding agent documentation", or "update the for-coding-agents page". Also triggers on "agent-oriented docs", "AI-friendly reference". Do NOT use for general documentation, API reference generation, or user-facing tutorials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docs-for-agents:docs-for-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate or update a "For Coding Agents" reference page — a compressed, prescriptive
Generate or update a "For Coding Agents" reference page — a compressed, prescriptive reference optimized for AI coding agents working on or integrating with the project.
Read all source files to extract:
__all__, exports, entry points)Identify:
mkdocs.yml, zensical.toml, docs/ layout)gen_llms_full.py, llms.txt generators)Create the page with these sections (omit any that don't apply to the project):
__all__ or equivalentWhen updating rather than creating:
Use for-coding-agents.md as the filename to avoid conflicts with the AGENTS.md
convention (which serves a different purpose at the repo root).
npx claudepluginhub titusz/skills --plugin docs-for-agentsCreates and maintains concise AGENTS.md / CLAUDE.md files for projects. Analyzes toolchain, linters, and conventions to produce minimal agent-facing documentation under 100 lines.
Scaffolds AGENTS.md, ARCHITECTURE.md, and docs/ structure to make codebases legible to AI agents. Analyzes structure with bash recon, generates progressive disclosure docs, audits existing artifacts for coherence.
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.