Curated skills & agents
Alongside the 19 first-party skills, the catalog mirrors 97 curated items (82 skills + 15 agents) from pinned upstream snapshots — official vendor skill repos, well-known community collections, and a few individually vetted maintainers. Every catalog item id is prefixed haus. regardless of source — that's a namespace convention for the CLI's install paths, not an authorship claim. Check the Source column below (or an item's originUrl in manifest.json) for where content actually comes from.
Curated content is copied verbatim from a pinned commit (snapshotRef in sources.yaml) — never hand-edited except for a security patch. To pick up upstream changes, the weekly sync job opens a review PR; a maintainer reviews the diff before merge. See The catalog model for the full trust/license gating that runs before anything ships.
By source
| Source | Skills | Agents | License | Upstream repo |
|---|---|---|---|---|
superpowers | 16 | 0 | MIT | pcvelz/superpowers |
ecc | 15 | 12 | MIT | affaan-m/ECC |
apollo | 5 | 0 | MIT | apollographql/skills |
sentry | 5 | 0 | MIT | getsentry/sentry-for-ai |
redis | 4 | 0 | MIT | redis/agent-skills |
wshobson | 4 | 0 | MIT | wshobson/agents |
dotnet | 3 | 0 | MIT | dotnet/skills, aaronontheweb/dotnet-skills |
expo | 3 | 0 | MIT | expo/skills |
oh-my-claudecode | 0 | 3 | MIT | yeachan-heo/oh-my-claudecode |
wordpress | 3 | 0 | GPL-2.0-or-later | WordPress/agent-skills |
mariadb | 2 | 0 | MIT | mariadb/skills |
elasticsearch | 2 | 0 | Apache-2.0 | elastic/agent-skills |
prisma | 2 | 0 | MIT | prisma/skills |
antfu | 2 | 0 | MIT | antfu/skills |
nx | 2 | 0 | MIT | nrwl/nx-ai-agents-config |
vercel-labs | 2 | 0 | MIT | vercel-labs/agent-skills |
supabase | 2 | 0 | MIT | supabase/agent-skills |
jeffallan | 2 | 0 | MIT | jeffallan/claude-skills |
sanity | 1 | 0 | MIT | sanity-io/agent-toolkit |
stripe | 1 | 0 | MIT | stripe/ai |
turborepo | 1 | 0 | MIT | vercel/turborepo |
mysql | 1 | 0 | MIT | planetscale/database-skills |
storybookjs | 1 | 0 | MIT | storybookjs/storybook |
currents-dev | 1 | 0 | MIT | currents-dev/playwright-best-practices-skill |
callstack | 1 | 0 | MIT | callstackincubator/agent-skills |
kadajett | 1 | 0 | MIT | kadajett/agent-nestjs-skills |
All 15 agents
Every agent in the catalog is curated — there are currently no first-party (source: haus) agents. Most are eligible only once your project matches their requiresAny gate (see The catalog model); a handful are also opt-in tier and need an explicit choice via /haus-workflow project:add-skills.
| Agent | What it does |
|---|---|
haus.ecc-a11y-architect | Accessibility review for WCAG 2.2 compliance, web and native |
haus.ecc-csharp-reviewer | C# review — .NET conventions, async patterns, security, nullable reference types |
haus.ecc-database-reviewer | PostgreSQL specialist — query optimization, schema design, security, performance |
haus.ecc-e2e-runner | End-to-end testing via Vercel Agent Browser (preferred) with Playwright fallback |
haus.ecc-performance-optimizer | Bottleneck identification, slow-code optimization, bundle-size reduction |
haus.ecc-php-reviewer | PHP review — PSR-12, type system, Eloquent ORM patterns |
haus.ecc-react-build-resolver | Diagnose and fix React build failures across Vite, webpack, Next.js, CRA, Parcel, esbuild, Bun |
haus.ecc-react-reviewer | React/JSX review — hook correctness, render performance, server/client boundaries |
haus.ecc-refactor-cleaner | Dead code cleanup and consolidation (runs knip/depcheck/ts-prune) |
haus.ecc-security-reviewer | Vulnerability detection after code touching input, auth, APIs, or sensitive data |
haus.ecc-typescript-reviewer | TypeScript/JavaScript review — type safety, async correctness, Node/web security |
haus.ecc-vue-reviewer | Vue.js review — Composition API correctness, reactivity pitfalls |
haus.oh-my-claudecode-designer | UI/UX designer-developer for interface work |
haus.oh-my-claudecode-test-engineer | Test strategy, integration/e2e coverage, flaky-test hardening, TDD workflows |
haus.oh-my-claudecode-tracer | Evidence-driven causal tracing — competing hypotheses, evidence for/against, uncertainty tracking |
Finding a specific skill
There's no live search on this site yet — the fastest way to check whether the catalog has something for your stack:
- Ask
/haus-workflow project:add-skillsin Claude Code inside your project — it readsrecommendation.json#optInEligible[]for anything gated by a role your project doesn't (yet) match. - Browse
manifest.jsondirectly in the repo — every item'stags,ecosystem, andwhenToUseare searchable text. - Check the relevant source repo linked in the table above — curated content generally has richer docs upstream than the trimmed catalog copy.