izmailovilya/ilia-izmailov-plugins
Plugin Claude Code
Plugin marketplace listing 5 plugins: vibe-audit, agent-teams, team-research, repo-scout, zero-downtime-deploy.
izmailovilya/ilia-izmailov-plugins
Plugin Claude Code
Plugin marketplace listing 5 plugins: vibe-audit, agent-teams, team-research, repo-scout, zero-downtime-deploy.
izmailovilya/ilia-izmailov-plugins
Plugin Claude Code
Slash commands that launch Agent Teams for research, debugging, and feature implementation with code review gates.
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.…
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…
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…
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…
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…
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…
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…
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"…
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…
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…
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: "✅…
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…
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.…
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…
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'…
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…
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…
izmailovilya/ilia-izmailov-plugins
Plugin Claude Code
Scout open-source repos for patterns and ideas to improve your own product.
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…
izmailovilya/ilia-izmailov-plugins
Plugin Claude Code
Launch a team of AI agents for deep parallel codebase research — causal understanding, not just coverage.
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…
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…