Filip-Podstavec/claude-leverage

Make any repo AI-first - write sustainable code from the start, or refactor a legacy codebase to prepare it for agent-driven development.Building blocks for Claude Code: subagents, slash commands, hooks, and workflow patterns. Copy what you need. A working developer's stack for Claude Code.

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

flaky-test-isolator

01

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature, returns stability report. Read-only — never modifies code or installs deps. For statistical signal across runs, not one-shot diagnosis.

not rated 68 1mo ago A 63 tokens original MIT

readiness-reviewer

02

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

USE WHEN /repo-doctor --semantic runs. Judges whether discoverability artifacts (AGENTS.md, README, ADRs, GLOSSARY, per-dir AGENTS.md) are truthful, actionable, and mutually consistent — the quality layer deterministic checks cannot see. Read-only. Returns per-dimension JSON verdicts with file:line evidence. Advisory…

not rated 68 1mo ago A 87 tokens original MIT

security-reviewer

03

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

USE BEFORE committing security-sensitive changes (auth, crypto, routes, templates, secrets). Audits current diff for OWASP-Top-10 patterns + deps typosquatting. Read-only. Returns Critical / Important / Nice schema with file:line. Model review — not a Semgrep/CodeQL replacement.

not rated 68 1mo ago A 67 tokens original MIT

docs-updater

06

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Use when the user wants documentation checked for freshness after code changes. Reads diff and existing docs, proposes specific updates to README, CHANGELOG, docstrings, and other documentation files. Read-only - returns prose-direction suggestions, never modifies files.

not rated 68 1mo ago A 52 tokens original MIT

focused-reviewer

07

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Review pre-extracted code snippets passed in the prompt — never re-reads files, never runs git diff. Hard 500-token output cap. Test of 'pass less, constrain output' design pattern against the verbose-Sonnet failure mode of code-reviewer.

not rated 68 1mo ago A 57 tokens original MIT

impact-mapper

10

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Find all call sites of a symbol with structured output on Haiku — for 'what breaks if I change X?' questions. Returns file:line:snippet triples plus tests + external risk. Bounded to prevent Opus from reading every hit inline.

not rated 68 1mo ago A 54 tokens original MIT

output-digester

11

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Run a shell command and return structured digest of its output on Haiku — for commands that produce >2k tokens of output (pip install, docker build, npm audit, large test runs, etc.). Saves Opus from reading verbose logs.

not rated 68 1mo ago A 54 tokens original MIT

repo-explorer

12

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Use for codebase discovery. Use to find where something is defined or imported. Use to identify patterns used across files. Use proactively before making changes that might affect multiple files. Read-only - returns structured findings report. Does not propose changes, suggest refactoring, or write code.

not rated 68 1mo ago A 60 tokens original MIT

research-agent

13

Filip-Podstavec/claude-leverage

Agent

Part of claude-leverage

Use to understand how something works in the codebase before making changes. Use when asked to explain a pattern or flow that spans multiple files. Use proactively when planning non-trivial changes that depend on existing patterns. Read-only - returns structured synthesis. Does not propose changes, suggest…

not rated 68 1mo ago A 65 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: