code-auditing
Systematic methodology for comprehensive codebase analysis — security review, technical debt identification, dead code detection, code quality checks, and…
Research a library, framework, API, or technical topic using official documentation, GitHub code examples, and web sources.
$ npx -y skills add jeffrigby/somepulp-agents --skill research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/researchContext preview
The summary Claude sees to decide when to auto-load this skill.
Research a library, framework, API, or technical topic using official documentation, GitHub code examples, and web sources.
name: research description: Research a library, framework, API, or technical topic using official documentation, GitHub code examples, and web sources. when_to_use: When the user asks to "research", "investigate", "compare", or "learn about" a library, framework, or technical concept. argument-hint: "<topic>" context: fork agent: research-assistant
Research the following topic thoroughly.
Prioritize: 1. Context7 for official documentation 2. GitHub CLI for code examples and repository information 3. Web search for additional context
Provide:
Research 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.