dotfiles/claude-code/skills/update-all-docs/SKILL.md
Update all project docs (README.md + CLAUDE.md + .llmdocs/) in parallel.
npx skillsauth add jimweller/dotfiles update-all-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
STARTER_CHARACTER = 📚
Arguments: $ARGUMENTS
Spawn two subagents using the Agent tool:
Agent 1: Run /update-llm-docs $ARGUMENTS Agent 2: Run /update-readme $ARGUMENTS
List all files created or modified across both agents.
testing
Search saved session transcripts for past decisions, actions, errors, and context that has left the current conversation window.
data-ai
Review a PRD for defects via Claude opus subagent.
development
Markdown authoring guidelines for formatting, code blocks, and structure. Use when writing or editing markdown files.
development
--- name: md-style description: README style guide for concise, direct documentation. Use when writing or editing README files. ß--- <!-- markdownlint-disable-file MD041 --> # README Style Guide Write concise, direct README files for experienced engineers. ## Principles - **No fluff** - Skip tables of contents, verbose explanations, development history - **No roadmaps** - Document current state only, not plans or decisions. Readme is an engineering specification. Not a project plan or chan