Runs pre-deploy build checks on the dashboard. Validates Astro build, checks for common esbuild/JSX issues, verifies API endpoints compile, and reports errors with fixes. Use before merging PRs that touch dashboard/.
npx ai-builder add agent davila7/build-checkerAssists with deploy verification and troubleshooting. Deployments happen automatically via GitHub Actions on push to main. Use when the user needs to check deploy status or debug deploy issues.
npx ai-builder add agent davila7/deployerManages Linear issues for the Component Reviews project. Handles CRUD operations for review tracking, finding next components to review, and reporting results.
npx ai-builder add agent davila7/linear-trackerExpert component reviewer for Claude Code Templates. Use PROACTIVELY when adding or modifying components in cli-tool/components/ directory (agents, commands, MCPs, hooks, settings, skills, loops). Validates format, required fields, naming conventions, and security.
npx ai-builder add agent davila7/component-reviewerInvestigates best practices and improvement opportunities for Claude Code components using web search and codebase analysis. Returns structured research reports without modifying files.
npx ai-builder add agent davila7/component-researcherApplies researched improvements to Claude Code components, validates changes with the component-reviewer agent, and creates pull requests. The only agent that modifies files and creates PRs.
npx ai-builder add agent davila7/component-improverCreate parallel worktrees for multi-task development with Ghostty panels
npx ai-builder add skill davila7/worktree-initCommit, push, and create PR from the current worktree
npx ai-builder add skill davila7/worktree-deliverClean up merged worktrees and their branches
npx ai-builder add skill davila7/worktree-cleanupCheck current worktree status, branch, and assigned task
npx ai-builder add skill davila7/worktree-check