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.
spending-analysis
peerjakobsen/smartspender
Spending analysis rules for aggregation, month-over-month comparison, unusual transaction detection, and savings recommendations. Reference this when generating overviews and reports.
negotiation
peerjakobsen/smartspender
Danish consumer rights, negotiation tactics, email templates, and pricing benchmarks for subscription price negotiation. Reference this when drafting negotiation emails or advising on subscription costs.
convex
waynesutton/convexskills
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
transaction-matching
peerjakobsen/smartspender
Rules for linking uploaded receipts to bank transactions. Reference this when matching a receipt to an existing transaction.
subscription-detection
peerjakobsen/smartspender
Rules for detecting recurring charges and subscriptions from transaction history. Reference this when identifying services the user pays for regularly.
michat-specs-reference
filmicgaze/MiChat-desktop
Use this when a user asks obscure technical/structural questions about MiChat internals (profiles/toolsets/actions/skills) that are beyond the scope of the michat-user-support skill and require consulting the michat-specs documents as source of truth.
post-commit
fusengine/agents
Universal post-commit actions. CHANGELOG update and git tag for all repos. Plugin version bumping for marketplace repos. Triggered after any code commit (except wip/amend/undo).
Deployshield
matanryngler/deployshield
Cloud infrastructure and production safety guardrails - prevents write/mutating operations on cloud, database, and deployment CLIs
brewcode:start
kochetkov-ma/claude-brewcode
Executes task with infinite context and automatic handoff.
commit-detection
fusengine/agents
Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
fabric-data-factory-perf-remediate
PatrickGallucci/fabric-skills
Diagnose and resolve Microsoft Fabric Data Factory pipeline performance issues. Use when pipelines are slow, copy activities timeout, dataflows stall, activities are stuck, throughput is low, capacity is throttled, or jobs queue indefinitely. Covers copy activity tuning (parallelCopies, DIU, ITO, partitioning), pipeline monitoring via Monitoring Hub and workspace monitoring, Spark job queueing, capacity SKU limits, error code resolution, and dataflow optimization. Keywords include Fabric pipeline slow, copy activity performance, Data Factory throttling, pipeline timeout, activity stuck, TooManyRequestsForCapacity, HTTP 430, pipeline troubleshoot, dataflow performance, copy parallelism, intelligent throughput optimization.
deep-audit
mikeng-io/agent-skills
Multi-agent standards and compliance auditing with pass/fail verdicts. Checks against security, accessibility, code standards, regulatory requirements, and performance benchmarks.
critique
synaptiai/agent-capability-standard
Find failure modes, edge cases, ambiguities, and exploit paths in plans, code, or designs. Use when reviewing proposals, auditing security, stress-testing logic, or validating assumptions.
Logic Convert
NewJerseyStyle/plugin-logic-llm
# /logic-convert Convert natural language documents into symbolic logic programs. ## Description This skill translates natural language text, rules, regulations, or knowledge bases into formal logic programs that can be used for automated reasoning. It follows the Logic-LLM methodology with enhan
decompose
synaptiai/agent-capability-standard
Break a goal into subgoals, constraints, and acceptance criteria. Use when planning complex work, creating work breakdown structures, or defining requirements.
delegate
synaptiai/agent-capability-standard
Split work across subagents with explicit contracts, interfaces, and merge strategies. Use when parallelizing tasks, distributing workload, or orchestrating multi-agent workflows.
Reprioritize
rjroy/vibe-garden
--- name: reprioritize description: This skill should be used when the user asks to "reprioritize", "update priorities", "scan codebase for relevance", or invokes /compass-rose:reprioritize. Provides codebase-aware priority recommendations with batch update capability. allowed-tools: Skill(compas
subdivide
sanghyun-io/plan-subdivider
Subdivide a plan file into detailed task files. Used to structure detailed plans after completing Plan mode.
128-java-generics
jabrena/cursor-rules-java
Use when you need to review, improve, or refactor Java code for generics quality — including avoiding raw types, applying the PECS (Producer Extends Consumer Super) principle for wildcards, using bounded type parameters, designing effective generic methods, leveraging the diamond operator, understanding type erasure implications, handling generic inheritance correctly, preventing heap pollution with @SafeVarargs, and integrating generics with modern Java features like Records, sealed types, and pattern matching. Part of the skills-for-java project
autorun-maintainer
ahundt/autorun
Expertise in maintaining, debugging, and deploying the autorun hook system for Claude Code and Gemini CLI. Use when the user asks to "fix hooks", "deploy autorun", "debug hook errors", "update autorun version", or when troubleshooting "invisible failures" where safety guards appear inactive, piped commands are blocked, or work appears to have "reverted" after a session.
Define Validation
rjroy/vibe-garden
--- name: define-validation description: This skill defines AI validation criteria for work in progress. Use when validation wasn't defined in spec/plan, or when starting work without formal documentation. Triggers include "how will the AI validate", "define validation criteria", "what should the
n8n-code-python
pessini/aria
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
Excavate
rjroy/vibe-garden
This skill should be used when the user asks to "document this codebase", "excavate features", "what does this code do", "map out the system", "create specs from code", or needs to progressively discover and document features in an existing codebase. Invoked via /lore-development:excavate.
component-flattening-analysis
tech-leads-club/agent-skills
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking "clean up component structure", "find orphaned classes", "fix module hierarchy", "flatten nested components", or analyzing why namespaces have misplaced code. Do NOT use for dependency analysis (use coupling-analysis) or domain grouping (use domain-identification-grouping).