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
2401
firecrawl-company-directories Official Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, …
firecrawl/skills
1K
2402
recap Summarize the last N agent sessions for the current project, grouped by date, with highlight observations per session…
rohitg00/agentmemory
11.5K
2403
kami Typeset professional documents and product landing pages: resumes, one-pagers, white papers, letters, portfolios, sli…
tw93/kami
11.9K
2404
maui-app-lifecycle .NET MAUI app lifecycle guidance — the four app states, cross-platform Window lifecycle events (Created, Activated, D…
dotnet/skills
1.6K
2405
microbenchmarking Activate this skill when BenchmarkDotNet (BDN) is involved in the task — creating, running, configuring, or reviewing…
dotnet/skills
1.7K
2406
querying-aws-cloudwatch Official Runs SQL queries on CloudWatch Logs data exported as Apache Iceberg tables in S3 Tables. Covers VPC Flow Logs, WAF lo…
aws/agent-toolkit-for-aws
3.8K
2407
agentmemory-hooks The agentmemory plugin hooks that capture observations automatically across the agent session lifecycle. Use when exp…
rohitg00/agentmemory
8.7K
2408
knowledge-ops Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, ve…
affaan-m/ecc
7K
2409
commit-context Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "w…
rohitg00/agentmemory
11.5K
2410
amazon-aurora-mysql Official Amazon Aurora MySQL — creates, modifies, and advises on Aurora MySQL clusters specifically (MySQL-compatible engine, …
aws/agent-toolkit-for-aws
3.6K
2411
vitest Vitest testing framework patterns for test setup, async testing, mocking with vi.*, snapshots, and test performance (…
pproenca/dot-skills
3.1K
2412
maui-shell-navigation Guide for implementing Shell-based navigation in .NET MAUI apps. Covers AppShell setup, visual hierarchy (FlyoutItem,…
dotnet/skills
1.5K
2413
llm-trading-agent-security Security patterns for autonomous trading agents with wallet or transaction authority.
affaan-m/ecc
6.9K
2414
author-component Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components t…
dotnet/skills
1.3K
2415
kotlin-ktor-patterns Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and …
affaan-m/ecc
8K
2416
opencli-browser Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-…
jackwener/opencli
18.5K
2417
dotnet-aot-compat Make .NET projects compatible with Native AOT and trimming by systematically resolving IL trim/AOT analyzer warnings.…
dotnet/skills
1.8K
2418
pubmed-database Search PubMed for scientific literature, including published clinical trials. Fetch abstracts and full text. Link pub…
google-deepmind/science-skills
2.1K
2419
migrate-dotnet10-to-dotnet11 Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it…
dotnet/skills
1.7K
2420
bun-runtime Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel su…
affaan-m/ecc
8.4K
2421
lesson Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the …
rohitg00/agentmemory
1.6K
2422
aws-lambda-microvms Official Builds, runs, debugs, and operates applications on AWS Lambda MicroVMs — Firecracker-isolated, snapshot-resumable ser…
aws/agent-toolkit-for-aws
3.9K
2423
taste A creative-direction (taste) layer for music videos and short-form edits in the angelcore / cloud-trance / hyperpop v…
affaan-m/ecc
3.1K
2424
configure-auth Add authentication and authorization to a Blazor Web App, accounting for the app's render mode. USE WHEN the user nee…
dotnet/skills
1.3K
2425
ccf-idea-reviewer Assess research ideas for value, novelty, insight, and mechanism.
mikubaka88/ccfa-skills
717
2426
aws-blocks Official Guides building full-stack applications with AWS Blocks — an Infrastructure-from-Code framework. Applies when creatin…
aws/agent-toolkit-for-aws
3.8K
2427
create-blazor-project Create a new ASP.NET Core web application or web site using Blazor. USE FOR: creating a new Blazor web app, scaffoldi…
dotnet/skills
1.3K
2428
amazon-elasticache Official Activate when developers have latent caching needs: slow API responses, database read bottlenecks, DynamoDB throttlin…
aws/agent-toolkit-for-aws
3.8K
2429
route53 Official Configures Amazon Route 53 DNS: public and private records, traffic-steering routing policies, health checks, DNS Fir…
aws/agent-toolkit-for-aws
2.7K
2430
marketing-campaign End-to-end marketing campaign planning and execution.
affaan-m/ecc
4.3K
2431
firecrawl-parse Official Convert a local file (PDF, DOCX, XLSX, HTML, …) to markdown, or answer questions about its content. Use whenever the …
firecrawl/cli
49.6K
2432
firecrawl-knowledge-ingest Official Ingest public or authenticated knowledge bases and docs portals with Firecrawl browser. Use for JS-heavy docs, login-…
firecrawl/skills
1K
2433
firecrawl-demo-walkthrough Official Walk through a product's key flows with Firecrawl browser and produce a structured UX/product walkthrough. Use for si…
firecrawl/skills
1K
2434
waf Official Configures AWS WAF to filter web traffic: creating web access control lists (web ACLs) on CloudFront, Application Loa…
aws/agent-toolkit-for-aws
2.7K
2435
build-perf-diagnostics Diagnose MSBuild build performance bottlenecks using binary log analysis. USE FOR: identifying why builds are slow by…
dotnet/skills
1.7K
2436
svg-diagram SVG diagramming conventions blending a technical look with CJK-friendly typography. Use when creating flowcharts, arc…
bybit-exchange/svg-diagram
183
2437
eval-harness Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when …
affaan-m/ecc
9.2K
2438
threejs-game-ui-designer Design premium Three.js game UI: HUDs, menus, overlays, pause/win/lose screens, settings, icon controls, touch UI, ty…
majidmanzarpour/threejs-game-skills
2K
2439
grade-tests Grade specified test methods individually and produce a concise PR-ready table with each fully qualified test name, a…
dotnet/skills
1.3K
2440
migrate-mstest-v1v2-to-v3 Use this skill before answering or editing whenever an MSTest v1/v2 project is being upgraded or repaired for v3. Tri…
dotnet/skills
1.5K
2441
laravel-specialist Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanc…
jeffallan/claude-skills
21.5K
2442
amazon-aurora-postgresql Official Amazon Aurora PostgreSQL — creates, modifies, and advises on Aurora PostgreSQL clusters specifically (PostgreSQL-comp…
aws/agent-toolkit-for-aws
3.9K
2443
ccf-literature-searcher Find and verify external literature, prior art, datasets, benchmarks, and citation candidates. Use for 文献检索, 相?
mikubaka88/ccfa-skills
720
2444
om-approve-merge-pr Approve (submit an approving review) and squash-merge a PR given only its number, refusing when the QA gate or a bloc…
open-mercato/skills
1.2K
2445
voice-isolator Official Remove background noise and isolate vocals/speech from audio using ElevenLabs Voice Isolator (audio isolation) API.
elevenlabs/skills
3.4K
2446
agent-sort Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras i…
affaan-m/ecc
7K
2447
om-auto-qa-pr QA a PR's UI change in a real browser through the configured browser-provider descriptor — first ensuring the PR has …
open-mercato/skills
1.1K
2448
migrate-xunit-to-mstest Convert .NET tests from xUnit.net v2/v3 to MSTest v4 while preserving VSTest or MTP. Use for replacing xunit packages…
dotnet/skills
1.2K
2449
convert-to-cpm Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.…
dotnet/skills
1.7K
2450
baoyu-cover-image Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes a…
jimliu/baoyu-skills
30.9K
Page 49 · 9,929 ranked Previous Next