Skills from superpowers (90.6k★) · Anthropic · Vercel · YC CEO

Make your AI agent
actually good at its job

Security reviews. Code quality. Product specs. Growth hacking. One command gives your Claude Code, Cursor, or Codex real expertise — not just generic answers.

Browse Briefs Create Your Own →
~ npm install -g agentbrief

The Difference

Same question, completely different answer.

Without a brief
"Review this code for issues"
"The code looks good overall. Consider adding some error handling and maybe a few more comments."
With security-auditor brief
"Review this code for issues"
"CWE-89 CRITICAL at line 23: SQL injection via string concatenation. Attack vector: attacker injects arbitrary SQL through userId.

Fix: db.query('SELECT * FROM users WHERE id = $1', [userId])"

Official Briefs

Each brief bundles personality + domain knowledge + executable skills. All briefs inherit base-agent — a foundation layer with browser automation and cross-cutting capabilities.

Quick Start Packs

fullstack-engineer9 skills
Enforces strict types, follows Next.js conventions, builds accessible UIs, and reviews PRs like a staff engineer.
startup-founder12 skills
Writes PRDs, runs SEO audits, catches security bugs, and plans your launch with YC-level rigor.
release-engineer~10 skills
Tests thoroughly, reviews security, sets up CI/CD, and writes release documentation — your ship-to-production pipeline.

Code Quality & Engineering

security-auditor4 skills
OWASP/CWE security review specialist that catches vulnerabilities before they reach production.
Extends: base-agent
code-reviewer4 skills
Architecture review, naming conventions, test coverage analysis, and verification.
Extends: base-agent
qa-engineer3 skills
Finds edge cases, writes comprehensive test suites, and fixes bugs with atomic commits.
Extends: base-agent
typescript-engineer2 skills
Type safety guardian — enforces zero any, exhaustive switch checks, and strict generic constraints.
Extends: base-agent
nextjs-developer3 skills
Next.js 15 App Router specialist. Understands RSCs, Server Actions, React 19, and Tailwind.
Extends: base-agent
design-engineer3 skills
React + Tailwind + shadcn/ui expert with an 80-item visual and accessibility design review checklist.
Extends: base-agent
devops-sre5 skills
Site Reliability Engineer for CI/CD pipelines, monitoring setup, incident response, and IaC.
Extends: base-agent
tech-writer4 skills
Documentation expert focusing on clear API docs, readable release notes, and style guide adherence.
Extends: base-agent

Product, Growth & Business

product-manager3 skills
Drafts concise PRDs, writes user stories with acceptance criteria, and runs RICE/ICE prioritization.
Extends: base-agent
growth-engineer5 skills
Performs deep SEO audits, devises content strategies, sets up analytics, and improves CRO.
Extends: base-agent
data-analyst3 skills
Designs metrics frameworks, crafts complex SQL queries, and surfaces actionable data storytelling.
Extends: base-agent
social-media-manager3 skills
Drafts and publishes to Twitter/X and Xiaohongshu, plans content strategy, and grows your audience.
Extends: base-agent
feishu-writer2 skills
Reads, creates, and edits Feishu/Lark cloud documents and knowledge bases with team notifications.
Extends: base-agent
startup-advisor5 skills
Guides you from idea validation to MVP to launch, with built-in YC-style CEO feedback loops.
Extends: base-agent

Skill Ecosystem

Skills adapted from the best open-source projects. Completely compatible with the skills.sh format.

obra/superpowers90.6k ★
TDD, systematic debugging, verification loops, brainstorming, and plan-and-execute workflows.
garrytan/gstackYC CEO
Tough CEO review (10-star rating), thorough design review (80-item checklist), and atomic commit QA.
vercel-labs/next-skillsVercel
Official Next.js best practices — RSCs, caching strategies, error handling, and 20+ reference files.
anthropics/skills95.8k ★
Anthropic's official skills repository for frontend design, robust webapp testing, and MCP builder generation.
marketingskills32+ skills
Deep-dive marketing tactics: technical SEO audits, launch strategies, pricing models, and content workflows.
cc-devops-skills31 skills
Extensive DevOps toolbelt covering Terraform, Docker, Kubernetes, Helm, and GitHub Actions templates.

Works With Every Agent

One brief, compiled and intelligently optimized for each agent's context window automatically.

Claude Code

CLAUDE.md
Full Compilation

Cursor

.cursorrules
Minimal Headings

OpenCode

AGENTS.md
Concise Summaries

Codex

AGENTS.md
Concise Summaries

Create & Publish

Package your domain expertise into a reusable brief and share it with the developer community.

1. Scaffold
agentbrief init
2. Customize
Edit personality.md, add markdown files to knowledge/ and dirs to skills/
3. Preview
agentbrief preview
4. Publish
Push your repo to GitHub → submit a PR to the official registry

Read the Authoring Guide →

Documentation

Learn how to craft powerful briefs, integrate ecosystem skills, and contribute back.

Authoring Guide
Learn to create your own briefs with tailored personality, knowledge, and actionable skills.
Full Catalog
Browse all official roles and skill sources across 7 different business domains.
Design Decisions
Understand why we built it this way — 8 key architectural and user experience choices.
Vision
Read about our philosophy: creating the eslint-config-airbnb for AI agent behavior.