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.
open-meteo-weather
IvanCampos/agents
Get current weather using the Open-Meteo API. Use for requests like “current weather in Boston,” “get weather for Medford, MA,” or any task that needs a quick current_weather lookup via Open-Meteo (by location name or lat/lon). Use when the user wants a direct API call or a tiny CLI flow to fetch current conditions.
seo-local-business
jezweb/claude-skills
Generate complete SEO setup for local business websites — HTML head tags, JSON-LD LocalBusiness schema, robots.txt, sitemap.xml. Australian-optimised with +61 phone, ABN, suburb patterns.
optimize-project
Roberdan/MyConvergio
Optimize project instructions and agent setup for lower token usage and higher signal
Gorgias Automation
ComposioHQ/awesome-claude-skills
Automate e-commerce customer support workflows in Gorgias -- manage tickets, customers, tags, and teams through natural language commands.
roadmap-management
a5c-ai/babysitter
Roadmap parsing, analysis, and mutation operations for ROADMAP.md. Handles phase and milestone lifecycle including add, insert (decimal), remove, complete, and requirements coverage analysis.
cloud-tencent-cos
partme-ai/full-stack-skills
Provides comprehensive guidance for Tencent Cloud COS including bucket creation, object storage, access control, and COS management. Use when the user asks about Tencent Cloud COS, needs to store files in COS, configure COS buckets, or work with Tencent Cloud storage.
refactor-for-determinism
kasperjunge/agent-resources
Design or refactor skills by separating deterministic and non-deterministic steps. Use when creating or improving skills, especially to move repeatable workflows into scripts/ and update SKILL.md to call them.
ln-774-healthcheck-setup
levnikolaevich/claude-code-skills
Configures health check endpoints for Kubernetes readiness/liveness/startup
discover-opportunities
kasperjunge/agent-resources
Use after outcomes are defined to discover opportunities, unmet needs, market gaps, or JTBD insights before choosing solutions.
enhance-docs
kasperjunge/agent-resources
Use when documentation needs to be updated, clarified, or reorganized to better serve users' jobs-to-be-done with low cognitive load and high signal.
mastra-workflows
TheWatcher01/skills
Build DAG workflows with Mastra 1.x (@mastra/core/workflows). Use when implementing workflow orchestration with directed acyclic graphs, step chaining, parallel execution, branching, loops, error handling, suspend/resume, or streaming. Triggers on tasks involving createStep, createWorkflow, .then(), .parallel(), .branch(), .foreach(), .dountil(), .dowhile(), .map(), workflow state management, or Mastra step composition.
diagnose
Ruya-AI/cozempic
Analyze Claude Code session bloat — shows token count, context usage %, and bloat breakdown. Use when the user asks about session size, context usage, or when you notice the context window is getting full.
docs-generator
Montimage/skills
Restructure project documentation for clarity and accessibility. Use when users ask to "organize docs", "generate documentation", "improve doc structure", "restructure README", or need to reorganize scattered documentation into a coherent structure. Analyzes project type and creates appropriate documentation hierarchy.
ln-629-lifecycle-auditor
levnikolaevich/claude-code-skills
Application lifecycle audit worker (L3). Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings with severity, location, effort, recommendations.
ln-643-api-contract-auditor
levnikolaevich/claude-code-skills
API contract audit worker (L3). Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts, redundant method overloads. Returns findings with penalty-based scoring + diagnostic sub-scores.
commit
dceoy/ai-coding-agent-skills
Create a git commit from current staged and unstaged changes with an appropriate commit message.
skill-auditor
Montimage/skills
Analyze agent skills for security risks, malicious patterns, and potential dangers before installation. Use when asked to "audit a skill", "check if a skill is safe", "analyze skill security", "review skill risk", "should I install this skill", "is this skill safe", or when evaluating any skill directory for trust and safety. Also triggers when the user pastes a skill install command like "npx skills add https://github.com/org/repo --skill name". Produces a comprehensive security report with a clear install/reject verdict.
ln-743-test-infrastructure
levnikolaevich/claude-code-skills
Creates test infrastructure with Vitest, xUnit, and pytest
ln-710-dependency-upgrader
levnikolaevich/claude-code-skills
Coordinates dependency upgrades across all detected package managers
ln-711-npm-upgrader
levnikolaevich/claude-code-skills
Upgrades npm/yarn/pnpm dependencies with breaking change handling
ln-750-commands-generator
levnikolaevich/claude-code-skills
Generates project-specific .claude/commands for Claude Code
docker-dev-environment
gotlougit/skills
Creates an isolated Docker-based development environment for any project. Wraps a repo in a scaffolding repo with a Dockerfile and container.sh script for building, running, testing, and shelling into the project. Use when asked to dockerize a dev environment, isolate a project, or set up a container-based workflow.
standards-javascript
b33eep/claude-code-setup
This skill provides JavaScript coding standards and is automatically loaded for JavaScript projects. It includes modern ES2025 patterns, async handling, and recommended tooling.
ui-design
Roberdan/MyConvergio
UI/UX screen design (Apple HIG) + design-to-code translation