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.
styled-jsx-global
andireuter/skills-webapp
Add or refactor global styles using styled-jsx (<style jsx global>). Use for resets, typography defaults, global tokens, and safe one-off global selectors.
llm-tuning-patterns
parcadei/Continuous-Claude-v3
LLM Tuning Patterns
de-dupe
saadjs/agent-skills
Remove duplicated code and tech debt by keeping code DRY. Use when asked to de-duplicate logic, extract shared utilities, or refactor repeated patterns ("keep code DRY", "remove duplicated code", "extract common functions", "reduce tech debt"). Include checks for uncommitted changes before refactors.
gitlab-variable
grandcamel/GitLab-Assistant-Skills
GitLab CI/CD variable operations. ALWAYS use this skill when user wants to: (1) list CI/CD variables, (2) set/create variables, (3) update variables, (4) delete variables, (5) manage secrets.
today
cyrus-cai/claude-cobrain
Review and summarize today's cobrain memory entries.
git-ops
TheSethRose/Copilot-Skills
Safe git operations including commits, branches, merges, worktrees, and conflict resolution. Use when user wants to commit and push changes, manage branches, resolve conflicts, or create isolated workspaces. Activates when user says "commit", "push", "merge", "branch", "pull", "rebase", "worktree", "conflict", or similar git workflow requests.
pr
TonyCasey/lisa
PR workflow operations: create PRs, check status, link PRs to issues, poll for comments, address feedback, watch PRs, save notes to memory. Triggers on 'pr create', 'pr checks', 'pr link', 'pr poll', 'pr address', 'pr comments', 'pr remember', 'watch pr', 'watching'.
styled-jsx-dynamic
andireuter/skills-webapp
Implement dynamic styling in styled-jsx using best practices (CSS variables, className toggling, safe interpolations). Use for hover/active state, variant switches, theming, and runtime sizes/colors.
prompt-shield
joseph0926/prompt-shield
프롬프트 품질을 진단·개선·설계하는 스킬. /ps:build, /ps:r, /ps:a, /ps:lint, /ps:eval 입력 또는 프롬프트 점검/설계 요청에서 사용.
report-stock
staskh/trading_skills
Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis
wiki-researcher
microsoft/skills
Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.
continual-learning
microsoft/skills
Guide for implementing continual learning in AI coding agents — hooks, memory scoping, reflection patterns. Use when setting up learning infrastructure for agents.
linkedin-articles
skizha/agent-skills
Write, optimize, and polish LinkedIn articles for maximum engagement and reach. Use when the user wants to: (1) write a LinkedIn article from scratch on any topic, (2) optimize or improve an existing LinkedIn article draft, (3) craft compelling hooks and headlines, (4) improve SEO and discoverability with keywords and hashtags, (5) structure or reformat an article for better readability. Triggers on requests like 'write a LinkedIn article about...', 'optimize my LinkedIn article', 'make this article more engaging', 'write a hook for my article', 'add hashtags to my LinkedIn post', 'improve my article structure'.
production-readiness
Meghshyams/production-readiness
Run a comprehensive production readiness audit. Use when a user wants to check if their project is ready for deployment. Covers security, visual QA, code quality, testing, error handling, configuration/build, and performance.
styled-jsx-resolve
andireuter/skills-webapp
Use styled-jsx/css resolve to style nested child components from a parent while preserving encapsulation. Use when you need to target a child component’s className from a parent.
Violet Upload
typhoonzero/awesome-acp-skills
# Violet Package Upload This skill provides instructions for using the `violet` CLI tool to upload software packages (Operators, Cluster Plugins, and Helm Charts) to the platform. ## Overview The `violet` CLI tool allows you to upload software packages from your custom portal to the platform. It
wiki-qa
microsoft/skills
Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.
launchpad-spec
Geono/claude-launchpad
Spec-driven development framework with iterative refinement. Orchestrates feature development from intent to implementation via structured specs and task breakdown. Triggers on /lp:spec, /lp:refine, /lp:clarify, /lp:tasks, /lp:run-task.
memory
TonyCasey/lisa
Permanent memory using Lisa.
git-commits
parcadei/Continuous-Claude-v3
Git Commit Rules
skill-upgrader
parcadei/Continuous-Claude-v3
Upgrade any skill to v5 Hybrid format using decision theory + modal logic
api-test-generate
manastalukdar/claude-devstudio
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
eigenvalues
parcadei/Continuous-Claude-v3
Problem-solving strategies for eigenvalues in linear algebra
agentica-server
parcadei/Continuous-Claude-v3
Agentica server + Claude proxy setup - architecture, startup sequence, debugging