Ships process skills, technology skills, and workflow commands that make AI agents behave like senior engineers by default.
or install a pack →
Set up once. Then just type a command to build anything.
Pick your role: Frontend, Backend, Fullstack, or Full. Add-ons available: Mobile, Firebase, CMS, Testing.
Auto-detects your stack and writes a project profile. Sets model, token budget, and framework context.
Full lifecycle: validate → PRD → plan → implement → review → ship. One command chains everything.
| Workflow | When to Use | Phases |
|---|---|---|
| /build-feature | New features with meaningful scope | 6 phases (full lifecycle) |
| /build-quick | Bug fixes & small well-scoped tasks | 4 phases (fast loop) |
| /refactor-workflow | Refactoring without changing behavior | 4 phases (safe refactor) |
One command installs all process skills, tech skills, slash commands, workflows, and hooks into your chosen IDEs.
Install a single skill, a full pack, or check what's available in the registry.
IDE destination paths
| IDE | Skills path | Commands path |
|---|---|---|
| Antigravity | .agents/skills/<name>/ | .agents/commands/ |
| VS Code / Copilot | .github/skills/<name>/ | .github/instructions/ |
| Cursor | .cursor/skills/<name>/ | .cursor/commands/ |
| Claude Code | .claude/skills/<name>/ | .claude/commands/ |
We map your canonical .agents/ folder — skills, commands, workflows, rules — to the specific paths each IDE expects.
A complete toolkit — not just an installer.
Teach agents how to think. 12 Core Skills + 5 Optional Skills — installed via your chosen role bundle.
Click any skill to see details and the install command.
Adversarial plan stress-testing. Attacks assumptions and resolves every decision branch before a line of code is written.
Produces a full PRD: user stories, success criteria, scope boundaries. Submitted as a GitHub issue.
Turns a PRD into a tracer-bullet implementation plan. Each bullet = one thin, independently testable vertical slice.
Teaches agents what to load/drop, when to trigger compaction, and how to write agent-driven snapshots. Upgrades compact --auto.
Grounds every framework decision in official docs. Agent must cite sources and never hallucinate API usage.
Implement → Test → Verify → Commit cycle discipline. Scope rules, slice sizing guidelines, no horizontal layers.
OWASP Top 10, auth patterns, secrets management, dependency auditing. A non-negotiable quality gate before shipping.
Shift Left quality gate pipelines, feature flags, and automated rollout strategies for every merge.
Core Web Vitals, bundle analysis, profiling. Measure-first approach. Optional pre-ship gate.
Architecture Decision Records, API docs, and inline doc standards. Optional pre-ship gate.
Teach agents how to use specific tools. Install individually or via pack aliases.
Click any skill to see details and the install command.
Node.js, MongoDB, TypeScript, and Microservice patterns.
Distinctive, premium UI design systems and interactive React patterns.
Auth, Firestore, and Storage conventions using the modular v9 SDK.
Full PRD: user stories, success criteria, scope boundaries (Always/Ask/Never), non-functional requirements → GitHub issue.
Standardized Research → Plan → Execute workflow for consistent delivery.
Fast 4-phase workflow for bug fixes and small tasks: validate → implement → review → ship. No PRD or plan required.
Vitest unit tests and Playwright E2E — pipeline with gate conditions.
TanStack Query v5 conventions, key factories, mutations, and gotchas.
Redux Toolkit data-fetching, cache tags, and optimistic updates.
Symptom → root cause pipeline. 5-Whys method, structured investigation.
Conventional commits, branch naming, PR creation, and CI babysitting.
Architecture Decision Records, API docs, and inline doc standards. Captures the why, not just the what.
Checklist-driven PR review with blocking, suggestion, and approval tiers.
Next.js-native CMS mastery: collections, Lexical, media, and access control.
Build performant iOS and Android apps with Expo and React Navigation.
Meta-skill wizard that interviews you and generates new skills from patterns.
Apollo Server, schema design, DataLoaders, and N+1 prevention.
Apollo Client, query fragments, normalized caching, and code generation.
E2E test structure, POM, selectors, network mocking, and CI integration.
Hook UI to Firebase or REST/GraphQL via RTK Query — data flow automation.
Post inline review comments directly to GitHub PRs using the gh CLI.
Generates boilerplate for strict React components with correct structure.
Parameterized templates that assemble complete AI prompts. Run interactively, copy to clipboard.
Run agents-skills recipe <name> to fill parameters and get a ready-to-paste prompt.
Add Firebase, Supabase, or Clerk authentication with protected route guards.
Full CRUD: list view, create/edit form, delete confirmation, for any entity.
REST or GraphQL endpoint with input validation, auth checks, and error handling.
Comprehensive test coverage: unit, integration, and Playwright E2E for any module.
GitHub Actions CI/CD with lint, test, build, and deploy to Vercel/Netlify/Railway.