Skills Catalog
cogs ships 5 Claude Code skills, distributed as a single plugin (see Getting Started). Each one encodes a pattern mined from real production code, not generic framework theorizing — the deep-dive pages below cite the evidence for each.
| Skill | What it's for | Use case |
|---|---|---|
kubb-react-query | Stands up a fully-typed React Query data layer from an OpenAPI/Swagger spec using the Kubb CLI | You have (or can generate) an OpenAPI spec and want typed hooks, not hand-written fetch calls |
nuqs-table-url-state | Wires @cogs/nuqs's createTableUrlState factory into a TanStack-Table-backed list view | Building a filterable, sortable, paginated table whose state should be shareable via URL |
nuqs-url-state | Canonical type-safe URL state management with nuqs for Next.js | Replacing local useState with state that survives a refresh and a copy-pasted link |
shadcn-data-table-rhf | Editable, large, React-Hook-Form-backed data tables on top of shadcn's data-table component | Building a data table where rows are inline-editable, not just displayed |
shadcn-react-hook-form-forms | Wires shadcn's Form primitives to react-hook-form for the single-object-form case | Building one form for one object with one useForm and Zod validation |
Every skill listed here is tracked as the source of truth in docs/published-skills.json — if that file grows, this table should grow with it.