Skip to content

Browse and discover agents and skills. Copy the command and use it in your IDE.

32 agents|32 skills
|
Showing 64 of 64 items
@analystagent

requirements are ambiguous, incomplete, or need to be translated into technical specifications.

Workflow4 toolsOfficial
@apiagent

designing, reviewing, or implementing REST or GraphQL APIs - endpoints, contracts, versioning, rate limiting, or documentation.

Specialist6 toolsOfficial
@architectagent

migrating entire system architectures, transforming monoliths to microservices, adopting DDD/CQRS/Hexagonal, or redesigning application layers at system level.

Specialist8 toolsOfficial
@autopilotagent

you want to run iterative autonomous development with PRD and progress tracking, fresh context per iteration to avoid context rot.

Automation8 toolsOfficial
@cloudagent

designing cloud infrastructure, setting up IaC, configuring serverless functions, or planning cloud architecture.

Specialist8 toolsOfficial
@dataagent

designing database schemas, writing migrations, optimizing queries, or planning caching strategies.

Specialist6 toolsOfficial
@debuggeragent

encountering any bug, test failure, unexpected behavior, or error - before proposing fixes.

Workflow6 toolsOfficial
@depsagent

dependencies are outdated, have security vulnerabilities, need license compliance checks, conflict with each other, need major version upgrades, or require supply chain hardening.

Specialist8 toolsOfficial
@designeragent

building design systems, improving UI/UX, ensuring WCAG accessibility, or creating responsive layouts.

Specialist6 toolsOfficial
@devopsagent

setting up Docker, Kubernetes, CI/CD pipelines, monitoring, or deployment infrastructure.

Specialist8 toolsOfficial
@docsagent

code needs documentation - API docs, architecture diagrams, user guides, ADRs, JSDoc/TSDoc comments, or onboarding materials.

Specialist8 toolsOfficial
@executoragent

a plan exists and tasks need to be executed with checkpoints, cost tracking, and verification.

Workflow8 toolsOfficial
@exploreragent

onboarding onto an unfamiliar codebase, mapping project structure, or understanding how modules connect.

Support5 toolsOfficial
@financeagent

implementing payment processing, billing systems, invoicing, tax calculation, or financial reporting features.

Specialist6 toolsOfficial
@i18nagent

adding multi-language support, extracting hardcoded strings, setting up translation workflows, or implementing RTL layouts.

Specialist6 toolsOfficial
@legalagent

implementing GDPR, LGPD, or privacy compliance - consent management, data retention, audit trails, or cookie policies.

Specialist6 toolsOfficial
@marketingagent

creating marketing copy, landing pages, email campaigns, social media strategy, SEO content, or growth experiments.

Business6 toolsOfficial
@memoryagent

decisions, preferences, or lessons need to persist across sessions - save and retrieve project memory.

Support3 toolsOfficial
@orchestratoragent

a task requires coordinating multiple agents, managing dependencies between subtasks, or sequencing work across domains.

Workflow8 toolsOfficial
@pairagent

wanting to code collaboratively, think through problems out loud, or get continuous feedback while developing.

Workflow7 toolsOfficial
@perfagent

the application is slow, bundle size is large, queries are inefficient, memory leaks, or users report performance issues.

Specialist6 toolsOfficial
@planneragent

starting a feature that involves multiple files, unclear requirements, or architectural decisions - before writing any code.

Workflow4 toolsOfficial
@productagent

defining product strategy, prioritizing features, writing user stories, analyzing feedback, or making product decisions.

Business6 toolsOfficial
@refactoragent

code has grown complex, has duplication, violates patterns, or needs restructuring - from code smells to architecture-level refactoring.

Specialist6 toolsOfficial
@rippleagent

you need to understand the cascading impact of a code change - who depends on it, what breaks, and what needs updating.

Specialist5 toolsOfficial
@scoutagent

assessing a project for the first time, evaluating technical debt, or generating a health report.

Support4 toolsOfficial
@securityagent

implementing authentication, authorization, encryption, or auditing for OWASP compliance and security best practices.

Specialist8 toolsOfficial
@sentry-triageagent

triaging Sentry errors, analyzing recent issues, checking if fixes already exist, and creating prioritized fix PRs automatically.

Automation7 toolsOfficial
@starteragent

creating a new project from scratch - any frontend, backend, and database combination.

Core7 toolsOfficial
@supportagent

creating support documentation, help center content, runbooks, incident response procedures, or customer-facing knowledge base articles.

Business6 toolsOfficial
@tddagent

implementing any feature or bugfix where correctness matters - before writing implementation code.

Workflow6 toolsOfficial
@testeragent

defining test strategy, improving coverage, setting up test infrastructure, or choosing testing patterns.

Specialist6 toolsOfficial
/auditskill

you need a comprehensive code audit covering security, performance, architecture, and dependencies before a release, major refactor, or compliance review.

