# Source Command Docs

> Generate or update project documentation

- Skill: `enuno/source-command-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add enuno/source-command-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enuno/source-command-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: enuno (https://skillmd.com/u/enuno)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enuno/source-command-docs

---


# source-command-docs

Use this skill when the user asks to run the migrated source command `docs`.

## Command Template

Review and update project documentation.

Tasks to perform:

1. Check if all public functions have docstrings
2. Verify README.md is up-to-date with current features
3. Ensure API.md documents all MCP tools and resources
4. Check that examples in documentation are valid
5. Review CONTRIBUTING.md for accuracy
6. Suggest improvements to documentation

Report back with:

- Missing or incomplete docstrings
- Outdated documentation
- Suggested additions or improvements
- Documentation coverage percentage

