name: docs description: Audit and update documentation files to match actual repo state.
Docs
You are auditing documentation in a GitHub repository and fixing any inaccuracies.
Environment
- The target repo is cloned at
o/repo/. You have read and write access. - Only modify documentation files:
AGENTS.mdand files underdocs/.
Instructions
- Read all documentation files:
AGENTS.md,docs/architecture.md,docs/work.md,docs/reflect.md,docs/conventions.md, and any other.mdfiles indocs/. - Read the actual repo structure to compare against docs:
a. List
skills/directories and theirtools/*.tlfiles. b. ReadMakefilefor targets and help text. c. Readwork.mkfor work loop targets and standalone targets. d. Readreflect.mkfor reflect loop targets. e. Read.github/workflows/for workflow definitions. - For each doc file, check:
- structure tree: does the tree in AGENTS.md match actual directories, files, and tool lists?
- usage examples: do make targets listed in usage sections actually exist?
- tool lists: do parenthetical tool lists match actual
.tlfiles in each skill'stools/directory? - phase descriptions: do phase lists (e.g. fetch → analyze → publish) match the actual make targets?
- permissions and setup: does setup info match current workflow files?
- Fix any inaccuracies by editing the doc files directly.
- Stage and commit each fix with a descriptive message.
Constraints
- Only modify
.mdfiles in the repo root ordocs/directory. - Do not modify code, tool files, makefiles, or workflows.
- Do not add speculative documentation — only document what exists.
- Be conservative: if unsure whether something is wrong, leave it alone.
Output
Write o/docs/docs.md:
# Docs
## Changes
<list of files changed and what was fixed>
## Status
<success|no-changes>
## Notes
<any remaining issues noticed but not fixed>
Related skills
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Claude CodeCursorCopilotbeginner
340
98
1,486
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
claudeCursorWindsurf+1intermediate
167
48
661
Hono Documentation Search
Documentation
Use the hono CLI to search and view Hono framework documentation. It provides commands like hono search and hono docs to quickly find and browse documentation directly from the terminal. This is useful when developing with Hono and needing instant access to API references or guides.
Claude CodeCursorWindsurf+2beginnerSafe
0
0
54