Skip to content

Official Skills from Technology Makers

Community skills are excellent. But official skills carry a different kind of authority. When Cloudflare publishes a Workers skill, it reflects how the Cloudflare team wants you to use Workers. When Firebase publishes an agent skill, it encodes the patterns the Firebase engineers use internally. Official skills do not just teach best practices — they teach the intended practices, straight from the source.

The skills.sh/official page indexes skills from 80+ organizations that build the technology you use every day. This guide covers the most impactful ones.

  • The most impactful official skills organized by category
  • Why official skills matter for keeping AI aligned with framework evolution
  • Install commands and use cases for each featured skill
  • A complete directory of all organizations publishing official skills

Anthropic publishes the most-installed skill collection in the entire ecosystem. Three repositories cover different aspects of AI-assisted development.

The single largest skills repository on skills.sh. It spans creative design, document handling, and developer tooling.

Terminal window
npx skills add anthropics/skills

Top skills by install count:

SkillInstallsWhat It Does
frontend-design222,000+Full-stack design system: layout, typography, color, responsive patterns
skill-creator117,000+Teaches the AI how to create and publish new skills
pdf56,000+PDF generation, parsing, and manipulation
pptx51,000+PowerPoint presentation generation
docx44,000+Word document creation and editing
xlsx40,000+Excel spreadsheet generation
webapp-testing36,000+Playwright-based end-to-end testing patterns
mcp-builder29,000+Building high-quality MCP servers
canvas-design28,000+Canvas-based visual design and drawing
web-artifacts-builder21,000+Building interactive web artifacts
doc-coauthoring21,000+Collaborative document writing
theme-factory21,000+Design theme generation and customization
brand-guidelines20,000+Brand identity and style guide creation
claude-api8,800+Claude API integration patterns

anthropics/knowledge-work-plugins (62K installs)

Section titled “anthropics/knowledge-work-plugins (62K installs)”

A massive collection of 161 skills covering knowledge work tasks: data visualization, task management, content creation, competitive intelligence, and more. Useful for non-coding workflows where the AI assists with research, analysis, and documentation.

Terminal window
npx skills add anthropics/knowledge-work-plugins

anthropics/claude-plugins-official (20K installs)

Section titled “anthropics/claude-plugins-official (20K installs)”

Claude Code extension skills: claude-md-improver for auditing CLAUDE.md files, claude-automation-recommender for suggesting hooks and automation, plugin-structure for building Claude Code plugins.

Terminal window
npx skills add anthropics/claude-plugins-official

The largest mobile-focused official skill collection, with 45 skills covering every aspect of Flutter development. Published by the Flutter team.

Terminal window
npx skills add flutter/skills

Skills are organized by development area:

  • UIflutter-building-layouts (3.5K), flutter-building-forms (2.7K), flutter-theming-apps (3.1K)
  • Architectureflutter-architecting-apps (3.4K), flutter-managing-state (3.1K), flutter-handling-concurrency (2.7K)
  • Dataflutter-handling-http-and-json (2.7K), flutter-working-with-databases (2.7K), flutter-caching-data (2.8K)
  • Platformflutter-interoperating-with-native-apis (2.6K), flutter-embedding-native-views (2.6K), flutter-building-plugins (2.6K)
  • Qualityflutter-testing-apps (2.9K), flutter-improving-accessibility (2.7K), flutter-reducing-app-size (2.8K)
  • Setupflutter-setting-up-on-macos (2.4K), flutter-setting-up-on-windows (2.3K), flutter-setting-up-on-linux (2.3K)

Expo (135K installs) is covered in detail in Best Skills for Frontend Development.

The official Firebase skill collection covers the full Firebase platform with 12 skills.

Terminal window
npx skills add firebase/agent-skills

