codegen skills

67 tagged codegen, measured the same way as everything else here.

Browse within: design-to-code 26design-tools 22swagger 22typescript 21openapi 14OpenSpec 13Orchestration 13Code Generation 12skmtc 12axios 8kubb 8plugin-manager 8

changelog

01

kubb-labs/kubb

Skill Claude CodeCodex

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

1.8k 3d ago A 47 tokens original MIT

jsdoc

02

kubb-labs/kubb

Skill Claude CodeCodex

Full JSDoc format guide for TypeScript, covering @example formats (short, multi-line, multi-variant), tag usage (@default, @deprecated, what to avoid), documentation patterns for properties/enums/functions, and tag order.

1.8k 3d ago A 51 tokens original MIT

config

03

kubb-labs/kubb

Skill Claude CodeCodex

How to author a kubb.config.ts and pick the right @kubb/plugin- packages when generating TypeScript from an OpenAPI/Swagger spec. Use whenever setting up Kubb, adding a generator, or debugging codegen output.

1.8k 3d ago A 49 tokens original MIT

figma-typings-audit

04

awdr74100/figwright

Skill Claude CodeCodex

Upgrade @figma/plugin-typings and absorb what the new version exposes. Diffs the .d.ts between the installed and the target version (that package ships no changelog), sorts the changes into breakage / new API / silently-added fields, maps each onto the sandbox handlers, the hand-written Zod mirrors in shared, and the…

633 2d ago A 133 tokens original MIT

mcp-sdk-audit

05

awdr74100/figwright

Skill Claude CodeCodex

Upgrade @modelcontextprotocol/server (the MCP TypeScript SDK v2) and prove the wire contract survived. The SDK is a runtime dependency whose breakage lands on the wire, not in the type checker — so this sorts each release by which SDK source files it touched (Figwright uses only the server + stdio slice of a…

633 2d ago A 159 tokens original MIT

figma-codegen

06

awdr74100/figwright

Skill Claude CodeCodex

Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…

633 2d ago A 145 tokens original MIT

kessoku-di

07

mazrean/kessoku

Skill Claude CodeCodex

Kessoku compile-time DI with parallel initialization for Go. Use when writing or debugging kessoku providers/injectors, enabling async dependencies, migrating from google/wire, or fixing go:generate/codegen issues in Go services.

139 2d ago A 52 tokens original MIT

mock-skill

08

mazrean/kessoku

Skill Claude CodeCodex

This is a mock skill file for testing.

139 2d ago A 0 tokens original MIT

lathe-release

09

lathe-cli/lathe

Skill Claude CodeCodex

Run Lathe release validation and publishing workflows. Use when the user asks to prepare, validate, cut, tag, publish, or ship a Lathe versioned release; runs the captured pre-release regression gate before tagging.

46 2d ago C 48 tokens original Apache-2.0

lathe

10

lathe-cli/lathe

Skill Claude CodeCodex

Initialize CLI-first applications and keep their OpenAPI contract, generated CLI, and Agent Skill synchronized. Use when creating an application with lathe init or changing a Lathe-generated application.

46 2d ago A 39 tokens original Apache-2.0

agent-codemode

11

janwilmake/agent-codemode

Skill Claude CodeCodex

Call the MCP servers this machine's coding agent is already authenticated to — from a shell script or from TypeScript, with no model in the loop. Use when a task needs data from an MCP server (Linear, Slack, Axiom, Fastmail, a self-hosted one), when several MCP calls should be composed into one script instead of a…

29 13d ago A 109 tokens original MIT

tumf/conflux

Skill Claude CodeCodex

Portable Conflux acceptance review with an additional SPECA-style property/proof-attempt lens. Drop-in compatible with cflx-accept and cannot ask questions or request user input.

24 2d ago A 45 tokens

cflx-apply

13

tumf/conflux

Skill Claude CodeCodex

Implement an approved OpenSpec change autonomously with truthful task tracking. Provides apply-specific guidance for Conflux orchestration. CRITICAL - This skill CANNOT ask questions or request user input.

24 2d ago A 43 tokens

cflx-proposal

14

tumf/conflux

Skill Claude CodeCodex

Create structured Conflux change proposals through interactive conversation with users. Use when users request "create a proposal", "draft a change", "propose a feature", or similar proposal creation tasks. This skill asks clarifying questions and guides users through the proposal process.

24 2d ago A 58 tokens

skmtc-architecture

15

skmtc/skmtc

Skill Claude CodeCodex

Understand what SKMTC is, how its engine works, and the architectural invariants — for agents building or extending infrastructure around SKMTC rather than authoring generators or running the CLI. Covers the three-phase pipeline, the host/Worker boundary, cross-generator coordination, the manifest, the attribution /…

19 2d ago A 240 tokens original Apache-2.0

skmtc-debug

16

skmtc/skmtc

Skill Claude CodeCodex

Diagnose failures in SKMTC sessions — no output, wrong output, error messages, bundle freshness, parseIssues, "Registered definition mismatch", ref cycles, "Module not found" in generated code, or any other broken behavior. Applies across both CLI usage and generator authoring contexts. Use this skill when the user…

19 2d ago A 213 tokens original Apache-2.0

skmtc-lang-kotlin

17

skmtc/skmtc

Skill Claude CodeCodex

The Kotlin target-language layer for Skmtc generators (@skmtc/lang-kotlin): base factories, KtSnippet, the seven entity kinds, packages-from-paths imports, the head+value render model, KtAnnotation and the composition classes, sanitization and @SerialName placement, plus the current-API worked example (the shipped…

19 2d ago A 117 tokens original Apache-2.0

glue

18

guywaldman/glue

Skill Claude CodeCodex

Official Glue IDL guide for agents. Use when designing, writing, reviewing, validating, or generating code from Glue files and .gluerc config for TypeScript, Python, Rust, Go, OpenAPI, JSON Schema, or Protobuf.

18 21d ago A 52 tokens

figma-ios-playbook

19

mythkiven/figma-ios-codegen

Skill Claude CodeCodexCursor

Entry point for Figma → iOS UIKit/Swift code in this repo. Three-phase workflow: phase 1 runs figma-ios-preload-data to produce a unified data package; phase 2 (this playbook) consumes it via linked specialized skills (MK tokens, iOS 12, node conventions, SnapKit layout) to emit baseline UI code — visual/layout…

9 1mo ago A 158 tokens original MIT

mythkiven/figma-ios-codegen

Skill Claude CodeCodexCursor

A skill that turns Figma design-node data into Swift code for iOS UICollectionView screens. UICollectionView is an iOS component for displaying scrolling grids or lists of reusable cells.

9 1mo ago A 78 tokens original MIT

mythkiven/figma-ios-codegen

Skill Claude CodeCodexCursor

A guide for deciding whether a Figma vector should be drawn with iOS code or downloaded as an image asset. It keeps text, components, icons, and list-like content as separate, editable elements when needed.

9 1mo ago A 65 tokens original MIT

doc-audit

22

democra-ai/skill-to-workflow

Skill Claude CodeCodex

Audit a documentation folder for quality problems across multiple dimensions (broken links, stale code examples, missing sections, readability) and produce a prioritized report with suggested fixes. Use when asked to "audit the docs", "check documentation quality", or before a docs release.

4 3mo ago A 56 tokens original MIT