v3.0 — Production-Grade Agent Discipline

One command installs the
discipline your AI agents
are missing.

Ships process skills, technology skills, and workflow commands that make AI agents behave like senior engineers by default.

$ npx agents-skills install

or install a pack →

$ npx agents-skills install react-pack

Get Started in 3 Steps

Set up once. Then just type a command to build anything.

1

Install

$ npx agents-skills install

Pick your role: Frontend, Backend, Fullstack, or Full. Add-ons available: Mobile, Firebase, CMS, Testing.

2

Configure

$ agents-skills init

Auto-detects your stack and writes a project profile. Sets model, token budget, and framework context.

3

Build

/build-feature

Full lifecycle: validate → PRD → plan → implement → review → ship. One command chains everything.

Choose the right workflow

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)

Invoking slash commands in your IDE

Claude Code
/build-feature
Type directly in chat
Cursor
/build-feature
AI chat panel
VS Code (Copilot)
@workspace /build-feature
Chat panel
Antigravity
/build-feature
Prompt bar

Full Setup

One command installs all process skills, tech skills, slash commands, workflows, and hooks into your chosen IDEs.

$ npx agents-skills install
┌ 🤖 agents-skills v3 — Install Wizard
◇ Install where?
▸ Local Workspace
◇ Which IDEs?
✔ Antigravity ✔ VS Code
◇ What are you building?
▸ ⭐ Frontend
Backend
Fullstack
Full
◇ Any add-ons?
✔ E2E Testing (Playwright)
✔ 18 skills installed → /build-feature

Install Skills & Packs

Install a single skill, a full pack, or check what's available in the registry.

$ npx agents-skills install react-pack
◇ Install where? → Local Workspace
◇ Which IDEs? → Antigravity, Cursor
◇ Resolving pack: react-query, rtk-query, react-native, react-component-scaffolder
✅ 4 skills installed (react-pack)

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/

One Source. All IDEs.

We map your canonical .agents/ folder — skills, commands, workflows, rules — to the specific paths each IDE expects.

VS Code
Cursor
Claude Code
Antigravity

CLI Commands

A complete toolkit — not just an installer.

Command Description
agents-skills install
Full install wizard
agents-skills install <skill>
Install skill with auto-deps
agents-skills install <pack> NEW
Install pack alias
agents-skills list
List installed content + versions
agents-skills list --registry NEW
List all skills in public registry
agents-skills upgrade NEW
Smart schema migration
agents-skills doctor
Workspace health + upgrade prompt
agents-skills init
Auto-detect stack → project profile
agents-skills recipe [name]
Browse & run prompt recipes
agents-skills tokens
Token budget breakdown (40% rule)
agents-skills compact
Human-driven context snapshot
agents-skills compact --auto NEW
Agent-driven snapshot via JSON
agents-skills telemetry
Usage dashboard (local only)

Core Skills

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.

Grill Me

Adversarial plan stress-testing. Attacks assumptions and resolves every decision branch before a line of code is written.

View skill →

Write a PRD

Produces a full PRD: user stories, success criteria, scope boundaries. Submitted as a GitHub issue.

View skill →

PRD to Plan

Turns a PRD into a tracer-bullet implementation plan. Each bullet = one thin, independently testable vertical slice.

View skill →

Context Engineering

Teaches agents what to load/drop, when to trigger compaction, and how to write agent-driven snapshots. Upgrades compact --auto.

View skill →

Source-Driven Development

Grounds every framework decision in official docs. Agent must cite sources and never hallucinate API usage.

View skill →

Incremental Implementation

Implement → Test → Verify → Commit cycle discipline. Scope rules, slice sizing guidelines, no horizontal layers.

View skill →

Security & Hardening

OWASP Top 10, auth patterns, secrets management, dependency auditing. A non-negotiable quality gate before shipping.

View skill →

CI/CD & Automation

Shift Left quality gate pipelines, feature flags, and automated rollout strategies for every merge.

View skill →

Performance Optimization

Core Web Vitals, bundle analysis, profiling. Measure-first approach. Optional pre-ship gate.

View skill →

Documentation & ADRs

Architecture Decision Records, API docs, and inline doc standards. Optional pre-ship gate.

View skill →

Technology Skills

Teach agents how to use specific tools. Install individually or via pack aliases.

Click any skill to see details and the install command.

Backend Engineering

Node.js, MongoDB, TypeScript, and Microservice patterns.

View skill →

Frontend Design

Distinctive, premium UI design systems and interactive React patterns.

View skill →

Firebase Setup

Auth, Firestore, and Storage conventions using the modular v9 SDK.

View skill →

Write a PRD

Full PRD: user stories, success criteria, scope boundaries (Always/Ask/Never), non-functional requirements → GitHub issue.

View skill →

Build Feature Agent

Standardized Research → Plan → Execute workflow for consistent delivery.

View workflow →

Build Quick

Fast 4-phase workflow for bug fixes and small tasks: validate → implement → review → ship. No PRD or plan required.

View workflow →

Test Writing

Vitest unit tests and Playwright E2E — pipeline with gate conditions.

View skill →

React Query

TanStack Query v5 conventions, key factories, mutations, and gotchas.

View skill →

RTK Query

Redux Toolkit data-fetching, cache tags, and optimistic updates.

View skill →

Debug Investigator

Symptom → root cause pipeline. 5-Whys method, structured investigation.

View skill →

Git Workflow

Conventional commits, branch naming, PR creation, and CI babysitting.

View skill →

Documentation & ADRs

Architecture Decision Records, API docs, and inline doc standards. Captures the why, not just the what.

View skill →

Code Reviewer

Checklist-driven PR review with blocking, suggestion, and approval tiers.

View skill →

PayloadCMS

Next.js-native CMS mastery: collections, Lexical, media, and access control.

View skill →

React Native

Build performant iOS and Android apps with Expo and React Navigation.

View skill →

Skill Creator

Meta-skill wizard that interviews you and generates new skills from patterns.

View skill →

GraphQL Backend

Apollo Server, schema design, DataLoaders, and N+1 prevention.

View skill →

GraphQL Frontend

Apollo Client, query fragments, normalized caching, and code generation.

View skill →

Playwright

E2E test structure, POM, selectors, network mocking, and CI integration.

View skill →

API Integration

Hook UI to Firebase or REST/GraphQL via RTK Query — data flow automation.

View skill →

Post PR Review

Post inline review comments directly to GitHub PRs using the gh CLI.

View skill →

Component Scaffolder

Generates boilerplate for strict React components with correct structure.

View skill →

Prompt Recipes

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-auth

Add Firebase, Supabase, or Clerk authentication with protected route guards.

Params: provider, routes, login page

add-crud-page

Full CRUD: list view, create/edit form, delete confirmation, for any entity.

Params: entity name, route, data source

add-api-endpoint

REST or GraphQL endpoint with input validation, auth checks, and error handling.

Params: name, method, path, auth required

add-test-suite

Comprehensive test coverage: unit, integration, and Playwright E2E for any module.

Params: target, test types, edge cases

setup-ci

GitHub Actions CI/CD with lint, test, build, and deploy to Vercel/Netlify/Railway.

Params: project type, pkg manager, deploy target
tool-wrapper

Trigger phrases

Example prompt

""

Install this skill

$