Key skills:

  • firebase-basics (6.4K) — Project setup, configuration, and CLI usage
  • firebase-auth-basics (6.3K) — Authentication flows: email/password, OAuth providers, anonymous auth
  • firebase-ai-logic (5.8K) — Firebase AI Logic (formerly Vertex AI in Firebase) for building AI features
  • firebase-hosting-basics (5.8K) — Static hosting and deployment
  • firebase-app-hosting-basics (5.7K) — Next.js and Angular SSR hosting on Firebase
  • firebase-data-connect (5.5K) — Firebase Data Connect with PostgreSQL
  • firebase-firestore-standard (4.9K) — Firestore document/collection patterns
  • firebase-local-env-setup (4.9K) — Local emulator suite configuration
  • developing-genkit-js (4.7K) — Building AI apps with Genkit (JavaScript)
  • developing-genkit-dart (4.6K) — Building AI apps with Genkit (Dart/Flutter)
RepositoryInstallsFocus
cloudflare/skills31,000+Workers, KV, R2, D1, Durable Objects, Agents SDK (details)
encoredev/skills3,000+Encore.dev backend framework with type-safe APIs
firebase/skills2,900+Additional Firebase development skills
cloudflare/vinext2,400+Vite + Next.js on Cloudflare Workers
denoland/skills371Deno runtime patterns
hashicorp/agent-skills61Terraform and Vault infrastructure-as-code
pulumi/agent-skills31Pulumi infrastructure-as-code
upstash/context730Upstash Redis and Kafka patterns
neondatabase/agent-skills20Neon serverless Postgres
planetscale/database-skills8PlanetScale MySQL branching

The most-installed data extraction skill collection. Firecrawl turns websites into structured data for AI consumption.

Terminal window
npx skills add firecrawl/cli

Skills in this collection:

SkillInstallsWhat It Does
firecrawl21,500+Core scraping and conversion
firecrawl-scrape9,900+Single-page scraping with content extraction
firecrawl-browser9,800+Browser-based scraping for JS-rendered pages
firecrawl-search9,700+Search the web and return structured results
firecrawl-crawl9,700+Multi-page site crawling
firecrawl-agent9,600+AI agent for autonomous web research
firecrawl-map9,600+URL discovery and site mapping

Web scraping, data extraction, and market intelligence from Apify’s cloud scraping platform.

Terminal window
npx skills add apify/agent-skills

Key skills:

  • apify-ultimate-scraper (4.6K) — Full-featured web scraping with anti-blocking
  • apify-market-research (3.4K) — Automated market research workflows
  • apify-ecommerce (3.2K) — E-commerce data extraction (pricing, reviews, inventory)
  • apify-actor-development (3.1K) — Building custom Apify actors
  • apify-lead-generation (2.8K) — B2B lead extraction and enrichment
  • apify-competitor-intelligence (2.5K) — Competitor monitoring and analysis
RepositoryInstallsFocus
brave/brave-search-skills2,500+Brave Search API integration
browserbase/skills2,400+Cloud browser automation
tavily-ai/skills19Tavily AI search patterns

The official Clerk authentication skill collection covers the full auth lifecycle for modern web apps.

Terminal window
npx skills add clerk/skills

Key skills:

  • clerk-nextjs-patterns (5.8K) — Next.js integration: middleware, server components, client hooks
  • clerk (3.7K) — Core Clerk concepts and setup
  • clerk-setup (3.0K) — Initial project configuration
  • clerk-custom-ui (2.9K) — Custom sign-in/sign-up flows
  • clerk-webhooks (2.8K) — Webhook handling for user events
  • clerk-testing (2.6K) — Testing strategies for auth flows
  • clerk-orgs (2.3K) — Multi-tenant organization features
  • clerk-backend-api (1.4K) — Server-side API usage
  • clerk-swift (706) — iOS/Swift integration
  • clerk-android (456) — Android integration

Stripe (35K installs) and Better Auth (67K installs) are covered in Best Skills for Backend and DevOps.

RepositoryInstallsFocus
coinbase/agentic-wallet-skills12,300+Blockchain wallets, USDC payments, on-chain data
auth0/agent-skills3,100+Auth0 enterprise identity
bitwarden/ai-plugins471Password management integration

Covers both GraphQL API development and, surprisingly, one of the most-installed Rust skills on the platform.

Terminal window
npx skills add apollographql/skills

