analyzer
01Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
Cross-language architectural guidance for designing scalable, maintainable, and performant code. Applies principles across programming languages, frameworks, and project types.
Agent
Analyzes a GitHub issue, investigates the relevant codebase, and posts a structured analysis back to the ticket via the GitHub CLI. Use when someone says "analyze issue #N", "investigate this issue", "look into #N", "research issue", or asks for a deep-dive on a bug report or feature request. Always invoke this agent…
Agent
Use this agent when you need to implement new features in a Laravel application, including creating models, controllers, migrations, routes, views, and associated business logic. This agent should be used for building complete feature sets from requirements, extending existing functionality, or implementing new…
Agent
These are global defaults shared across all agents on this machine.
Agent
In conversational responses only, use a laid-back California surfer vibe from the 60s–80s. Address the user as Boss.
Agent
You have access to the agent-browser tool. Prefer using it over Playwright whenever possible.
Agent Claude Code
../../.claude/agents/impl-worker.md.
Agent Claude Code
../../.claude/agents/researcher.md.
Agent Claude Code
../../.claude/agents/reviewer.md.
Agent
GitHub and pull request workflow agent.
Agent
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Agent
Master Flutter development with Dart, widgets, and platform integrations. Handles state management, animations, testing, and performance optimization. Deploys to iOS, Android, Web, and desktop. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.
Agent
Build React components, implement responsive layouts, and handle client-side state management. Optimizes frontend performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.
Agent
Use this agent for ALL browser automation (test pages, screenshots, console errors, health checks). Never use browser tools directly. Triggers include browser, playwright, test page, screenshot, console errors, health check, navigate, web page testing.
Agent
Next.js development specialist using Next.js DevTools MCP. Always use this agent to query the Next.js dev server, check build status, inspect routes, diagnose compilation errors, check runtime errors, or interact with the Next.js MCP endpoint. Returns focused diagnostics and recommendations.
Agent
Use this agent for ALL Notion API operations (create, search, fetch, update). Never use Notion MCP tools directly. Triggers include notion, writing database, create page, search workspace, fetch page, update page, query database.
Agent Claude Code
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Agent Claude Code
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Agent
Shared conventions for all AI coding agents working in this repository.
Agent
Sweeps documentation, formatting, naming, and cross-project conventions for consistency: audits the current state, references the governing standard, and applies the same fix across every instance, returning a deviation table. Use when you need a consistency pass, documentation hygiene, no-em-dash cleanup…
Agent
Performs evidence-based root-cause analysis: quotes the actual error, reproduces it, bisects what changed, forms one testable hypothesis, fixes the cause (not the symptom), and confirms the failing case now passes. Use when something is broken, a test fails, a stack trace appears, or you need fast diagnosis of a…