Development skills

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

internationalization

How to add or edit localized UI copy in agent-native apps. Use when adding, removing, or changing user-visible interface text, prompts, toasts, labels, empty states, or date/number/list formatting.

3.70k repo starsObserved in 3 repos
Development

library-management

Schema, CRUD, sharing, and cascade-delete patterns for asset libraries, collections, and assets.

3.70k repo starsObserved in 3 repos
Development

self-modifying-code

How the agent can modify the app's own source code. Use when the agent needs to edit components, routes, styles, or scripts, when designing UI for agent editability, or when deciding what the agent should and shouldn't modify.

3.70k repo starsObserved in 3 repos
Development

client-methods

Client method surface rules. Use when wiring browser/client code to actions, application state, framework routes, app APIs, uploads, auth, or settings.

3.70k repo starsObserved in 2 repos
Development

client-side-routing

How to add routes without remounting the app shell. Use when adding a new route, fixing agent sidebar reloads on navigation, or choosing between `root.tsx` layout and pathless `_app.tsx` layout patterns.

3.70k repo starsObserved in 2 repos
Development

dbt

dbt (data build tool) project structure, SQL patterns, and best practices for the analytics warehouse. Use this skill when working with dbt models, testing SQL queries, or creating new analytical tables.

3.70k repo starsObserved in 2 repos
Development

form-building

How to create and structure forms. Use when creating a new form, adding fields, modifying form structure, or understanding field types and their JSON schema.

3.70k repo starsObserved in 2 repos
Development

reliable-mutations

How the agent must perform writes so they actually persist under the hosted foreground run budget and long-running background handoffs. Use whenever you create, update, delete, or batch-write app data — especially "do this for many items" loops, or any task where the user expects N things to end up saved.

3.70k repo starsObserved in 2 repos
Development

server-plugins

Framework server plugins and the `/_agent-native/` route namespace. Use when adding a custom server plugin, deciding whether to create an `/api/` route vs an action, or debugging auto-mounted framework routes.

3.70k repo starsObserved in 2 repos
Development

video-sharing

How Clips shares recordings — composes with the framework sharing skill and adds password, expiry, embed URLs, view-counting, and per-viewer "Viewed by" records. Use when wiring the share dialog, building embed links, adding a password, showing who viewed a clip and when, or debugging who can see a recording.

3.70k repo starsObserved in 2 repos
Development