@themarch/skills
v0.1.0
Published
The themarch skills catalog (Anthropic Skills format).
Readme
@themarch/skills
The official skills catalog for themarch/dev. Each subfolder under catalog/ is a self-contained skill in the Anthropic Skills format (SKILL.md + templates/ + optional scripts/ + tests/).
Format
See SPEC.md § 7 in the repository root, and packages/core/src/skills/schema.ts for the validated frontmatter Zod schema.
Catalog overview
| Category | Skills |
|---|---|
| Database | add-table, add-rls, add-relation, add-index, add-event-sourced-aggregate, convert-prisma-to-drizzle |
| API (tRPC) | add-trpc-router, add-trpc-procedure, add-zod-schema |
| Frontend (Next.js) | add-page, add-server-action, add-shadcn-component, add-form |
| Async | add-inngest-workflow, add-cron-job, add-outbox |
| Auth | add-better-auth, add-protected-route, add-rbac-permission |
| Testing | add-test-e2e, add-test-unit, add-load-test |
| Infrastructure | add-docker-service, add-github-action, add-env-var |
| Meta (AI tooling) | add-mcp-server, add-cursorrules, add-claude-md |
| Composite | scaffold-feature, enhance-existing-repo |
Run themarch skill list for the live list, or themarch skill <name> --input k=v to invoke one.
