shiyas1331/devkit

A Claude Code plugin with debugging, code analysis, and developer productivity commands.

4Stars on the repository
16Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codebase-analyzer

01

shiyas1331/devkit

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.

4 1mo ago A 43 tokens original MIT

codebase-locator

02

shiyas1331/devkit

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.

4 1mo ago A 53 tokens original MIT

shiyas1331/devkit

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.

4 1mo ago A 41 tokens original MIT

convention-checker

04

shiyas1331/devkit

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.

4 1mo ago A 65 tokens original MIT

test-engineer

05

shiyas1331/devkit

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.

4 1mo ago A 46 tokens original MIT

shiyas1331/devkit

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.

4 1mo ago A 47 tokens original MIT