skills/update-docs/SKILL.md
Update llm-context/ and CLAUDE.md to reflect recent code changes.
npx skillsauth add MansoorMajeed/Clawd update-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.
Keep llm-context/ and CLAUDE.md current with the actual codebase. Run this after significant changes — feature completion, refactors, architecture shifts.
git log --oneline -20 --no-merges
git diff HEAD~5 --stat
Read the recent commits to understand what areas of the codebase were affected.
For each file in llm-context/:
Do NOT read every source file to verify. Check the files that were touched in recent commits. If a commit changed pkg/auth/, and llm-context/auth.md exists, verify that file. Don't audit unrelated context files.
Look at what was recently added or changed:
llm-context/architecture.mdEach llm-context file should:
Update the ## Context Index section in CLAUDE.md. One line per file. Description should be enough to decide "do I need this for my task?"
Remove context that:
Less context that's accurate > more context that's stale.
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize
testing
Ship — run checks, bump version, changelog, push, create PR.