Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Reviewed by a developer

Agent skills worth installing.

A small, opinionated catalog for production software engineering. Every recommendation explains where it helps, where it does not, and what to expect before you add it to an agent.

Browse recommendationsExplore indexed repositories

Engineering workflows

Start with the work, not the leaderboard

Collections combine a few complementary skills for a specific engineering outcome.

Debug with evidence

Find the cause, prove the fix, and avoid optimistic completion claims.

Systematic Debugging
Test-Driven Development
Verification Before Completion

Ship a feature

A compact workflow for implementation, design quality, and final verification.

Test-Driven Development
Frontend Design
Verification Before Completion

Review a web app

Review the interface, React implementation, and data layer as one system.

Frontend Design
Vercel React Best Practices
Supabase Postgres Best Practices

Production readiness

Reduce correctness and operational surprises before a release.

Verification Before Completion
Vercel React Best Practices
Supabase Postgres Best Practices

Editor's picks

Recommended engineering skills

Inclusion here is a manual recommendation, not an automated validation result.

Systematic Debugging

obra/superpowers
Recommended

A disciplined debugging loop that makes an agent establish evidence and isolate root causes before it starts changing code.

Best for
Intermittent failures, unfamiliar codebases, and bugs where the first plausible fix is often wrong.
Keep in mind
The process can feel heavy for obvious one-line defects and still depends on useful logs or reproducible symptoms.
Claude Code
Codex
npx skills add obra/superpowers --skill systematic-debugging

Reviewed 2026-08-23

Test-Driven Development

obra/superpowers
Recommended

One of the clearest skills for keeping coding agents inside a real red-green-refactor cycle instead of adding tests after implementation.

Best for
Behavior changes and regressions where you need evidence that the test can catch the missing implementation.
Keep in mind
It is intentionally strict and is a poor fit for throwaway exploration, generated artifacts, or projects with no runnable test surface.
Claude Code
Codex
npx skills add obra/superpowers --skill test-driven-development

Reviewed 2026-08-23

Verification Before Completion

obra/superpowers
Recommended

A small but high-leverage guardrail that requires fresh command output before an agent claims work is fixed, passing, or complete.

Best for
Long implementation sessions and release work where stale test results or optimistic handoffs create expensive mistakes.
Keep in mind
It improves the evidence behind a claim but cannot determine whether the selected verification command covers the right risks.
Claude Code
Codex
npx skills add obra/superpowers --skill verification-before-completion

Reviewed 2026-08-23

Frontend Design

anthropics/skills
Recommended

A useful counterweight to generic AI interfaces, with concrete direction on visual hierarchy, typography, composition, and intentional design choices.

Best for
Landing pages and product interfaces that need stronger art direction than a default component-library assembly.
Keep in mind
Taste guidance does not replace user research, accessibility testing, or fidelity to an established product design system.
Claude Code
Codex
npx skills add anthropics/skills --skill frontend-design

Reviewed 2026-08-23

Vercel React Best Practices

vercel-labs/agent-skills
Recommended

A broad, production-minded React and Next.js review guide drawn from recurring performance problems seen by framework engineers.

Best for
Reviewing React or Next.js changes for waterfalls, bundle growth, rendering costs, and avoidable client-side work.
Keep in mind
Some recommendations are framework-specific and should not override measurements or constraints from the application being reviewed.
Claude Code
Codex
Cursor
npx skills add vercel-labs/agent-skills --skill vercel-react-best-practices

Reviewed 2026-08-23

Supabase Postgres Best Practices

supabase/agent-skills
Recommended

Practical database guidance that gives agents a better default for schema design, queries, indexes, row-level security, and operational safety.

Best for
Designing or reviewing Postgres changes in Supabase applications before they become production migrations.
Keep in mind
It cannot inspect production workload characteristics by itself, and Supabase-specific advice may not transfer to every Postgres deployment.
Claude Code
Codex
Cursor
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices

Reviewed 2026-08-23

Looking for everything else?

The historical crawler index is still available by repository. Indexed means discovered, not recommended.

Browse repositories