Development skills

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

adding-a-feature

The four-area checklist every new feature must complete. Use when adding any feature, integration, or capability to ensure the agent and UI stay in parity.

3.70k repo starsObserved in 1 repos
Development

dashboard-management

How analytics dashboards are stored, created, and modified. Covers SQL dashboard tables, legacy settings migration, valid panel sources, layout shape, and safe update patterns.

3.70k repo starsObserved in 1 repos
Development

extensions

Creating, editing, and managing extensions — sandboxed Alpine.js mini-apps that run inside iframes. Use when a user asks for a dashboard, widget, calculator, or any interactive mini-app that calls external APIs. Distinct from LLM "tools" (function calls) — see note below.

3.70k repo starsObserved in 1 repos
Development

portability

How to keep template code database-agnostic and hosting-agnostic. Use when defining schemas, writing raw SQL, creating server routes, or anything that could leak a SQLite-only, Postgres-only, or Node-only assumption.

3.70k repo starsObserved in 1 repos
Development

real-time-sync

How to keep the UI in sync with agent changes via SSE plus polling fallback. Use when wiring query invalidation for new data models, debugging UI not updating, or understanding jitter prevention.

3.70k repo starsObserved in 1 repos
Development

recording

How screen and camera recording works in Clips — MediaRecorder lifecycle, chunked upload, permission handling, pause/resume, camera bubble overlay, and error recovery. Use when adding or modifying the recorder UI, the upload endpoint, or permission prompts.

3.70k repo starsObserved in 1 repos
Development

storing-data

How to store application data in agent-native apps. All data lives in SQL. Use when adding data models, deciding where to store data, or reading/writing application data.

3.70k repo starsObserved in 1 repos
Development

arrow-js

Use when working on Arrow apps, templates, reactivity, components, SSR, hydration, routing, or Vite-based Arrow projects.

3.70k repo starsObserved in 1 repos
Development

auto-jira

Autonomously work on Jira backlog tickets, creating PRs and shepherding them to merge

3.67k repo starsObserved in 1 repos
Development

create-go-module

Create a new Go module in the agent repository

3.67k repo starsObserved in 1 repos
Development