izmailovilya

51 mods across 2 repositories, 49 stars between them.

agent-teams

02

izmailovilya/ilia-izmailov-plugins

Plugin Claude Code

Slash commands that launch Agent Teams for research, debugging, and feature implementation with code review gates.

44 12d ago A tokens not measured

architect

03

izmailovilya/ilia-izmailov-plugins

Agent

Specialized architect for COMPLEX feature teams. Operates in two modes: 1. DEBATE mode (Phase 1): critiques plan from their expertise, debates with other architects via SendMessage until consensus. 2. REVIEW mode (Phase 2+): reviews code in their domain, replacing generic reviewers with domain-specific expertise.…

44 12d ago A 237 tokens

browser-verifier

04

izmailovilya/ilia-izmailov-plugins

Agent

One-shot browser verifier that uses Chrome extension to verify UI: page loads, elements visible, interactions work, no console errors. Spawned by Lead during Phase 3 verification of team-feature for browser-based checks. Context: Verify skill spawns browser-verifier with UI checks lead: "Verify these browser checks…

44 12d ago A 207 tokens

ci-verifier

05

izmailovilya/ilia-izmailov-plugins

Agent

One-shot CI verifier that runs build, typecheck, lint, and test commands. Reports PASS/FAIL/BROKEN per command with evidence. Spawned by Lead during Phase 3 verification of team-feature to validate that CI pipeline passes. Context: Build fails but tests pass assistant: "BUILD: FAIL — 3 TypeScript errors in…

44 12d ago A 194 tokens

codebase-researcher

06

izmailovilya/ilia-izmailov-plugins

Agent

One-shot explorer that scans a project and returns a condensed summary of stack, structure, patterns, and conventions. Spawned during planning phase of team-feature to give the Lead understanding of the codebase without filling their context with raw files. Context: Lead needs to understand the project before planning…

44 12d ago A 209 tokens

coder

07

izmailovilya/ilia-izmailov-plugins

Agent

Temporary implementation agent for feature teams. Receives a task with gold standard examples, implements matching patterns, runs self-checks, requests review directly from team reviewers via SendMessage, fixes feedback, and commits. Spawned per task, shut down after completion. Context: Coder sends review request…

44 12d ago A 215 tokens

logic-reviewer

08

izmailovilya/ilia-izmailov-plugins

Agent

Permanent team reviewer specializing in logic errors, race conditions, and edge cases. Works inside agent-teams as a dedicated logic reviewer for the entire session, receiving review requests via messages. Context: Code has hardcoded API key but logic is correct coder-1: "REVIEW: task #4. Files changed…

44 12d ago A 119 tokens

proxy-teammate

09

izmailovilya/ilia-izmailov-plugins

Agent

Thin team member that carries a role (reviewer, tech-lead, architect, coder) inside the Claude team while delegating the actual thinking to an external CLI agent (Codex, Kimi, Grok). Keeps one external session alive per role so follow-up rounds remember earlier ones, triages the external output before relaying it, and…

44 12d ago A 258 tokens

quality-reviewer

10

izmailovilya/ilia-izmailov-plugins

Agent

Permanent team reviewer specializing in code quality, patterns, and consistency. Works inside agent-teams as a dedicated quality reviewer for the entire session, receiving review requests via messages. Context: Code has a race condition but good quality coder-1: "REVIEW: task #5. Files changed: src/workers/sync.ts"…

44 12d ago A 116 tokens

izmailovilya/ilia-izmailov-plugins

Agent

One-shot explorer that finds canonical reference files (gold standards) and returns their FULL content. These files become few-shot examples in coder prompts. Spawned during planning phase of team-feature. Context: Lead needs reference implementations for coders to follow lead: "Find canonical reference files for…

44 12d ago A 213 tokens

risk-tester

12

izmailovilya/ilia-izmailov-plugins

Agent

One-shot risk investigator that verifies specific risks BEFORE implementation begins. Spawned per risk during Step 4b of team-feature pipeline. Unlike reviewers (who read finished code), risk testers investigate whether a risk is real by reading existing code AND writing/running test scripts when empirical…

