All Skills
(19,001)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.
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.
wiki-onboarding
microsoft/skills
Generates four audience-tailored onboarding guides in an onboarding/ folder — Contributor, Staff Engineer, Executive, and Product Manager. Use when the user wants onboarding documentation for a codebase.
hilbert-spaces
parcadei/Continuous-Claude-v3
Problem-solving strategies for hilbert spaces in functional 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.
wiki-vitepress
microsoft/skills
Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.
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
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.
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.
copilot-sdk
microsoft/skills
Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session management, custom tools, streaming, hooks, MCP servers, BYOK providers, session persistence, custom agents, skills, and deployment patterns. Requires GitHub Copilot CLI installed and a GitHub Copilot subscription (unless using BYOK).
graph-algorithms
parcadei/Continuous-Claude-v3
Problem-solving strategies for graph algorithms in graph number theory
git-commits
parcadei/Continuous-Claude-v3
Git Commit Rules
llm-tuning-patterns
parcadei/Continuous-Claude-v3
LLM Tuning Patterns
github-search
parcadei/Continuous-Claude-v3
Search GitHub code, repositories, issues, and PRs via MCP
api-test-generate
manastalukdar/claude-devstudio
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
planning-agent
parcadei/Continuous-Claude-v3
Planning agent that creates implementation plans and handoffs from conversation context
prove
parcadei/Continuous-Claude-v3
Formal theorem proving with research, testing, and verification phases
eigenvalues
parcadei/Continuous-Claude-v3
Problem-solving strategies for eigenvalues in linear algebra
skill-upgrader
parcadei/Continuous-Claude-v3
Upgrade any skill to v5 Hybrid format using decision theory + modal logic
slash-commands
parcadei/Continuous-Claude-v3
Create and use Claude Code slash commands - quick prompts, bash execution, file references
premortem
parcadei/Continuous-Claude-v3
Identify failure modes before they occur using structured risk analysis
vite-flare-starter
jezweb/claude-skills
Scaffold a full-stack Cloudflare app from vite-flare-starter — React 19, Hono, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui, TanStack Query, R2, Workers AI. Run setup.sh to clone, configure, and deploy.
accessibility
addyosmani/web-quality-skills
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".