Agent
Analyzes codebase implementation details. Call when you need to understand how specific components work, trace data flow, or map execution paths. The more detailed your prompt, the better the analysis.
A Claude Code plugin with debugging, code analysis, and developer productivity commands.
Agent
Analyzes codebase implementation details. Call when you need to understand how specific components work, trace data flow, or map execution paths. The more detailed your prompt, the better the analysis.
Agent
Locates files, directories, and components relevant to a feature or task. Call with a human language prompt describing what you're looking for — a "Super Grep/Glob/LS tool" for when you need to search across multiple patterns.
Agent
Finds similar implementations, usage examples, or existing patterns that can be modeled after. Like codebase-locator but also extracts concrete code examples and shows how patterns are used.
Agent
Checks a code diff against a repo's documented conventions (CLAUDE.md, .claude/codebase/.md, CONTRIBUTING.md, STYLE.md). Surfaces matches and deviations with file:line references and severity. Reusable across pr-review, address-pr, and pre-PR review tools.
Agent
Writes one unit test file for one source file, runs it, and retries failures. Per-file scope. Always operates within a platform adapter loaded by /devkit:cover. Returns structured JSON describing what landed.
Agent
Researches questions using web search when codebase context alone isn't enough. Use for library docs, known issues, API references, best practices, or any information that might only be discoverable on the web.