Run npm run format to ensure consistent formatting
Rules
Don't rewrite documentation that's already correct — only fix drift
Match existing documentation style and structure
Tool descriptions in docs should be more detailed than the inputSchema description (docs are for humans, schema is for AI agents)
If a tool was removed, remove its documentation section entirely — don't leave stubs
Keep skill.md focused on AI agent patterns, not human-readable reference
1---2name: update-docs3description: Update Docs4---56Update documentation: $ARGUMENTS78## Workflow910### Step 1 — Determine Scope1112If a specific tool is named:1314- Read the tool's source file to understand current behavior15- Check `docs/TOOLS.md` for the tool's existing documentation16- Check `docs/skill.md` for any references1718If "all" is specified:1920- Read all tool source files21- Compare against `docs/TOOLS.md` for drift22- Check tool count in `README.md`2324### Step 2 — Check for Drift2526For each tool in scope, verify:27281. **TOOLS.md**29 - Does the documented tool name match `toolDefinition.name`?30 - Does the parameter list match `inputSchema.properties`?31 - Are required/optional fields correctly documented?32 - Do example requests match the actual schema?33 - Are enum values listed and up to date?34352. **skill.md**36 - Are workflow references to tools still accurate?37 - Do decision trees point to the right tools?38 - Are parameter quick-reference tables current?39403. **README.md**41 - Is the tool count correct?42 - Are all tool names listed?43 - Do feature descriptions match reality?44454. **INSTALLATION.md**46 - Are setup instructions still valid?47 - Is the package name and version reference correct?4849### Step 3 — Update5051Fix any drift found. Follow the existing documentation style — don't reinvent the format.5253For TOOLS.md, each tool section should include:5455- Tool name and description56- Parameters table (name, type, required/optional, description)57- Example usage (request + response)58- Notes on when to use vs similar tools5960### Step 4 — Verify6162- Read the updated docs to confirm they're accurate63- Check for broken markdown formatting64- Run `npm run format` to ensure consistent formatting6566## Rules6768- Don't rewrite documentation that's already correct — only fix drift69- Match existing documentation style and structure70- Tool descriptions in docs should be more detailed than the inputSchema description (docs are for humans, schema is for AI agents)71- If a tool was removed, remove its documentation section entirely — don't leave stubs72- Keep skill.md focused on AI agent patterns, not human-readable reference
Run npx skillmds@latest add testdino-hq/update-docs in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Update Docs It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
testdino-hq (@testdino-hq) published this skill. Their other Agent Skills are listed on their SkillMD profile.