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
2351
setup-api-key Official Guides users through setting up an ElevenLabs API key for REST API and SDK workflows.
elevenlabs/skills
6.2K
2352
mcp-server-patterns Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use…
affaan-m/ecc
8.1K
2353
verification-loop A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before …
affaan-m/ecc
9.1K
2354
amazon-ses Official Guides Amazon SES onboarding for domain-based email sending. Covers identity configuration, production access, an opt…
aws/agent-toolkit-for-aws
1.5K
2355
maui-safe-area .NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers the new SafeAreaEdges property, SafeAreaReg…
dotnet/skills
1.5K
2356
minimal-api-file-upload File upload endpoints in ASP.NET minimal APIs (.NET 8+)
dotnet/skills
1.6K
2357
build-perf-baseline Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, …
dotnet/skills
1.7K
2358
maui-theming Guide for theming .NET MAUI apps — light/dark mode via AppThemeBinding, ResourceDictionary theme switching, DynamicRe…
dotnet/skills
1.5K
2359
agentic-engineering Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when plan…
affaan-m/ecc
8.9K
2360
aws-step-functions Official Authors and edits AWS Step Functions state machines: writes Amazon States Language (ASL) in JSONata, and chooses and …
aws/agent-toolkit-for-aws
2.2K
2361
inventory-demand-planning Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift es…
affaan-m/ecc
8K
2362
seo-cluster SERP-based semantic topic clustering for content architecture planning. Groups keywords by actual Google SERP overlap…
agricidaniel/claude-seo
4.8K
2363
kotlin-testing Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TD…
affaan-m/ecc
8.2K
2364
firecrawl-knowledge-base Official Build a knowledge base from web content with Firecrawl. Use for local reference docs, RAG-ready chunks, fine-tuning d…
firecrawl/skills
1K
2365
memory-discipline The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from cor…
rohitg00/agentmemory
1.6K
2366
2d-pixel-perfect Sets up, diagnoses, and fixes pixel perfect 2D rendering in Unity projects. Use when working on any retro-style or pi…
unity-technologies/skills
47
2367
antd Use when the user's task involves Ant Design (antd) — writing antd components, debugging antd issues, querying antd A…
ant-design/ant-design-cli
4.9K
2368
plan-ui-change Plan complex Blazor UI features by decomposing them into focused components. USE FOR: building a complex Blazor page …
dotnet/skills
1.3K
2369
content-engine Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform c…
affaan-m/ecc
8.7K
2370
commit-history List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show…
rohitg00/agentmemory
11.4K
2371
golang-testing Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD metho…
affaan-m/ecc
12.1K
2372
reflect Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edi…
cursor/plugins
1.9K
2373
fixing-accessibility Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast,…
ibelick/ui-skills
18K
2374
vite-patterns Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pr…
affaan-m/ecc
5.2K
2375
amazon-dynamodb Official Designs, reviews, and debugs DynamoDB data layers from design axioms — enumerates access patterns, chooses partition/…
aws/agent-toolkit-for-aws
3.2K
2376
cost-aware-llm-pipeline Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and pr…
affaan-m/ecc
8.7K
2377
seo-content Content quality and E-E-A-T analysis with AI citation readiness assessment. Use when user says "content quality", "E-…
agricidaniel/claude-seo
5.8K
2378
dotnet-maui-doctor Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, X…
dotnet/skills
1.7K
2379
p-image Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-…
its-a-skill-issue/superpowers
88
2380
uv >- Checks whether the uv Python package manager is installed and installs it if missing. Ensures uv is on PATH. Use w…
google-deepmind/science-skills
1.9K
2381
alphagenome-single-variant-analysis Analyzes genetic variant effects on gene expression (RNA-seq), chromatin accessibility (DNASE), histone marks (ChIP),…
google-deepmind/science-skills
1.7K
2382
fastapi-templates
wshobson/agents
23.9K
2383
routing-traffic-with-route53-and-cloudfront Official Configures Amazon Route 53 to route traffic to a CloudFront distribution using a custom domain. Use when setting up D…
aws/agent-toolkit-for-aws
4.6K
2384
thread-abort-migration Guides migration of .NET Framework Thread.Abort usage to cooperative cancellation in modern .NET. USE FOR: modernizin…
dotnet/skills
1.6K
2385
baoyu-translate >- This skill should be used when the user asks to "translate", "翻译", "精翻", "translate article", "translate to Ch…
jimliu/baoyu-skills
24.3K
2386
agentmemory-architecture How agentmemory is built, the iii engine primitives it runs on, its storage model, ports, and the viewer. Use when re…
rohitg00/agentmemory
8.7K
2387
maui-data-binding Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, valu…
dotnet/skills
1.5K
2388
fallow Codebase intelligence for TypeScript and JavaScript. Static analysis reports changed-code risk, cleanup opportunities…
fallow-rs/fallow-skills
7.6K
2389
handoff Resume the most recent agent session for the current working directory, leading with any unanswered question. Use whe…
rohitg00/agentmemory
11.3K
2390
maui-dependency-injection Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime se…
dotnet/skills
1.5K
2391
maui-collectionview Guidance for implementing CollectionView in .NET MAUI apps — data display, layouts (list & grid), selection, grouping…
dotnet/skills
1.5K
2392
dotnet-pinvoke Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, strin…
dotnet/skills
1.7K
2393
remotion-video-creation Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, capti…
affaan-m/ecc
7.8K
2394
rust-patterns Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, perfor…
affaan-m/ecc
8.7K
2395
apple-crash-symbolication Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs an…
dotnet/skills
1.4K
2396
seo-backlinks Backlink profile analysis: referring domains, anchor text distribution, toxic link detection, competitor gap analysis.
agricidaniel/claude-seo
5.2K
2397
springboot-security Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency sec…
affaan-m/ecc
10K
2398
godot-gdscript-patterns
wshobson/agents
15K
2399
write-agentmemory-skill The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring a…
rohitg00/agentmemory
8.7K
2400
pdf Official Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual che…
openai/skills
12.2K
Page 48 · 9,929 ranked Previous Next