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.
feature
Borda/.home
TDD-first feature development orchestrator. Analyses purpose, scope, and codebase compatibility before writing a single line of implementation — starts with a demo use-case doctest/test to nail the API contract, then drives implementation through TDD, and finishes with doc updates, QA, linting, and a full review pass.
ln-114-frontend-docs-creator
levnikolaevich/claude-code-skills
Creates design_guidelines.md for frontend projects. L3 Worker invoked CONDITIONALLY when hasFrontend detected.
obsidian-cli
cwaits6/obsidian-cli-skill
Automate your Obsidian vault via CLI. Use when user wants to: migrate or reorganize notes, assign properties/frontmatter, create Obsidian Bases (.base files), generate Templater templates, bulk rename or move files, search vault content or analyze links, manage plugins/themes/workspaces, or perform batch vault operations. Trigger phrases: 'organize my vault', 'move my notes', 'add properties to my notes', 'tag all notes in', 'create a Base', 'set up a daily note template', 'search my vault', 'clean up my vault', 'rename notes in', 'list everything in my vault', 'manage my plugins', 'set frontmatter on'. Only trigger when the user references their Obsidian vault, notes within a vault, or Obsidian-specific concepts (Bases, Templater, daily notes, vault properties, workspaces). Do not trigger for generic file operations, general markdown editing, or coding tasks that happen to mention notes or frontmatter without an Obsidian or vault context. Specifically, if the user asks to 'write a script', 'create a script', or 'build a tool' that works with frontmatter or markdown files, that is a coding task — do not trigger.
callerapi-automation
ComposioHQ/awesome-claude-skills
Automate Callerapi tasks via Rube MCP (Composio). Always search tools first for current schemas.
breeze-automation
ComposioHQ/awesome-claude-skills
Automate Breeze tasks via Rube MCP (Composio). Always search tools first for current schemas.
quick-fix
Hildegaardchiasmal966/claude-skills
Fast workflow for small changes, bug fixes, and UI tweaks that don't require full feature development. Uses sub-agent orchestration with model selection (Sonnet 4.5 orchestrator, Haiku 4.5 workers) for efficient context management. Handles styling adjustments, minor functionality fixes, and quick improvements while maintaining project quality standards.
dnanexus-integration
Microck/ordinary-claude-skills
DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.
code-review
kasperjunge/agent-resources
Use when reviewing code changes before committing, after implementing features, or when asked to review. Triggers on staged changes, PR reviews, or explicit review requests.
capacity
microsoft/GitHub-Copilot-for-Azure
Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.
construct-resume
brennacodes/brenna-plugs
Build a tailored resume from your logged evidence - accomplishments, lessons, expertise, decisions, and insights - matched against a specific job listing
simple-math
cisco-ai-defense/skill-scanner
Perform basic arithmetic operations safely using standard operators without eval or exec
exa-web-search-free
PHY041/claude-agent-skills
Free AI-powered search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.
canvas-automation
ComposioHQ/awesome-claude-skills
Automate Canvas tasks via Rube MCP (Composio). Always search tools first for current schemas.
castingwords-automation
ComposioHQ/awesome-claude-skills
Automate Castingwords tasks via Rube MCP (Composio). Always search tools first for current schemas.
handoff-codex
claude-world/director-mode-lite
Delegate tasks to Codex CLI to save Claude context
niopd-mr-competitor
8421bit/NioPD-Skills
Conducts comprehensive competitor analysis through web research and structured evaluation. Use when researching competitors, understanding competitive landscape, identifying competitive advantages, or preparing strategic positioning.
video-promo
xainflow/skills
Create a short promotional video from a product image or concept. Generates a video using AI video models.
canny-automation
ComposioHQ/awesome-claude-skills
Automate Canny tasks via Rube MCP (Composio). Always search tools first for current schemas.
loogle-search
parcadei/Continuous-Claude-v3
Search Mathlib for lemmas by type signature pattern
ln-140-test-docs-creator
levnikolaevich/claude-code-skills
Creates test documentation (testing-strategy.md + tests/README.md). Establishes testing philosophy and Story-Level Test Task Pattern. L2 Worker in ln-100-documents-pipeline workflow.
networkx
Microck/ordinary-claude-skills
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
byteforms-automation
ComposioHQ/awesome-claude-skills
Automate Byteforms tasks via Rube MCP (Composio). Always search tools first for current schemas.
authentication-migrator
a5c-ai/babysitter
Migrate authentication systems with credential migration, OAuth2/OIDC setup, and identity provider integration
argument-validator-generator
a5c-ai/babysitter
Generate argument validation logic with type coercion, constraints, custom validators, and helpful error messages for CLI applications.