15 agent markdown files indexed from aleksandarbisevac/claude-plugins. Install any of them pinned to an exact hash with mdr add aleksandarbisevac/claude-plugins/<name>.
aleksandarbisevac/claude-plugins · .claude/skills/before-you-claim/SKILL.md · Seven questions answered with evidence at the moment a change is written, one for each defect class this repo's fault…
aleksandarbisevac/claude-plugins · .claude/skills/choosing-what-to-optimize/SKILL.md · Decide what is worth making faster in this repo, and prove it paid — measure the thing instead of grepping for it…
aleksandarbisevac/claude-plugins · .claude/skills/grill-me/SKILL.md · Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of…
aleksandarbisevac/claude-plugins · .claude/skills/no-silent-pass/SKILL.md · Write Python whose failures are visible and checks that actually fire — distinct sentinels for success and error…
aleksandarbisevac/claude-plugins · .claude/skills/orchestrating-parallel-work/SKILL.md · How to run several subagents against one repository without losing their work or misreporting it — taking a worktree's…
aleksandarbisevac/claude-plugins · .claude/skills/refactoring-the-assembled-ui/SKILL.md · Edit, split or share the CSS and JavaScript under plugins/audit/scripts/ui/ — files Python concatenates into one inline…
aleksandarbisevac/claude-plugins · .claude/skills/reproducing-ci-locally/SKILL.md · Run the CI gate on your machine so it agrees with the runner — deriving the exact command, paths, markers, and env from…
aleksandarbisevac/claude-plugins · .claude/skills/running-resumable-sync-jobs/SKILL.md · Design and review long-running batch or sync jobs that process many items against a remote API and persist checkpoint…
aleksandarbisevac/claude-plugins · .claude/skills/verifying-external-behavior/SKILL.md · Confirms what a third-party library, remote API, build backend, or scraped document actually does before writing code…
aleksandarbisevac/claude-plugins · .claude/skills/writing-css/SKILL.md · How CSS is written in this repo — every value comes from a design token, one component gets one name across both…
aleksandarbisevac/claude-plugins · .claude/skills/writing-javascript/SKILL.md · How browser JavaScript is written in this repo — both surfaces now speak one modern dialect and this says what that…
aleksandarbisevac/claude-plugins · .claude/skills/writing-python/SKILL.md · How Python is written in this repo — free functions over classes, structured returns instead of mutated arguments…
aleksandarbisevac/claude-plugins · plugins/audit/skills/audit-codebase/SKILL.md · Use when someone wants a whole codebase audited and fixed as tracked, resumable work — "audit this codebase", "find and…
aleksandarbisevac/claude-plugins · plugins/audit/skills/audit-spend/SKILL.md · Use when someone asks what their Claude Code work has cost — "what did that cost", "how much have we spent", "where did…