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.

by jezweb·v10a1f16·37.1 KB·367 installs
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

CommandDescription
/docsMain entry - shows available options
/docs/initCreate CLAUDE.md + README.md + docs/ structure
/docs/updateAudit and maintain all documentation
/docs/claudeSmart 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