Discover the best agent skills

The curated index for production-quality Claude ecosystem skills.

103,785+ analyzed · 86,699 indexed · 8669 Featured · Updated 2026-09-11

Ecosystem Pulse

New skills per week

Last 52 weeks
New Claude skills per week, last 52 weeks (source: skill_first_commit_at with repo_created_at fallback)020654130104 new in week of 2025-09-1598 new in week of 2025-09-2237 new in week of 2025-09-29318 new in week of 2025-10-06480 new in week of 2025-10-13400 new in week of 2025-10-20104 new in week of 2025-10-27237 new in week of 2025-11-03324 new in week of 2025-11-10498 new in week of 2025-11-17201 new in week of 2025-11-24222 new in week of 2025-12-01294 new in week of 2025-12-08604 new in week of 2025-12-15358 new in week of 2025-12-22505 new in week of 2025-12-29862 new in week of 2026-01-05946 new in week of 2026-01-121297 new in week of 2026-01-191306 new in week of 2026-01-261670 new in week of 2026-02-021638 new in week of 2026-02-091654 new in week of 2026-02-161723 new in week of 2026-02-231234 new in week of 2026-03-021861 new in week of 2026-03-092353 new in week of 2026-03-162144 new in week of 2026-03-231874 new in week of 2026-03-301855 new in week of 2026-04-061883 new in week of 2026-04-131772 new in week of 2026-04-202399 new in week of 2026-04-272188 new in week of 2026-05-042065 new in week of 2026-05-112897 new in week of 2026-05-181992 new in week of 2026-05-252300 new in week of 2026-06-012358 new in week of 2026-06-082183 new in week of 2026-06-152333 new in week of 2026-06-222601 new in week of 2026-06-292686 new in week of 2026-07-064130 new in week of 2026-07-133642 new in week of 2026-07-203490 new in week of 2026-07-272927 new in week of 2026-08-033580 new in week of 2026-08-102961 new in week of 2026-08-172563 new in week of 2026-08-242367 new in week of 2026-08-311277 new in week of 2026-09-072025-09-152026-09-07

Based on the first commit that touched each skill file. Falls back to the repo's creation date where commit history is unavailable.

Active maintenance

By last push
Active maintenance breakdown — 86699 indexed skills by last repo pushThis week: 49049 (57%)57%This month: 22791 (26%)26%Last 3 months: 14859 (17%)17%This week · 57%This month · 26%Last 3 months · 17%Last 6 months · 0%Stale (6+ months) · 0%

How many indexed skill repos have been pushed to recently. "Stale" means no pushes in 6+ months — still indexed, but not currently maintained.

Top Skills

Showing top 60 of 86,699
Web & Frontend Featured

banner-design

Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with optional generated or supplied visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, duotone, editorial, collage.

126,807 Updated yesterday
nextlevelbuilder
Web & Frontend Featured

design-system

Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.

126,807 Updated yesterday
nextlevelbuilder
Web & Frontend Featured

design

Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini, Atlas Cloud, or MuAPI AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.

126,807 Updated yesterday
nextlevelbuilder
Web & Frontend Featured

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

126,807 Updated yesterday
nextlevelbuilder
AI & Automation Featured

code-simplifier

Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.

79,919 Updated today
rtk-ai
AI & Automation Featured

design-patterns

Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.

79,919 Updated today
rtk-ai
AI & Automation Featured

issue-triage

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

79,919 Updated today
rtk-ai
AI & Automation Featured

pr-triage

PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

79,919 Updated today
rtk-ai
Testing & QA Featured

rtk-tdd

Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomatic testing patterns with anyhow/thiserror, cfg(test), and Arrange-Act-Assert workflow.

79,919 Updated today
rtk-ai
AI & Automation Featured

rtk-triage

Triage complet RTK : exécute issue-triage + pr-triage en parallèle, puis croise les données pour détecter doubles couvertures, trous sécurité, P0 sans PR, et conflits internes. Sauvegarde dans claudedocs/RTK-YYYY-MM-DD.md. Args: "en"/"fr" pour la langue (défaut: fr), "save" pour forcer la sauvegarde.

79,919 Updated today
rtk-ai
Testing & QA Featured

tdd-rust

TDD workflow for RTK filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-triggers on new filter implementation.

79,919 Updated today
rtk-ai
AI & Automation Featured

career-ops

