Development skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

native-ui

Authoring guide for native-rendered Native SDK apps - declarative Native markup (.native) views plus Zig logic on the UiApp loop. Use when building or modifying native UI (widgets, layout, bindings, messages), writing .native files, wiring Model/Msg/update, testing markup views, or verifying a native app through the automation harness.

6.33k repo starsObserved in 1 repos
Development

ts-core

Authoring guide for TypeScript app cores - Model, Msg, update, and the pure functions they call, written in the closed app-core subset and compiled ahead-of-time to arena-backed Zig by the @native-sdk/core transpiler. Use when writing or modifying a src/core.ts app core, fixing subset checker errors (NS1001-NS1060), or deciding how to express state, messages, text (bytes and the byte-text string methods), text input, continuous controls (sliders, scroll), effects (Cmd), subscriptions (Sub), the host-event wiring channels (frameMsg, keyMsg, appearanceMsg, chromeMsg, envMsgs, app.zon assets), derived values, the view_unbound lint opt-out, local mutation of owned arrays, or how to split a core into modules under src/ (relative imports, namespace imports, @native-sdk/core/text, @native-sdk/core/events).

6.33k repo starsObserved in 1 repos
Development

orval

Generate type-safe API clients, TanStack Query/SWR hooks, Zod schemas, MSW mocks, Hono server handlers, MCP servers, and SolidStart actions from OpenAPI specs using Orval. Covers all clients (React/Vue/Svelte/Solid/Angular Query, Fetch, Axios), custom HTTP mutators, authentication patterns, NDJSON streaming, programmatic API, and advanced configuration.

6.26k repo starsObserved in 1 repos
Development

python-expert

Conventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files.

6.24k repo starsObserved in 1 repos
Development

upgrade-validator

Upgrades the npm `validator` dependency and syncs express-validator chain types, implementations, options, and `declarations/validator.d.ts` with validator.js releases. Express-validator intentionally pins `validator` to patch-only semver (see PR

6.24k repo starsObserved in 1 repos
Development

create-api-endpoint

Create REST API endpoints with proper OpenAPI annotations, API versioning, and testing following Rundeck standards.

6.22k repo starsObserved in 1 repos
Development

create-code

Generate Java/Groovy/TypeScript code following Rundeck development standards. Auto-loads development guidelines, formatting rules, and testing requirements.

6.22k repo starsObserved in 1 repos
Development

create-plugin

Create bundled Rundeck plugins following development standards. Auto-loads plugin development guidelines, build configuration, and release processes.

6.22k repo starsObserved in 1 repos
Development

i18n-vue-template

Internationalize Vue component templates by replacing all hardcoded strings with $t() calls and adding translations to i18n.ts or en_US.js. Use when asked to internationalize, i18n, or translate strings in Vue templates.

6.22k repo starsObserved in 1 repos
Development

onboard-contributor

Guide a new contributor through the rundeck OSS repo. Use when someone is getting started with the project, asking how to build/test/contribute, or setting up their development environment.

6.22k repo starsObserved in 1 repos
Development