Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
writing-plans
★ 245,900by obra
Use when you have a spec or requirements for a multi-step task, before touching code
Algorithmic Art
✓★ 158,000by Anthropic
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations. license: Complete terms in LICENSE.txt
csharp-async
✓★ 36,200by github
Best practices guide for C# asynchronous programming patterns and pitfalls. Covers naming conventions (Async suffix), return types (Task, ValueTask, avoid void), and exception handling strategies including ConfigureAwait and Task.FromException Highlights performance optimization techniques: Task.WhenAll for parallel execution, Task.WhenAny for timeouts, and cancellation token usage Documents critical pitfalls to avoid: blocking calls like .Wait() and .Result, async void methods outside event...
vscode-ext-commands
✓★ 36,200by github
VS Code extension command contribution patterns and naming conventions. Defines two command types: regular commands (accessible in Command Palette with required category and title ) and Side Bar commands (prefixed with underscore and suffixed with #sideBar , requiring an icon ) Side Bar commands support visibility rules via enablement and when conditions, with positioning controlled through group and order attributes All commands must define a title ; icons are optional for regular commands...
rust-mcp-server-generator
✓★ 36,200by github
Scaffolds production-ready Rust MCP server projects with tools, prompts, resources, and full test coverage. Generates complete project structure with Cargo.toml, handler implementations, and integration tests using the official rmcp SDK Supports multiple transport types (stdio, SSE, HTTP) with configurable features and async/await patterns throughout Includes macros for tool definition ( #[tool] , #[tool_router] , #[tool_handler] ) and type-safe parameter handling via schemars::JsonSchema...
react19-test-patterns
✓★ 36,200by github
Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.
speech
✓★ 23,200by openai
Text-to-speech generation for narration, voiceovers, IVR prompts, and accessibility reads via OpenAI Audio API. Supports single clips and batch processing; defaults to gpt-4o-mini-tts-2025-12-15 with built-in voices (cedar, marin, and others) Includes instruction augmentation for voice affect, tone, pacing, emotion, and emphasis; instructions supported only on GPT-4o mini TTS models Enforces 4096-character input limit per request and 50 requests/minute rate cap; splits longer text into...
statistical-analysis
✓★ 22,300by anthropic
Statistical methods for descriptive analysis, trend detection, outlier identification, and hypothesis testing with practical business interpretation. Covers descriptive statistics (mean, median, percentiles, spread measures), trend analysis with moving averages and period-over-period comparisons, and simple forecasting methods for business analysts Includes three outlier detection approaches (z-score, IQR, percentile methods) with guidance on investigating and handling anomalies rather than...
draft-offer
✓★ 22,300by anthropic
Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus),…
kotlin-tooling-agp9-migration
★ 907by kotlin
Android Gradle Plugin 9.0 makes the Android application and library plugins incompatible with the Kotlin Multiplatform plugin in the same module. This skill guides you through the migration.
generate-mcp-app-ui
✓★ 408by microsoft
Generate an MCP App widget (self-contained HTML) for an MCP tool. Describe the visual you want and paste your tool's test output. Use when user asks to create…
Text To Speech
★ 361by ElevenLabs
Convert text to speech using ElevenLabs voice AI. Use when generating audio from text, creating voiceovers, building voice apps, or synthesizing speech in 70+ languages.
Sound Effects
★ 361by ElevenLabs
Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt influence tuning.
setup-api-key
★ 361by elevenlabs
Interactive guide for obtaining and configuring an ElevenLabs API key. Checks for existing ELEVENLABS_API_KEY in environment or .env file and validates it before prompting for setup Walks users through account creation and key generation at elevenlabs.io, with clear copy-paste instructions Validates the provided key via API call to https://api.elevenlabs.io/v1/user and saves it to .env on success Requires internet access to elevenlabs.io and api.elevenlabs.io; retries validation once if the...
mapbox-style-patterns
★ 68by mapbox
Battle-tested Mapbox style patterns and layer configurations for six common mapping scenarios. Includes ready-to-use JSON layer configurations for restaurant finders, real estate, data visualization, navigation, dark mode, and delivery/logistics maps Provides decision tree for selecting the right pattern based on content type, environment, user action, and platform Covers performance optimization techniques including zoom-based filtering, data-driven styling, and clustering for dense POIs...
mapbox-store-locator-patterns
★ 68by mapbox
Common patterns for building store locators, restaurant finders, and location-based search applications with Mapbox. Covers marker display, filtering, distance…
mapbox-android-patterns
★ 68by mapbox
Official integration patterns for Mapbox Maps SDK on Android. Covers installation, adding markers, user location, custom data, styles, camera control, and…
mapbox-cartography
★ 68by mapbox
Expert guidance on map design principles, color theory, visual hierarchy, typography, and cartographic best practices for creating effective and beautiful maps…
mapbox-ios-patterns
★ 68by mapbox
Official integration patterns for Mapbox Maps SDK on iOS. Covers installation, adding markers, user location, custom data, styles, camera control, and…
mapbox-location-grounding
★ 68by mapbox
Compose Mapbox MCP tools to produce grounded, cited location-aware responses from live data instead of training data
ace-step
★ 28by agentspace-so
Generate, inpaint, and outpaint music with ACE Step on RunComfy via the `runcomfy` CLI. ACE Step is StepFun-AI's open-weights music foundation model — tag-driven composition (genre, mood, instruments), multilingual lyrics with section markers, 5 s to 4 min stereo output, $0.0002–0.0003 per second (≈ 27× cheaper than ElevenLabs Music). Four endpoints: ACE Step text-to-audio (the default), ACE Step 1.5 text-to-audio (50+ language lyrics, refined structured-lyric handling), ACE Step...
ai-music
★ 28by agentspace-so
Generate AI music on RunComfy via the `runcomfy` CLI — a smart router across the music-model catalog. Routes to ElevenLabs AI Music Generation (premium 44.1 kHz stereo vocal tracks, 5 s–5 min, $0.0083/s) and ACE Step / ACE Step 1.5 (StepFun-AI open-weights, tag-driven composition, multilingual lyrics, $0.0002–0.0003/s, ~27× cheaper), plus ACE Step audio-inpaint (regenerate a time range inside an existing track) and ACE Step audio-outpaint (extend a track before or after). Picks the right...
elevenlabs-music-generation
★ 28by agentspace-so
Generate full songs and instrumental tracks with ElevenLabs Music on RunComfy via the `runcomfy` CLI. ElevenLabs Music turns a style description plus structured lyrics into studio-quality 44.1 kHz stereo audio — 5 seconds to 5 minutes — with section-level control (Intro / Verse / Chorus / Bridge), multilingual vocals, and commercial-friendly output. Generate a backing track, a full vocal song, a jingle, a podcast intro, a game loop, or an instrumental bed. Calls `runcomfy run...
setup-mcp
★ 12by deepgram
You are setting up Deepgram MCP integration for the user. Follow these steps:
ace-step
★ 8by runcomfy-com
Generate, inpaint, and outpaint music with ACE Step on RunComfy via the `runcomfy` CLI. ACE Step is StepFun-AI's open-weights music foundation model — tag-driven composition (genre, mood, instruments), multilingual lyrics with section markers, 5 s to 4 min stereo output, $0.0002–0.0003 per second (≈ 27× cheaper than ElevenLabs Music). Four endpoints: ACE Step text-to-audio (the default), ACE Step 1.5 text-to-audio (50+ language lyrics, refined structured-lyric handling), ACE Step...
ai-music
★ 8by runcomfy-com
Generate AI music on RunComfy via the `runcomfy` CLI — a smart router across the music-model catalog. Routes to ElevenLabs AI Music Generation (premium 44.1 kHz stereo vocal tracks, 5 s–5 min, $0.0083/s) and ACE Step / ACE Step 1.5 (StepFun-AI open-weights, tag-driven composition, multilingual lyrics, $0.0002–0.0003/s, ~27× cheaper), plus ACE Step audio-inpaint (regenerate a time range inside an existing track) and ACE Step audio-outpaint (extend a track before or after). Picks the right...
elevenlabs-music-generation
★ 8by runcomfy-com
Generate full songs and instrumental tracks with ElevenLabs Music on RunComfy via the `runcomfy` CLI. ElevenLabs Music turns a style description plus structured lyrics into studio-quality 44.1 kHz stereo audio — 5 seconds to 5 minutes — with section-level control (Intro / Verse / Chorus / Bridge), multilingual vocals, and commercial-friendly output. Generate a backing track, a full vocal song, a jingle, a podcast intro, a game loop, or an instrumental bed. Calls `runcomfy run...
elevenlabs-music-generation
★ 5by doany-ai
Generate full songs and instrumental tracks with ElevenLabs Music on RunComfy via the `runcomfy` CLI. ElevenLabs Music turns a style description plus structured lyrics into studio-quality 44.1 kHz stereo audio — 5 seconds to 5 minutes — with section-level control (Intro / Verse / Chorus / Bridge), multilingual vocals, and commercial-friendly output. Generate a backing track, a full vocal song, a jingle, a podcast intro, a game loop, or an instrumental bed. Calls `runcomfy run...
ace-step
★ 5by doany-ai
Generate, inpaint, and outpaint music with ACE Step on RunComfy via the `runcomfy` CLI. ACE Step is StepFun-AI's open-weights music foundation model — tag-driven composition (genre, mood, instruments), multilingual lyrics with section markers, 5 s to 4 min stereo output, $0.0002–0.0003 per second (≈ 27× cheaper than ElevenLabs Music). Four endpoints: ACE Step text-to-audio (the default), ACE Step 1.5 text-to-audio (50+ language lyrics, refined structured-lyric handling), ACE Step...
ai-music
★ 5by doany-ai
Generate AI music on RunComfy via the `runcomfy` CLI — a smart router across the music-model catalog. Routes to ElevenLabs AI Music Generation (premium 44.1 kHz stereo vocal tracks, 5 s–5 min, $0.0083/s) and ACE Step / ACE Step 1.5 (StepFun-AI open-weights, tag-driven composition, multilingual lyrics, $0.0002–0.0003/s, ~27× cheaper), plus ACE Step audio-inpaint (regenerate a time range inside an existing track) and ACE Step audio-outpaint (extend a track before or after). Picks the right...