Curated Configs

Curated means we read it, the source is still active, and it is about building software with agents. Start from a starter kit if you want a set that works together. Looking for the long tail? Browse skills.sh.

Backend
Sep '26

Workers Best Practices

Cloudflare Workers best practices for production applications

by Cloudflare
Workflows
Mar '26

Plan CEO Review

Pressure-test project plans with a founder/CEO mindset, challenging assumptions and finding the 10-star product hiding inside the request.

by Garry Tan / Y Combinator
Workflows
Mar '26

Brainstorming

Guides agents through collaborative brainstorming to refine ideas into concrete designs and specifications.

by Obra / Superpowers
Frontend
Mar '26

Frontend Design

Frontend design and UI/UX development tools

by Anthropic
Workflows
Mar '26

Agents Md

Generate and manage AGENTS.md files

by Sentry team
Code Review
Mar '26

Gh Address Comments

Address review and issue comments on open GitHub PRs via CLI

by OpenAI
Frontend
Mar '26

Ask Questions If Underspecified

Prompt for clarification on ambiguous requirements

by Trail of Bits
Backend
Mar '26

Postgres Best Practices

PostgreSQL best practices for Supabase

by Supabase
Frontend
Mar '26

Composition Patterns

React component composition and reusable patterns

by Vercel
Code Review
Mar '26

Plan Engineering Review

Review engineering plans like an experienced tech lead, focusing on architecture, data flow, edge cases, and test coverage.

by Garry Tan / Y Combinator
Workflows
Mar '26

Executing Plans

For when you have a detailed implementation plan and need to execute it methodically.

by Obra / Superpowers
Frontend
Mar '26

Mcp Builder

Create MCP servers to integrate external APIs and services

by Anthropic
Code Review
Mar '26

Claude Settings Audit

Audit Claude settings configuration

by Sentry team
AI/ML
Mar '26

Gh Fix Ci

Debug and fix failing GitHub Actions PR checks using log inspection

by OpenAI
Code Review
Mar '26

Differential Review

Security-focused diff review with git history analysis

by Trail of Bits
Frontend
Mar '26

Next Best Practices

Next.js best practices and recommended patterns

by Vercel
Testing
Mar '26

QA Testing

Systematic web app testing with full explorations, quick smoke tests, or baseline regression comparisons.

by Garry Tan / Y Combinator
Code Quality
Mar '26

Systematic Debugging

Enforces a structured approach to debugging that prioritizes root cause identification over quick fixes.

by Obra / Superpowers
Frontend
Mar '26

Skill Creator

Guide for creating skills that extend Claude's capabilities

by Anthropic
Workflows
Mar '26

Commit

Create commits with best practices

by Sentry team
Security
Mar '26

Security Threat Model

Generate repo-specific threat models identifying trust boundaries

by OpenAI
Security
Mar '26

Insecure Defaults

Detect insecure default configurations like hardcoded secrets, default credentials, and weak crypto

by Trail of Bits
Frontend
Mar '26

React Best Practices

React best practices and patterns

by Vercel
Code Review
Mar '26

Code Review

Catch common PR issues before landing: SQL safety, LLM trust boundaries, race conditions, and more.

by Garry Tan / Y Combinator
Testing
Mar '26

Test-Driven Development

Guides development using TDD methodology: write a failing test first, implement just enough code to make it pass, then refactor.

by Obra / Superpowers
Testing
Mar '26

Webapp Testing

Test local web applications using Playwright

by Anthropic
Workflows
Mar '26

Create Pr

Create pull requests

by Sentry team
Code Review
Mar '26

Security Best Practices

Review code for language-specific security vulnerabilities

by OpenAI
Testing
Mar '26

Modern Python

Modern Python tooling with uv, ruff, ty, and pytest best practices

by Trail of Bits
Frontend
Mar '26

Web Design Guidelines

Web design guidelines and standards

by Vercel
DevOps
Mar '26

Ship

Automated release workflow from feature branch to pull request: merge, test, version bump, changelog, and PR creation.

by Garry Tan / Y Combinator
Code Quality
Mar '26

Verification Before Completion

Ensures every claim of completion or success is backed by concrete evidence.

by Obra / Superpowers
Code Quality
Feb '26

Code Simplifier Agent

An agent prompt that simplifies recently modified code for clarity and maintainability, without changing behavior. Runs after implementation to clean up what was just written.

by Anthropic
Code Review
Mar '26

Code Review

Perform code reviews

by Sentry team
Testing
Mar '26

Property Based Testing

Property-based testing for multiple languages and smart contracts

by Trail of Bits
Workflows
Mar '26

Writing Plans

Helps outline implementation details for features and tasks by generating actionable, step-by-step plans.

by Obra / Superpowers
Workflows
Feb '26

Feature Development Workflow

A 7-phase workflow for building features with AI agents. Discovery, exploration, clarifying questions, architecture, implementation, review, summary.

by Anthropic
Code Review
Mar '26

Find Bugs

Find and identify bugs in code

by Sentry team
Security
Mar '26

Static Analysis

Static analysis toolkit with CodeQL, Semgrep, and SARIF

by Trail of Bits
Code Review
Feb '26

PR Review with Confidence Scoring

Run multiple specialized review agents in parallel, score every issue 0-100, and only surface the ones that matter. Reduces false positives without missing real bugs.

by Anthropic
Workflows
Mar '26

Iterate Pr

Iterate on pull request feedback

by Sentry team
Workflows
Mar '26

Context Optimization

Apply compaction, masking, and caching strategies

by Pawel Huryn
Workflows
Mar '26

Context Fundamentals

Understand what context is, why it matters, and the anatomy of context in agent systems

by Pawel Huryn
Frontend
Mar '26

Evaluation

Build evaluation frameworks for agent systems

by Pawel Huryn
Code Review
Mar '26

Code Review

Comprehensive PR code review using specialized agents: bug-hunter, security-auditor, code-quality-reviewer, contracts-reviewer, historical-context-reviewer, test-coverage-reviewer

by Pawel Huryn
Frontend
Mar '26

Tool Design

Build tools that agents can use effectively, including architectural reduction patterns

by Pawel Huryn
Workflows
Mar '26

Prompt Engineering

Widely used prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles.

by Pawel Huryn
Frontend
Mar '26

Sdd

Spec-driven development workflow that transforms prompts into production-ready implementations through structured planning, architecture design, and LLM-as-a-Judge based quality gates.

by Pawel Huryn