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.
npx claudepluginhub titusz/skills --plugin docs-for-agentsThis skill uses the workspace's default tool permissions.
Generate or update a "For Coding Agents" reference page — a compressed, prescriptive
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
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).