Skip to main content

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.

SkillWhat it's forUse case
kubb-react-queryStands up a fully-typed React Query data layer from an OpenAPI/Swagger spec using the Kubb CLIYou have (or can generate) an OpenAPI spec and want typed hooks, not hand-written fetch calls
nuqs-table-url-stateWires @cogs/nuqs's createTableUrlState factory into a TanStack-Table-backed list viewBuilding a filterable, sortable, paginated table whose state should be shareable via URL
nuqs-url-stateCanonical type-safe URL state management with nuqs for Next.jsReplacing local useState with state that survives a refresh and a copy-pasted link
shadcn-data-table-rhfEditable, large, React-Hook-Form-backed data tables on top of shadcn's data-table componentBuilding a data table where rows are inline-editable, not just displayed
shadcn-react-hook-form-formsWires shadcn's Form primitives to react-hook-form for the single-object-form caseBuilding 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.