code-auditing
Systematic methodology for comprehensive codebase analysis — security review, technical debt identification, dead code detection, code quality checks, and…
Fetch official documentation and code examples for a library or API from authoritative sources only — Context7, official docs sites, official GitHub repos. Never blogs or forums.
$ npx -y skills add jeffrigby/somepulp-agents --skill official-docs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/official-docsContext preview
The summary Claude sees to decide when to auto-load this skill.
Fetch official documentation and code examples for a library or API from authoritative sources only — Context7, official docs sites, official GitHub repos. Never blogs or forums.
name: official-docs description: Fetch official documentation and code examples for a library or API from authoritative sources only — Context7, official docs sites, official GitHub repos. Never blogs or forums. when_to_use: When the user says "get the docs for", "fetch official docs", "look up the documentation", or needs authoritative reference material before implementing something. argument-hint: "<topic>" context: fork agent: official-docs
Fetch official documentation for the following topic.
IMPORTANT RULES: 1. Only use official sources (Context7, official docs sites, official GitHub repos) 2. Never use blogs, Stack Overflow, tutorials, or community content 3. Be explicit about what you found AND what you couldn't find 4. If no official docs exist, say so clearly
Provide:
Topic: $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…
Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.