Key skills:

  • rust-best-practices (5.0K) — Rust idioms, ownership patterns, error handling
  • apollo-client (1.6K) — Apollo Client for React and other frontends
  • graphql-schema (1.0K) — GraphQL schema design patterns
  • graphql-operations (966) — Query and mutation best practices
  • apollo-mcp-server (898) — Building MCP servers with Apollo
  • apollo-server (752) — Apollo Server setup and resolvers
  • apollo-connectors (579) — REST API to GraphQL connectors
  • apollo-federation (335) — Federated graph architecture

Sentry Monitoring (13K+ installs across repos)

Section titled “Sentry Monitoring (13K+ installs across repos)”

Sentry publishes multiple skill repositories for error monitoring and performance tracking.

Terminal window
npx skills add getsentry/sentry-for-ai
npx skills add getsentry/sentry-agent-skills
  • getsentry/sentry-for-ai (8.7K) — AI-assisted error triage, stack trace analysis, and issue resolution
  • getsentry/sentry-agent-skills (5.2K) — Sentry SDK setup, alerting, and performance monitoring
  • getsentry/agent-skills (492) — Additional agent integration patterns
RepositoryInstallsFocus
astronomer/agents8,800+Apache Airflow data pipeline orchestration
coderabbitai/skills1,800+AI-powered code review automation
clickhouse/agent-skills1,700+ClickHouse analytical database
datadog-labs/agent-skills1,300+Datadog monitoring and observability
dagster-io/skills992Dagster data orchestration
dbt-labs/dbt-agent-skills1,100+dbt data transformation
axiomhq/skills1,200+Axiom log management
posthog/posthog123PostHog product analytics
launchdarkly/agent-skills16Feature flag management
temporalio/skill-temporal-developer4Temporal durable execution

Audio AI capabilities: text-to-speech, speech-to-text, and AI agents with voice.

Terminal window
npx skills add elevenlabs/skills
  • text-to-speech (2.4K) — Generate natural speech from text
  • speech-to-text (2.0K) — Transcribe audio to text
  • agents (1.7K) — Build conversational AI agents with voice
  • setup-api-key (1.4K) — API configuration
  • sound-effects (1.4K) — Generate sound effects
  • music (1.4K) — AI music generation
RepositoryInstallsFocus
facebook/react5,600+React skills from the Meta team
figma/mcp-server-guide11,100+Figma-to-code design implementation (details)
browser-use/browser-use60,700+Browser automation and testing (details)
automattic/agent-skills1,300WordPress development
n8n-io/n8n11n8n workflow automation
remotion-dev/skills9Programmatic video generation
tldraw/tldraw13Drawing and whiteboard tools
runwayml/skills14Runway ML video generation
livekit/agent-skills1Real-time audio/video communication
RepositoryInstallsFocus
medusajs/medusa-agent-skills16Medusa headless commerce
sanity-io/agent-toolkit21Sanity CMS content management
webflow/webflow-skills22Webflow site building
wix/skills19Wix platform development
wordpress/agent-skills14WordPress development
streamlit/streamlit34Streamlit data apps
nuxt/ui2Nuxt UI component library
sveltejs/ai-tools2Svelte AI tooling
triggerdotdev/skills13Trigger.dev background jobs

All organizations publishing official skills on skills.sh/official, sorted by total install count.

