code-auditing
Systematic methodology for comprehensive codebase analysis — security review, technical debt identification, dead code detection, code quality checks, and…
Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.
$ npx -y skills add jeffrigby/somepulp-agents --skill update-docs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/update-docsContext preview
The summary Claude sees to decide when to auto-load this skill.
Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.
name: update-docs description: Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes. when_to_use: When the user asks to "update docs", "sync documentation with code", "optimize CLAUDE.md", or "document recent changes". argument-hint: "<scope> <since>" disable-model-invocation: true
Use the update-docs agent to analyze recent code changes and propose documentation updates.
Workflow: 1. Launch the update-docs agent to analyze git history, apply routine low-risk fixes, and return a proposed-updates plan for any significant changes 2. Review the returned plan and confirm significant changes with the user (via AskUserQuestion) before applying them 3. Apply the approved updates
This will:
Scope and time range: $ARGUMENTS
A plugin marketplace for Claude Code providing specialized agents for code auditing, documentation maintenance, and library/API research.
Repo: jeffrigby/somepulp-agents
Systematic methodology for comprehensive codebase analysis — security review, technical debt identification, dead code detection, code quality checks, and…
Detect and clean up dead code — unused imports, exports, files, and dependencies — using knip or deadcode with agent verification to filter false positives.
Run a comprehensive deep audit by orchestrating specialist agents (security, performance, libraries, quality, dead code) into a single dated report.
Methodology for keeping project documentation current, consistent, and optimized for AI coding agents — CLAUDE.md optimization, README synchronization,…
Update dependencies safely — apply in-range minor/patch updates, then analyze each pending major in parallel and apply only the ones proven safe for this…
Fetch official documentation and code examples for a library or API from authoritative sources only — Context7, official docs sites, official GitHub repos.…