AI job search command center -- evaluate offers, generate CVs, scan portals, track applications. Use when the user pastes a job URL or JD, asks to scan portals, generate a CV/PDF, track applications, prepare for interviews, draft outreach/emails, or run any career-ops mode.

71,226 Updated today
santifer
AI & Automation Featured

career-ops

AI job search command center -- evaluate offers, generate CVs, scan portals, track applications. Use when the user pastes a job URL or JD, asks to scan portals, generate a CV/PDF, track applications, prepare for interviews, draft outreach/emails, or run any career-ops mode.

71,226 Updated today
career-ops-hq
AI & Automation Featured

last30days

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources.

61,838 Updated 2 days ago
mvanhorn
AI & Automation Featured

00-andruia-consultant

Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

10-andruia-skill-smith

Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

20-andruia-niche-intelligence

Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho.

46,271 Updated 2 days ago
sickn33
Code & Development Featured

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

acceptance-orchestrator

Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.

46,271 Updated 2 days ago
sickn33
Code & Development Featured

accesslint-audit

Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.

46,271 Updated 2 days ago
sickn33
Code & Development Featured

accesslint-diff

Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

active-directory-attacks

Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

activecampaign-automation

Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

ad-campaign-analyzer

Analyze cross-channel campaign data, quantify uncertainty, and propose evidence-labeled budget tests without overstating causality.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

adhx

Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author info, and engagement metrics. No scraping or browser required.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

advanced-evaluation

This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

aegisops-ai

Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-evaluation

Evaluate agent behavior with versioned cases and explicit verifiers. Use when comparing agent or prompt changes, reproducing failures, or running agent regression tests.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-memory-systems

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

alex

Turns requirements into a precise, dependency-aware implementation plan.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

aria

Designs the data model, API contracts, and structural foundation of the system.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

dep

Handles containerization, CI/CD pipelines, and deployment setup.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

luna

Reviews code for objective correctness, security, and reliability.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

mason

Produces clean, functional code that matches the architecture and checklists.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

max

Cleans up and improves existing code without changing behavior.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

quinn

Proves the system works by writing and executing comprehensive test suites.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

rex

Translates user intent into a precise, unambiguous specification and requirements.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agentflow

Orchestrate autonomous AI development pipelines through your Kanban board (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, deterministic quality gates, adversarial review, per-task cost tracking, and crash-proof pipeline execution.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agentfolio

Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches. AI agents running in CI/CD pipelines.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

ab-test-setup

Use when designing an A/B or split test: define the hypothesis, control and variants, estimate sample size, verify tracking, and predeclare metrics and stopping rules.

46,271 Updated 2 days ago
sickn33
Testing & QA Featured

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-memory

A hybrid memory system that provides persistent, searchable knowledge management for AI agents.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-qa-authoring

Create, edit, validate, and run Agent QA tests, suites, and hooks through MCP or CLI while preserving canonical IDs and schema contracts.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-harness-fault-injection

Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.

46,271 Updated 2 days ago
sickn33
Web & Frontend Featured

3d-web-experience

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

add-app-clip

Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-framework-azure-ai-py

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-orchestration-improve-agent

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-orchestration-multi-agent-optimize

Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-squad

Main agent orchestrator that coordinates a specialized squad of agents

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-tool-builder

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-evaluation-reporting

Use when summarizing agent evaluations where autonomous, assisted, failed, timed-out, or invalid outcomes must remain distinct and comparable.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-qa-debug-fix

Debug, patch, and verify failed Agent QA runs from MCP evidence, artifacts, logs, and local code without hiding product or infrastructure defects.

46,271 Updated 2 days ago
sickn33
AI & Automation Featured

agent-qa-result-triage

Triage failed Agent QA runs with MCP evidence, artifacts, logs, fixed failure categories, confidence, and actionable next steps.

46,271 Updated 2 days ago
sickn33
Data & Documents Featured

datalad

Retrieve, version, and publish scientific datasets with DataLad and git-annex, and capture computational provenance with datalad run, rerun, and containers-run. Use when cloning or fetching data from OpenNeuro, DANDI, datasets.datalad.org, or any DataLad dataset; when a file in a dataset reads as a broken symlink or a small pointer instead of real data; when an analysis needs a machine-readable record of how each output was produced so it can be re-executed; or when publishing a dataset to siblings such as a GitHub repository plus a storage remote. Also use to decide between DataLad and plain Git for a data-carrying repository.

44,404 Updated today
K-Dense-AI