From revise-all-docs
Revise CLAUDE.md plus README.md and docs/**/*.md based on session learnings. Use when the user asks to update docs, refresh README, or sync project docs after a feature/fix. Wraps claude-md-management:revise-claude-md and extends to public docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/revise-all-docs:revise-all-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sync project docs (CLAUDE.md + README.md + docs/**/*.md) with what was learned this session.
Sync project docs (CLAUDE.md + README.md + docs/**/*.md) with what was learned this session.
This skill is the model-invocable version of the /revise-all-docs slash command. Use it when the user says things like "update the docs", "refresh the README", or "sync everything" after meaningful work.
What context was missing or out-of-date this session? Categorize each item by audience:
Invoke the claude-md-management:revise-claude-md skill via the Skill tool. Wait for completion.
find . -name "README.md" -not -path "*/node_modules/*" -not -path "*/.git/*" -not -path "*/venv/*" -not -path "*/.venv/*" -not -path "*/dist/*" 2>/dev/null
find docs -name "*.md" 2>/dev/null
For each pending addition not handled in step 2, pick the right existing file. Match by topic. Never create new doc files. If nothing fits, drop the addition and tell the user.
Group diffs by file. Skip files with zero changes. Get user approval. Use Edit (never Write).
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub taylorleese/mcp-toolz --plugin revise-all-docs