44 12d ago A 307 tokens

security-reviewer

13

izmailovilya/ilia-izmailov-plugins

Agent

Permanent team reviewer specializing in security vulnerabilities. Works inside agent-teams as a dedicated security reviewer for the entire session, receiving review requests via messages. Context: Code has poor naming but no security issues coder-1: "REVIEW: task #2. Files changed: src/utils/format.ts" assistant: "✅…

44 12d ago A 108 tokens

spec-verifier

14

izmailovilya/ilia-izmailov-plugins

Agent

One-shot spec verifier that checks acceptance criteria: file existence, exports, API responses, config values. Spawned by Lead during Phase 3 verification of team-feature to validate that implementation meets the spec. Context: Verify skill spawns spec-verifier with acceptance criteria lead: "Verify these spec checks…

44 12d ago A 247 tokens

tech-lead

15

izmailovilya/ilia-izmailov-plugins

Agent

Permanent architectural reviewer for feature implementation teams. Validates plans, reviews code for architectural quality, handles escalations, and maintains DECISIONS.md. Works inside agent-teams for the entire session. Context: Coder escalates because gold standard pattern doesn't fit coder-1: "ESCALATION: task #3.…

44 12d ago A 226 tokens

unified-reviewer

16

izmailovilya/ilia-izmailov-plugins

Agent

Combined reviewer for SIMPLE feature tasks. Covers security basics, logic, and quality in a single pass with priority ordering. For MEDIUM/COMPLEX tasks, escalate to the full 3-reviewer pipeline. Context: During review, unified reviewer discovers code touches auth assistant: "ESCALATE TO MEDIUM: This task modifies…

44 12d ago A 125 tokens

conventions

17

izmailovilya/ilia-izmailov-plugins

Skill Claude CodeCodex

Analyze codebase and create/update .conventions/ directory with gold standards, anti-patterns, and checks. Use this skill when the user asks to 'set up conventions', 'create coding standards', 'extract patterns from the codebase', 'document how code should be written', 'create gold standards', 'establish code style'…

44 12d ago A 112 tokens

izmailovilya/ilia-izmailov-plugins

Skill Claude CodeCodex

Conducts a short adaptive interview (2-6 questions) to understand intent, then launches /team-feature with a compiled brief. Use this skill when the user asks to 'interview before building', 'discuss feature before implementation', 'ask me questions first', 'let's talk about what to build', 'I have an idea but need to…

44 12d ago A 119 tokens

team-feature

19

izmailovilya/ilia-izmailov-plugins

Skill Claude CodeCodex

Launch Agent Team for feature implementation with review gates (coders + specialized reviewers + tech lead). Use this skill whenever the user asks to 'build a feature', 'implement this', 'code this', 'add functionality', 'create a component/page/API', 'launch agent team', 'team feature', or gives any substantial…

44 12d ago A 144 tokens

repo-scout

21

izmailovilya/ilia-izmailov-plugins

Skill Claude CodeCodex

Scout an open-source GitHub repository for patterns, features, and ideas that can improve the user's own product or project. Use this skill when the user shares a GitHub URL and wants to learn from it — 'look at this repo', 'what can I steal from X', 'check out this project and find ideas', 'how can I improve my…

44 12d ago C 155 tokens

critic

23

izmailovilya/ilia-izmailov-plugins

Agent

Research team module spawned on-demand for failure mode analysis. Only created when the Challenger recommends it. Enumerates specific failure modes, fragile assumptions, and weak evidence areas. Context: Challenger flagged insufficient failure analysis in auth findings lead: "Challenger flagged: auth findings lack…

44 12d ago A 275 tokens

investigator

24

izmailovilya/ilia-izmailov-plugins

Agent

Research team module for deep investigation using the Depth Protocol (WHAT/WHY/FRAGILITY/CONTEXT/SURPRISE). Tags every claim with Source (Observed/Inferred/Hypothesized). Applies Feynman Test and Fact Registry for quality control. Context: Assigned to investigate authentication angle lead: "Investigate the auth…

44 12d ago A 294 tokens