Filip-Podstavec

42 mods across 1 repository, 68 stars between them.

claude-leverage

02

Filip-Podstavec/claude-leverage

Plugin Claude Code

Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.

68 28d ago A tokens not measured original MIT

Filip-Podstavec/claude-leverage

Instructions file CodexOpenCode

Instructions for Filip-Podstavec/claude-leverage, covering agents.md, mission, reading order for new agents, code conventions and write less, fit in.

68 28d ago A 1,989 tokens original MIT

flaky-test-isolator

04

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 63 tokens original MIT

readiness-reviewer

05

Filip-Podstavec/claude-leverage

Agent

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…

68 28d ago A 87 tokens original MIT

security-reviewer

06

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 67 tokens original MIT

docs-updater

09

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 52 tokens original MIT

focused-reviewer

10

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 57 tokens original MIT

impact-mapper

13

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 54 tokens original MIT

output-digester

14

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 54 tokens original MIT

repo-explorer

15

Filip-Podstavec/claude-leverage

Agent

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.

68 28d ago A 60 tokens original MIT

research-agent

16

Filip-Podstavec/claude-leverage

Agent

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…

68 28d ago A 65 tokens original MIT

code-review

18

Filip-Podstavec/claude-leverage

Command

Delegate code review to the code-reviewer subagent (Sonnet, read-only) and apply approved fixes in the main session.

68 28d ago A 25 tokens original MIT

docs-sync

19

Filip-Podstavec/claude-leverage

Command

Check documentation freshness after code changes. Delegates to docs-updater subagent (Sonnet) to propose doc/changelog updates - main session applies approved fixes.

68 28d ago A 32 tokens original MIT

gather-context

20

Filip-Podstavec/claude-leverage

Command

Gather implementation context before starting a task. Delegates to context-gatherer subagent (Sonnet) to pre-fetch everything Opus needs.

68 28d ago A 29 tokens original MIT

test

21

Filip-Podstavec/claude-leverage

Command

Delegate test execution to the test-runner subagent (Sonnet) and apply approved fixes in the main session.

68 28d ago A 22 tokens original MIT

flaky-test

22

Filip-Podstavec/claude-leverage

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.

68 28d ago A 39 tokens original MIT

SessionStart

23

Filip-Podstavec/claude-leverage

Hook

Runs when a session starts, executing stack-freshness.sh, bare-repo-nudge.sh, skill-cheatsheet.sh and overdue-todo-nudge.sh (4 commands). From Filip-Podstavec/claude-leverage.

68 28d ago A tokens not measured copy · 70% MIT

PreToolUse

24

Filip-Podstavec/claude-leverage

Hook

Runs before the agent uses a tool for Bash, Read, Edit, Write and MultiEdit tool calls, executing block-secrets-precommit.sh, block-dangerous-git.sh and context-surface.sh (3 commands). From Filip-Podstavec/claude-leverage.

68 28d ago A tokens not measured copy · 59% MIT