Skip to main content
ClaudeWave

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.

Subagents63 stars2 forksPythonMITUpdated 8d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/Filip-Podstavec/claude-leverage && cp claude-leverage/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

18 items in this repository

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.

Install

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.

Install
flaky-testSlash Command

Diagnose a flaky test by running it N times. Delegates to flaky-test-isolator subagent — N runs, signature-grouped failures, stability report. Does NOT fix the test.

Install
adr-newSkill

>

Install

>

Install

>

Install

>

Install

>

Install

>

Install

>

Install

>

Install

>

Install

USE WHEN AIDEV anchors / per-dir AGENTS.md / ADRs have changed in this repo and the smart-context-surfacing PreToolUse hook needs an updated manifest. Rebuilds `.claude-leverage-context-map.json` at the repo root by running `scripts/build-context-map.py`. Read-only on source — only writes the manifest.

Install

>

Install

>

Install

>

Install

>

Install

>

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
claude-aiclaude-codeclaude-code-plugin

What people ask about claude-leverage

What is Filip-Podstavec/claude-leverage?

+

Filip-Podstavec/claude-leverage is subagents for the Claude AI ecosystem. 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. It has 63 GitHub stars and was last updated 8d ago.

How do I install claude-leverage?

+

You can install claude-leverage by cloning the repository (https://github.com/Filip-Podstavec/claude-leverage) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Filip-Podstavec/claude-leverage safe to use?

+

Our security agent has analyzed Filip-Podstavec/claude-leverage and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Filip-Podstavec/claude-leverage?

+

Filip-Podstavec/claude-leverage is maintained by Filip-Podstavec. The last recorded GitHub activity is from 8d ago, with 0 open issues.

Are there alternatives to claude-leverage?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy claude-leverage to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Filip-Podstavec/claude-leverage
[![Featured on ClaudeWave](https://claudewave.com/api/badge/filip-podstavec-claude-leverage)](https://claudewave.com/repo/filip-podstavec-claude-leverage)
<a href="https://claudewave.com/repo/filip-podstavec-claude-leverage"><img src="https://claudewave.com/api/badge/filip-podstavec-claude-leverage" alt="Featured on ClaudeWave: Filip-Podstavec/claude-leverage" width="320" height="64" /></a>

More Subagents