All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
building-themes
MacareuxDigital/concretecms-skills
This skill provides guidance and standard workflows for developing custom themes for Concrete CMS, including directory structure, page templates, asset management, and v9+ features like containers. Use this when creating or modifying Concrete CMS themes.
idx-md
Keith-CY/idx.md
AgentSkill for https://idx.md. Use the index to locate AI agent library topics and fetch HEAD/BODY markdown.
gh-fix-ci
tech-leads-club/agent-skills
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Uses `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treats external providers (for example Buildkite) as out of scope and reports only the details URL. Do NOT use for addressing PR review comments (use gh-address-comments) or general CI outside GitHub Actions.
Ux Test
fredzannarbor/agentic-social-feed
Run virtual user testing sessions with AI personas to find UX friction points and delights
Quick Context
Alik-gushkan/claude-marketplace
Use when the user asks to "summarize this project", "what is this codebase", "give me context", "quick context", "project overview", "what tech stack", or when starting work on an unfamiliar codebase. Produces a concise project summary covering tech stack, structure, key files, and recent changes.
Showmethescience
fredzannarbor/agentic-social-feed
Explain the science behind the neurochemical optimization framework
webapp-testing
ECNU-ICALK/AutoSkill
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
example-data-processor
fkesheh/skill-mcp
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
erpnext-impl-jinja
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Implementation workflows and decision trees for Jinja templates in ERPNext/Frappe. Use when determining HOW to implement Print Formats, Email Templates, Portal Pages, or custom Jinja methods. Covers template type selection, context variables, styling, and V16 Chrome PDF rendering. Triggers: create print format, email template, portal page, custom jinja filter, print format styling, pdf template, invoice template, report template.
Auto-Pilot Handoff
silvesterdivas/context-engineer
This skill should be used when the context budget hits RED zone, when the context-budget hook fires, or when it is time to save progress and create handoff files before starting a fresh conversation.
mapcoder-debug
NewJerseyStyle/plugin-map-coder
Debug and fix failing code using plans and test feedback. Part of the MapCoder pipeline.
Budget Zones
silvesterdivas/context-engineer
This skill should be used when the context window is filling up, when deciding whether to read a file or use grep, when planning work scope, when the user asks about "budget zones", "context budget", or "token management", or when you notice the conversation is getting long.
mapcoder-plan
NewJerseyStyle/plugin-map-coder
Create step-by-step algorithmic plans for code generation. Part of the MapCoder pipeline.
Code Intelligence
silvesterdivas/context-engineer
This skill should be used when navigating an unfamiliar codebase, searching for symbol definitions or usages, finding related files, or when asked how to search code without reading entire files.
mapcoder
NewJerseyStyle/plugin-map-coder
Solve coding problems using multi-agent retrieval, planning, coding, and debugging pipeline. Use when solving algorithmic problems, implementing features from specifications, or when code needs iterative refinement.
Degradation Signs
silvesterdivas/context-engineer
This skill should be used when forgetting earlier context, looping on errors, producing inconsistent code, or when the user says "you already did that", "that's wrong", "you're hallucinating", or "context is degrading".
chartjs-quickref
sjnims/chartjs-expert
This skill should be used when the user asks "Chart.js cheat sheet", "Chart.js quick reference", "Chart.js snippets", "common Chart.js patterns", "Chart.js copy paste", "Chart.js quick tips", "Chart.js one-liners", "quick Chart.js examples", "Chart.js recipes", or needs copy-paste ready code snippets for common Chart.js v4.5.1 patterns without deep documentation.
chartjs-axes
sjnims/chartjs-expert
This skill should be used when the user asks "Chart.js axes", "Chart.js scales", "Chart.js x-axis", "Chart.js y-axis", "Chart.js time axis", "Chart.js logarithmic scale", "Chart.js axis labels", "Chart.js ticks", "Chart.js grid lines", "Chart.js multiple axes", "Chart.js dual axis", "Chart.js axis title", "Chart.js axis range", "Chart.js min max", "stacked axes", "Chart.js radial axis", or needs help configuring Chart.js v4.5.1 axes and scales.
crystallize
rana/yogananda-skills
Simplification and editorial sharpening. Use when designs feel heavy, over-engineered, or accumulated rather than composed. The editorial knife.
issue-workflow
thomasindrias/issue-dev
Provides guidance on issue/ticket workflow management during development sessions. Supports multiple project management providers (Linear, JIRA, etc.). Use when working on issues, updating tickets, or managing state transitions.
chartjs-chart-types
sjnims/chartjs-expert
This skill should be used when the user asks "how to create a line chart", "Chart.js bar chart", "pie chart Chart.js", "doughnut chart", "radar chart", "polar area chart", "bubble chart", "scatter chart", "mixed chart", "combo chart", "area chart", "stacked chart", "horizontal bar chart", "Chart.js chart types", "dataset properties", "chart data structure", or needs help implementing specific Chart.js v4.5.1 chart types.
docs-quality
rana/yogananda-skills
Documentation practice quality review. Use when evaluating whether docs serve AI readers (Claude), human developers, and stakeholders effectively.
ml-config-manager
nishide-dev/claude-code-ml-research
Generate and manage Hydra configuration files for machine learning experiments. Use when creating new configs (model, data, trainer, logger, experiment, sweep), organizing config hierarchies, or setting up hyperparameter sweeps with Optuna.
ml-cli-tools
nishide-dev/claude-code-ml-research
Building professional CLIs with Typer and Rich - type-safe argument parsing, progress bars, model visualization, Hydra integration, RichHandler logging, and multi-process handling for ML workflows