SkillsAdd

Install skills for AI.
Extend your AI agent.

A local directory of open agent skills — ranked, searchable, and one command away.

Catalog324,895
Summaries320,711
With docs109,090
Ranked9,730

Topics

All topics
#
Skill
Source
8W Activity
Installs
1941
add-app-clip Official Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, app…
expo/skills
8K
1950
gemini-live-api-dev Official Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API.
google-gemini/gemini-skills
8K
1952
stitch::extract-design-md Official Extract a comprehensive design system (DESIGN.md) directly from frontend source code — React, Vue, Svelte, Angular, p…
google-labs-code/stitch-skills
8K
1953
github-actions Official GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable a…
callstackincubator/agent-skills
8K
1957
flutter-setting-up-on-macos Official Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Fl…
flutter/agent-plugins
8K
1971
clickhouse-architecture-advisor Official MUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating be…
clickhouse/agent-skills
7.9K
1973
sentry-fix-issues Official Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate …
getsentry/sentry-for-ai
7.9K
1977
notion-cli Official >- Use the Notion CLI (`ntn`) to interact with the Notion API, manage workers, and upload files. Use when the user as…
makenotion/skills
7.9K
1978
convert-documents-to-markdown Official Convert Word (.doc, .docx), PowerPoint (.ppt, .pptx), Excel (.xls, .xlsx), OpenDocument (.odt, .ods, .odp), RTF, EPUB…
firecrawl/anydoc
7.9K
1990
code-simplifier Official Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.
getsentry/skills
7.8K
1994
framework-selection Official INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determi…
langchain-ai/langchain-skills
7.8K
2001
flutter-setting-up-on-windows Official Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deplo…
flutter/agent-plugins
7.8K
2004
aws-iam Official Provides verified corrections for IAM behaviors that AI agents frequently get wrong — policy evaluation edge cases, t…
aws/agent-toolkit-for-aws
7.8K
2008
rivetkit Official RivetKit backend and Rivet Actor runtime guidance. Use for building, modifying, debugging, or testing Rivet Actors, r…
rivet-dev/skills
7.7K
2010
speech-to-text Official Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, t…
elevenlabs/skills
7.7K
2011
stitch::manage-design-system Official Manage design systems in Stitch using MCP tools. Includes retrieval of assets, creating/updating design systems in St…
google-labs-code/stitch-skills
7.7K
2018
dart-run-static-analysis Official Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanica…
flutter/agent-plugins
7.7K
2019
dart-add-unit-test Official Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic o…
flutter/agent-plugins
7.7K
2020
stitch::code-to-design Official Convert frontend code (Vite, React, Angular, Vue, etc.) to a Stitch Design by chaining static HTML extraction, design…
google-labs-code/stitch-skills
7.7K
2025
flutter-setting-up-on-linux Official Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Fl…
flutter/agent-plugins
7.7K
2030
dart-fix-runtime-errors Official Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify reso…
flutter/agent-plugins
7.6K
2032
mysql Official Plan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations.
planetscale/database-skills
7.6K
2036
autofix Official Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute revi…
coderabbitai/skills
7.6K
2039
rivetkit-client-javascript Official RivetKit JavaScript client guidance. Use for browser, Node.js, or Bun clients that connect to Rivet Actors with rivet…
rivet-dev/skills
7.6K
2043
dart-resolve-package-conflicts Official Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.
flutter/agent-plugins
7.6K
2044
email-best-practices Official Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, …
resend/email-best-practices
7.6K
2046
rivetkit-client-react Official RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks wi…
rivet-dev/skills
7.5K
2049
setup Official Set up the Parallel plugin (install CLI)
parallel-web/parallel-agent-skills
7.5K
2054
dart-generate-test-mocks Official Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit …
flutter/agent-plugins
7.5K
2057
dart-use-pattern-matching Official Use switch expressions and pattern matching where appropriate
flutter/agent-plugins
7.5K
2059
stitch::upload-to-stitch Official Upload local assets (images, mockups, extracted HTML, design markdown) to a Stitch project. ALWAYS use this skill whe…
google-labs-code/stitch-skills
7.5K
2063
stitch::extract-static-html Official Extract self-contained static HTML from a built web application or React components by inlining CSS and images. Use t…
google-labs-code/stitch-skills
7.5K
2065
dart-collect-coverage Official Collect coverage using the coverage packge and create an LCOV report
flutter/agent-plugins
7.5K
2070
terraform-test Official Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test…
hashicorp/agent-skills
7.5K
2073
dart-use-primary-constructors Official Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constru…
flutter/agent-plugins
7.5K
2075
agents Official Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice c…
elevenlabs/skills
7.5K
2079
apify-generate-output-schema Official Generate output schemas (dataset_schema.json, output_schema.json, key_value_store_schema.json) for an Apify Actor by …
apify/agent-skills
7.4K
2080
aws-serverless Official Builds, deploys, manages, debugs, configures, and optimizes serverless applications on AWS using Lambda, API Gateway,…
aws/agent-toolkit-for-aws
7.4K
2081
dart-migrate-to-checks-package Official |- Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
flutter/agent-plugins
7.4K
2083
dart-build-cli-app Official Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or appli…
flutter/agent-plugins
7.4K
2084
claude-automation-recommender Official Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when u…
anthropics/claude-plugins-official
7.4K
2092
postgres Official PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when wor…
planetscale/database-skills
7.4K
2093
dart-use-ffigen Official Guide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use thi…
flutter/agent-plugins
7.4K
2099
datanalysis-credit-risk Official Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit dat…
github/awesome-copilot
7.4K
2100
dart-setup-ffi-assets Official Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart'…
flutter/agent-plugins
7.4K
2101
github Official GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automa…
callstackincubator/agent-skills
7.3K
2104
rivetkit-client-swiftui Official RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, riv…
rivet-dev/skills
7.3K
2112
rivetkit-client-swift Official RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor …
rivet-dev/skills
7.3K
2126
core Official Core package for defining schemas, catalogs, and AI prompt generation for json-render. Use when working with @json-re…
vercel-labs/json-render
7.2K
2132
chdb-sql Official >- Use when the user wants to run SQL — especially analytical SQL — on local files (parquet/csv/json), URLs, S3 paths…
clickhouse/agent-skills
7.2K
Page 14 · 1,969 ranked Previous Next