16 specialized AI agents for complex tasks
ai-provider-setupGeneralMulti-provider AI integration specialist. Invoke when setting up AI providers in a new or existing Next.js project. Handles both the settings panel (user key management) and the runtime side (provider resolution, agent loop, chat API). Use after /add-ai-providers for the runtime wiring, or standalon
architectGeneralSoftware architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
bricks-builderBuildExpert Bricks Builder and AutomaticCSS developer for generating valid Bricks JSON from screenshots
build-error-resolverBuildBuild and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
code-reviewerSecurityExpert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
conversation-analyzerGeneralAnalyze conversation transcripts to find behaviors worth preventing with hooks.
doc-updaterDocsDocumentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
e2e-runnerTestingEnd-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
env-deployerDeployEnvironment variable deployment specialist for detecting and deploying env vars to platforms
ibelick-converterContextConverts React components to ibelick's style — prompt-kit and ai-elements quality. Use when the user wants to refactor a component, convert a shadcn component, or build a new component in this style. Produces compound components with React Context, clean minimal JSX, AI-aware status machines, and ib
jbdocsDocsDocumentation sync agent. Automatically documents projects to jb-cloud-docs repository (docs.jbcloud.app). Creates/updates project documentation with architecture, plans, and progress.
plannerGeneralExpert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
refactor-cleanerGeneralDead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
security-reviewerSecuritySecurity vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
tdd-guideGeneralTest-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
wp-dispatch-securityGeneralSecurity reviewer for wp-dispatch crypto, auth, and SSH-adjacent code. Use when editing crypto.ts, auth.ts, proxy.ts, or any endpoint handling credentials. Reviews for timing attacks, key material exposure, JWT misconfiguration, and auth bypass vectors.