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.
context7-skills
narumiruna/context7-skills-skill
Use when managing Context7 CLI skills with npx ctx7 (search, install, list, remove, info).
zettelkasten_organizer
Shridhar600/Zettelkasten-Organiser-MCP
Intelligently helps organise notes by processing a new note from the root directory, finds or creates a relevant project file, links the note, and moves it to its final destination in the vault obeying the zettelkasten method.
nancy-send-message
srobinson/helioy-plugins
Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution.
instagram-automation
davepoon/buildwithclaude
Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas.
OWASP 2025 Mapping
allsmog/vuln-scout
This skill should be used when the user asks about "OWASP Top 10", "OWASP 2025", "vulnerability categories", "CWE mapping", "security standards", or needs to understand how vulnerabilities map to industry standards during whitebox pentesting.
laravel-api-resources-and-pagination
noartem/skills
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
visualization
FrankChen021/datastoria
Rules for charts and visualization. Use when the user asks for charts, graphs, plots, or visual representations (line, bar, pie, timeseries).
laravel-debugging-prompts
noartem/skills
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
langfuse-integration
a5c-ai/babysitter
LangFuse LLM observability integration for tracing, analytics, and cost tracking
segment-tree-builder
a5c-ai/babysitter
Generate customized segment tree implementations
core-conventions
theinterneti/TTA.dev
Use this skill when writing or reviewing Python code in TTA.dev. Covers package manager, type hints, primitives usage, and anti-patterns.
complete-task
flurdy/agent-skills
Complete an in-progress task by running clean-code, staging, committing, and closing the bead. Use after /verify-task.
task-analyzer
shinpr/claude-code-workflows
Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale. Returns skills with confidence scores and metadata.
bauplan-data-pipelines
BauplanLabs/bauplan-mcp-server
Creates bauplan data pipeline projects with SQL and Python models. Use when starting a new pipeline, defining DAG transformations, writing models, or setting up bauplan project structure from scratch.
aliyun-cli
chaterm/terminal-skills
阿里云 CLI 操作
dhh-philosophy
aehkyrr/rails-expert
This skill should be used when the user asks about Rails philosophy, DHH's principles, the Rails way, "convention over configuration", "majestic monolith", "omakase", "sharp knives", NO BUILD, integrated systems, programmer happiness, or general Rails 8 design principles. Also use when discussing why Rails makes certain architectural decisions or when comparing Rails approaches to alternatives. Examples:
typescript-rules
shinpr/claude-code-workflows
React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.
typescript-testing
shinpr/claude-code-workflows
Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria. Use when writing frontend tests or reviewing test quality.
laravel-performance-eager-loading
noartem/skills
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
api-integration-builder
jackspace/ClaudeSkillz
Generates production-ready API clients with TypeScript types, retry logic, rate limiting, authentication (OAuth, API keys), error handling, and mock responses. Use when user says "integrate API", "API client", "connect to service", or requests third-party service integration.
ci-config-helper
k1lgor/virtual-company
Use this when the user needs help with CI/CD configurations, GitHub Actions, GitLab CI, or generic automation scripts. Keep configs simple, readable, and secure.
laravel-dependencies-trim-packages
noartem/skills
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
git-commit-push
charlesjones-dev/claude-code-plugins-dev
Commit all changes to git with an auto-generated message and push to origin.
laravel-interfaces-and-di
noartem/skills
Use interfaces and dependency injection to decouple code; bind implementations in the container