Use this agent to scaffold FARM stack (FastAPI + React + MongoDB) components -- CRUD endpoints, React pages, MongoDB models, and Docker setup. Examples: User: "Create a CRUD API for the products collection" Assistant: "I'll launch the farm-scaffolder agent to generate the endpoint." User: "Scaffold a new feature with…
Use when building or scaffolding FastAPI + React + MongoDB (FARM stack) applications. Covers project structure, async MongoDB with Motor, Pydantic v2 models, config patterns, Docker setup, and testing conventions.
Use this agent for complex git operations like rebasing, cherry-picking, resolving merge conflicts, bisecting, and history cleanup. Examples: User: "Resolve the merge conflict" Assistant: "I'll launch the git-assistant agent to analyze and resolve the conflict." User: "Clean up my branch history" Assistant: "Let me…
Animation work in three modes: audit motion against Disney's 12 principles, add purposeful micro-interactions, or fix animation performance (compositor properties, layout thrashing).
Use when reviewing motion quality, adding animation, transitions, hover effects, making the UI feel more alive, or when animations stutter and transitions jank. Covers three modes -- audit motion code against Disney's 12 principles (file:line findings), add purposeful animations and micro-interactions to a feature, or…
Use this agent to analyze GitHub PRs -- check CI status, read review comments, assess merge readiness, and suggest next actions. Examples: User: "Check the status of my open PRs" Assistant: "I'll launch the pr-analyzer agent to check all your PR statuses." User: "Why is CI failing on my PR?" Assistant: "Let me launch…
Use when contributing to open source projects from forked repositories. Handles upstream sync, CONTRIBUTING.md compliance, code style matching, PR preparation, and project-specific patterns. Activates for fork management, PR template filling, and upstream workflow compliance.
Use this agent for systematic multi-file refactoring -- renaming symbols, extracting functions, migrating patterns (JS to TS, CJS to ESM), or restructuring code across files. Examples: User: "Rename getUserData to fetchUserProfile across the codebase" Assistant: "I'll launch the refactorer agent to handle the rename."…
Use when restructuring code without changing behavior -- extracting functions, renaming, moving files, reducing duplication, migrating between patterns (JS to TS, CJS to ESM), or addressing code smells. Covers safe refactoring workflows for any language.
Use when triaging open Renovate PRs across your own repos into merge / close / defer. Activates on "renovate triage", "review dep PRs", "monthly deps", or on the 1st of a month if deps are grouped monthly.
Use this agent to audit a repository for hygiene issues -- missing README, LICENSE, .gitignore, .env.example, stale branches, and configuration problems. Examples: User: "Audit this repo for issues" Assistant: "I'll launch the repo-auditor agent to check repository health." User: "Is this repo properly set up?"…
Use when setting up new repositories, auditing existing ones, or preparing repos for public visibility. Generates .gitignore, .env.example, README, and LICENSE files. Detects committed secrets and flags security issues.