Wacht Bench is live — AI-assisted development for Wacht
Guides

Wacht Skills

Understand the Wacht skills package and how each skill accelerates Wacht development.

Wacht Skills

Wacht skills are portable agent instructions that teach AI coding tools how to build with Wacht.

They are installed with:

wacht skills add

Core pattern

Every Wacht skill follows the same rule:

Use Wacht Docs MCP for current Wacht facts.
Use the skill for workflow, file placement, implementation checks, and validation.

MCP answers what Wacht says now. Skills answer how an AI assistant should do the work.

V1 skills

SkillUse it for
wachtRouter skill that selects the right Wacht skill.
wacht-setupFramework detection and first Wacht install.
wacht-nextjs-patternsNext.js provider, proxy, server auth, route protection.
wacht-react-router-patternsReact Router loaders, actions, providers, auth guards.
wacht-tanstack-router-patternsTanStack Router route guards and server integration.
wacht-react-spa-patternsReact SPA and Vite client-side auth patterns.
wacht-backend-js@wacht/backend, token verification, gateway checks.
wacht-orgs-workspacesOrganizations, workspaces, roles, and tenant isolation.
wacht-api-authAPI keys, OAuth clients, gateway auth, audit flows.
wacht-webhooksWebhook endpoints, verification, replay, idempotency.
wacht-notificationsNotification hooks, inbox UI, realtime streams.
wacht-agentsAgents, tools, MCP servers, approvals, hooks, skill bundles.
wacht-testingTests for Wacht auth, tenancy, API auth, webhooks, and agents.
wacht-skill-authoringCreating, reviewing, validating, and publishing Wacht skills.

Prompt to use Bench

Use Wacht skills.
Select the right Wacht skill for this task, use Wacht Docs MCP before coding, make the requested changes, and run the validation commands from the active skill.

On this page