All Skills
(19,010)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.
stitch-mcp-generate-screen-from-text
partme-ai/stitch-skills
Generates high-fidelity UI screens or wireframes from text descriptions. The core Text-to-UI engine.
session-management
athola/claude-night-market
Manage Claude Code sessions with naming, checkpointing, and resume strategies.
mesh-security
hackIDLE/skills
Analyze Istio, Consul, and Linkerd service mesh configurations for security vulnerabilities with NIST 800-53 control mappings. Use when users need to audit mesh security, identify misconfigurations, check mTLS settings, review ACL policies, or prepare for FedRAMP assessments. Triggers on keywords like "mesh config", "istio security", "consul ACL", "linkerd policy", "service mesh audit", or "NIST compliance".
example-planner
archubbuck/workspace-architect
Create detailed implementation plans for software features and refactoring tasks. Use this skill when planning new features, architectural changes, or major refactoring efforts.
fabric-dataflows-perf-remediation
PatrickGallucci/fabric-skills
Diagnose and resolve Microsoft Fabric Dataflow Gen2 performance issues including slow refresh times, Fast Copy optimization, query folding failures, staging bottlenecks, gateway latency, incremental refresh tuning, capacity throttling, and data destination write performance. Use when troubleshooting dataflow refresh failures, optimizing Dataflow Gen2 execution time, debugging Power Query mashup engine performance, resolving staging Lakehouse or Warehouse compute issues, configuring Fast Copy connectors, fixing insufficient permissions errors, monitoring dataflow refresh history, or automating dataflow health checks via REST API and PowerShell.
worklog-context
qyinm/agent-skills-archive
Analyzes past work history from worklogs to provide relevant context for current development tasks. Searches and summarizes previous work automatically. Use when starting new features, debugging issues, or understanding past decisions.
api-design
wpank/ai
REST and GraphQL API design principles — resource modeling, HTTP semantics, pagination, error handling, HATEOAS, schema design, and DataLoader patterns. Use when designing new APIs, reviewing specs, or establishing team API standards.
Recon_skill
ikajakam/claude_skills
--- name: recon-subdomain-tech-detection description: Expert guidance for reconnaissance using subfinder and httpx during penetration testing, including subdomain enumeration, technology detection, and asset discovery --- # Reconnaissance Skill: Subfinder + Httpx ## Overview This skill com
git-master
yunseo-kim/awesome-agent-toolbox
MUST USE for ANY git operations. Atomic commits, rebase/squash, cherry-pick, worktree, reflog recovery, and history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'cherry-pick', 'worktree', 'reflog', 'who wrote', 'when was X added', 'find the commit that'.
stitch-skill-creator
partme-ai/stitch-skills
A factory skill for creating new Stitch Scenario Skills. It enforces the \"Design First, Execute Last\" SOP and standard Stitch architectural patterns. Use this when you need to add support for a new domain e.g. \"Music Apps\" \"Social Networks\" to the Stitch ecosystem.
adobe-analytics-concepts
brian-a-au/bau_claude_skills
Conceptual guidance for Adobe Analytics - explains core concepts (eVars, props, events), helps design tracking approaches, supports analysis workflows, and clarifies admin/governance topics. Does not connect to live data.
auth-patterns
wpank/ai
Authentication and authorization patterns — JWT, OAuth 2.0, sessions, RBAC/ABAC, password security, MFA, and vulnerability prevention. Use when implementing login flows, protecting routes, managing tokens, or auditing auth security.
prompt-coach
aroyburman-codes/compound-product-management
Use when the user's prompt is vague, overloaded, or missing context that would improve the output. Also use retroactively at session breakpoints to surface prompting patterns the user can improve. Coaches without being annoying.
performance-analyzer
kanopi/cms-cultivator
Automatically analyze performance issues when user mentions slow pages, performance problems, or optimization needs. Performs focused performance checks on specific code, queries, or components. Invoke when user says "this is slow", "performance issue", "optimize", or asks about speed.
10-andruia-skill-smith
ranbot-ai/awesome-skills
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
error-detective
AutumnsGrove/ClaudeSkills
Systematic debugging and error resolution using the TRACE framework (Trace, Read, Analyze, Check, Execute). Use when debugging errors, analyzing stack traces, investigating failures, root cause analysis, or troubleshooting production issues.
changelog
jikig-ai/soleur
This skill should be used when creating engaging changelogs for recent merges to the main branch. It analyzes PR labels, issues, and descriptions to generate formatted summaries with breaking changes, new features, bug fixes, and contributor shoutouts. Triggers on "create changelog", "what merged", "weekly summary", "daily changelog", "release notes".
rate-limiting
wpank/ai
Rate limiting algorithms, implementation strategies, HTTP conventions, tiered limits, distributed patterns, and client-side handling. Use when protecting APIs from abuse, implementing usage tiers, or configuring gateway-level throttling.
stitch-ui-design-spec-element-plus
partme-ai/stitch-skills
Element Plus design spec for Stitch. Outputs hard-constraints prefix or selector JSON and assembled prompt.
rem
BRO3886/agent-skills
Manages macOS Reminders from the terminal using the rem CLI. Creates, lists, updates, completes, deletes, searches, and exports reminders and lists. Supports natural language due dates, filtering, import/export, and multiple output formats. Use when the user wants to interact with Apple Reminders via command line, automate reminder workflows, or build scripts around macOS Reminders.
update-knowledge-base
lbb00/ai-rules-sync
Analyze code changes and update KNOWLEDGE_BASE.md with architectural and feature changes.
3d-web-experience
xfstudio/skills
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. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.
stitch-ui-design-spec-layui
partme-ai/stitch-skills
Layui-Vue design spec for Stitch. Outputs hard-constraints prefix or selector JSON and assembled prompt.
architecture-decision-records-(adrs)
wpank/ai
# Architecture Decision Records (ADRs) ## WHAT Lightweight documentation capturing the context, decision, and consequences of significant technical choices. ADRs become the institutional memory of why things are built the way they are. ## WHEN - Adopting new frameworks or technologies - Choosing