Quality4 toolsOfficial
/autofixskill

you want to automatically triage errors from Sentry (or error logs), cross-reference them against the codebase and open PRs, prioritize by severity, and optionally create fix PRs.

Development6 toolsOfficial
/autopilotskill

you want to iteratively build a feature using a PRD as source of truth, with progress tracking and fresh-context iterations - the Autopilot technique for autonomous development.

Development8 toolsOfficial
/brainstormskill

starting a complex feature, exploring unclear requirements, or needing to challenge assumptions before committing to a design - before /plan.

Planning3 toolsOfficial
/checkpointskill

about to start risky changes, before major refactors, or when you need a safe rollback point during multi-step implementations.

Workflow1 toolsOfficial
/codereviewskill

you need a comprehensive code review combining architecture, security, and test perspectives - especially before merging, releasing, or after major changes.

Quality4 toolsOfficial
/commitskill

changes are ready to commit - generates conventional commit messages with scope detection and validation.

Development4 toolsOfficial
/copywritingskill

creating marketing copy for landing pages, email campaigns, product descriptions, or social media - with A/B variants and conversion-focused frameworks.

Business5 toolsOfficial
/croskill

optimizing landing pages, signup flows, checkout processes, or any user-facing page for higher conversion rates - before A/B testing.

Quality4 toolsOfficial
/debugskill

encountering any bug, test failure, unexpected behavior, or error - before proposing fixes. Use especially when previous fix attempts have failed.

Development6 toolsOfficial
/design-reviewskill

reviewing frontend code for design consistency, accessibility compliance, responsive behavior, and UI/UX best practices - before deployment or after design system changes.

Quality4 toolsOfficial
/discoveryskill

starting a new product, feature, or initiative and you need structured discovery before planning - covers market analysis, technical feasibility, architecture, and go-to-market strategy.

Planning5 toolsOfficial
/estimateskill

planning a feature and need to understand token cost, time estimate, or complexity before committing to implementation.

Planning3 toolsOfficial
/finishskill

feature implementation is complete and the branch is ready for final validation, PR creation, or merge.

Workflow4 toolsOfficial
/grillskill

you want to stress-test code by having an adversarial reviewer try to break it - finding edge cases, security holes, race conditions, and logical flaws that normal reviews miss.

Quality4 toolsOfficial
/healthskill

assessing overall project quality, onboarding onto a new codebase, or before major refactoring to establish a baseline.

Quality4 toolsOfficial
/improve-architectureskill

the codebase has architectural issues like high coupling, circular dependencies, or unclear boundaries - but a full migration is not needed.

Migration6 toolsOfficial
/learnskill

implementing a feature and want to understand the code as it's built - during onboarding, teaching, or learning a new pattern.

Knowledge6 toolsOfficial
/lintskill

you need to lint the codebase and auto-fix issues - detects linter, runs it, and fixes what it can.

Development4 toolsOfficial
/migrate-architectureskill

transforming a project's architecture pattern - e.g., Flat to Modular, MVC to Clean Architecture, Monolith to Modular Monolith.

Migration6 toolsOfficial
/migrate-frameworkskill

switching a project or component between frameworks - React to Vue, Vue to Svelte, or any supported framework pair.

Migration6 toolsOfficial
/onboardskill

joining an unfamiliar codebase, starting on a new team, or needing to understand a project's architecture, conventions, and key modules quickly.

Knowledge4 toolsOfficial
/planskill

starting a new feature, refactor, or multi-step task - before writing any code. Use especially when scope is unclear or multiple files are involved.

Planning3 toolsOfficial
/prdskill

translating a product idea, feature request, or stakeholder requirement into a structured PRD with user stories, acceptance criteria, and GitHub issues.

Planning6 toolsOfficial
/recallskill

you need to retrieve a past decision, preference, or convention that was saved with /remember.

Knowledge2 toolsOfficial
/rememberskill

making a decision, choosing a convention, or learning a lesson that should persist across sessions.

Knowledge3 toolsOfficial
/seo-auditskill

auditing a website or web application for SEO issues - covering meta tags, structured data, content structure, Core Web Vitals indicators, and crawlability.

Quality4 toolsOfficial
/tddskill

implementing any feature or bugfix where correctness matters - before writing implementation code.

Development6 toolsOfficial
/tutorialskill

first using Specialist Agent, onboarding a new team member, or wanting to explore available agents and skills.

Knowledge2 toolsOfficial
/verifyskill

about to claim work is complete, fixed, or passing - before committing, creating PRs, or moving to next task. Requires running verification commands and confirming output before making any success claims.

Quality4 toolsOfficial
/worktreeskill

you need workspace isolation for parallel tasks, risky changes, or multi-feature development without branch switching.

Workflow4 toolsOfficial
/write-skillskill

creating a new skill, editing an existing skill, or verifying a skill works before deployment.

Knowledge6 toolsOfficial