docs-workflow
⚠Review·Scanned 2/18/2026
This skill manages project documentation and can create or update CLAUDE.md, README.md, and docs/ from project files. It includes instructions to read package.json and .env/.env.example, run shell commands like git/pnpm, and perform network checks such as npm view <pkg> version.
Scanned from main at 10a1f16 · Transparency log ↗
$ vett add jezweb/claude-skills/docs-workflowReview findings below
docs-workflow
Documentation lifecycle management for Claude Code projects.
Auto-Trigger Keywords
- "create CLAUDE.md"
- "initialize documentation"
- "docs init"
- "update documentation"
- "audit docs"
- "CLAUDE.md maintenance"
- "check documentation"
- "create README"
- "docs workflow"
Commands
| Command | Description |
|---|---|
/docs | Main entry - shows available options |
/docs/init | Create CLAUDE.md + README.md + docs/ structure |
/docs/update | Audit and maintain all documentation |
/docs/claude | Smart CLAUDE.md maintenance |
What It Does
- Creates CLAUDE.md from project-type templates (Cloudflare, Next.js, generic)
- Creates README.md with standard structure
- Scaffolds docs/ directory (optional)
- Audits docs for staleness, broken links, outdated versions
- Maintains CLAUDE.md to match actual project state
When to Use
- Starting a new project
- Onboarding to an existing project without CLAUDE.md
- Before releases (audit documentation)
- Monthly maintenance
- After major code changes