Loading...
Loading...
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates. Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
npx skill4agent add jezweb/claude-skills docs-workflow| Command | Purpose |
|---|---|
| Main entry - shows available subcommands |
| Create CLAUDE.md + README.md + docs/ structure |
| Audit and maintain all documentation |
| Smart CLAUDE.md maintenance only |
# In a new project directory
/docs-init# Audit all documentation
/docs-update
# Or just maintain CLAUDE.md
/docs-claudeCLAUDE-cloudflare.mdCLAUDE-nextjs.mdCLAUDE-generic.mddocs/ARCHITECTURE.mddocs/API.mddocs/DATABASE.md| Indicator | Project Type |
|---|---|
| Cloudflare Workers |
| Next.js |
| Neither | Generic |
package.json/docs-init/plan-projectIMPLEMENTATION_PHASES.md| Situation | Command |
|---|---|
| New project | |
| After major changes | |
| Before release | |
| Monthly maintenance | |
templates/templates/
├── CLAUDE-cloudflare.md # Cloudflare Workers projects
├── CLAUDE-nextjs.md # Next.js projects
├── CLAUDE-generic.md # Generic projects
└── README-template.md # Standard README{{PROJECT_NAME}}{{DATE}}{{TECH_STACK}}