OrganizationTop RepositoryTotal InstallsCategory
Anthropicanthropics/skills796,000+AI, Design, Documents
Expoexpo/skills135,000+Mobile (React Native)
Firecrawlfirecrawl/cli89,000+Web Scraping
Flutterflutter/skills84,000+Mobile (Flutter)
Better Authbetter-auth/skills67,000+Authentication
Firebasefirebase/agent-skills61,000+Cloud Platform
Browser Usebrowser-use/browser-use60,000+Browser Automation
Apifyapify/agent-skills36,000+Web Scraping
Cloudflarecloudflare/skills31,000+Edge Infrastructure
Clerkclerk/skills26,000+Authentication
Callstackcallstackincubator/agent-skills13,700+React Native
Apollo GraphQLapollographql/skills13,100+GraphQL, Rust
Coinbasecoinbase/agentic-wallet-skills12,300+Blockchain
Figmafigma/mcp-server-guide11,100+Design-to-Code
ElevenLabselevenlabs/skills10,600+Audio AI
Sentrygetsentry/sentry-for-ai8,700+Error Monitoring
Astronomerastronomer/agents8,800+Data Pipelines
Facebook/Metafacebook/react5,600+Frontend
Encoreencoredev/skills3,000+Backend Framework
Auth0auth0/agent-skills3,100+Enterprise Identity
Bravebrave/brave-search-skills2,500+Search
Browserbasebrowserbase/skills2,400+Cloud Browsers
CodeRabbitcoderabbitai/skills1,800+Code Review
ClickHouseclickhouse/agent-skills1,700+Analytics DB
Datadogdatadog-labs/agent-skills1,300+Monitoring
Automatticautomattic/agent-skills1,300WordPress
Axiomaxiomhq/skills1,200+Log Management
Dagsterdagster-io/erk1,100+Data Orchestration
dbt Labsdbt-labs/dbt-agent-skills1,100+Data Transformation
Microsoftmicrosoft/github-copilot-for-azure366Azure Cloud
Denodenoland/skills371Runtime
GitHubgithub/awesome-copilot302Copilot Patterns
PostHogposthog/posthog123Product Analytics
HashiCorphashicorp/agent-skills61Infrastructure
Hugging Facehuggingface/skills30ML Models
Upstashupstash/context730Redis/Kafka
Pulumipulumi/agent-skills31Infrastructure
Streamlitstreamlit/streamlit34Data Apps
Sanitysanity-io/agent-toolkit21CMS
Neonneondatabase/agent-skills20Serverless Postgres
Mapboxmapbox/mapbox-agent-skills22Maps/Location
Webflowwebflow/webflow-skills22Site Builder
Wixwix/skills19Site Builder
Tavilytavily-ai/skills19AI Search
Medusamedusajs/medusa-agent-skills16E-commerce
LaunchDarklylaunchdarkly/agent-skills16Feature Flags
WordPresswordpress/agent-skills14CMS
Runway MLrunwayml/skills14Video AI
Trigger.devtriggerdotdev/skills13Background Jobs
tldrawtldraw/tldraw13Drawing
Resendresend/resend-skills13Email API
Notionmakenotion/claude-code-notion-plugin23Productivity
Rivetrivet-dev/skills11AI Visual Editor
n8nn8n-io/n8n11Workflow Automation
Remotionremotion-dev/skills9Video
PlanetScaleplanetscale/database-skills8MySQL
Semgrepsemgrep/skills6Code Analysis
PyTorchpytorch/pytorch12ML Framework
Kotlinkotlin/kotlin-agent-skills4Language
Temporaltemporalio/skill-temporal-developer4Durable Execution
Tinybirdtinybirdco/tinybird-agent-skills4Real-time Analytics
Redisredis/agent-skills3Database
Sveltesveltejs/ai-tools2Frontend
Nuxtnuxt/ui2Frontend
LiveKitlivekit/agent-skills1Real-time Audio/Video
Wondel.aiwondelai/skillsBusiness Frameworks, Design, Architecture
Whopwhopio/whop-payments-network-skill1Payments

Official skills may lag behind the latest release. Framework teams do not always update skills on the same day they ship a new version. If you hit a pattern that contradicts the latest docs, check the skill repo’s last commit date and compare it with the framework’s release notes. Run npx skills update to pull the latest.

Large collections flood the context window. Flutter’s 45 skills and Anthropic’s 161 knowledge-work plugins are extensive. If responses feel slow or the AI starts mixing patterns, install specific skills from the collection rather than the entire repo. Check npx skills list and remove ones you do not use.

Multiple official skills overlap. Anthropic, OpenAI, and Google all publish code review skills. If you install all three, the AI may produce inconsistent review styles. Pick one and stick with it.

Install counts shift rapidly. The numbers in this guide reflect April 2026 data from skills.sh. The ecosystem grows fast — check the official directory for current numbers.