Clawd

Skill Marketplace

Real skills and plugins you can install right now. Browse by category, copy the install command, and start using them in seconds.

How a Skill Works

Every skill follows the same pattern. You invoke it, Claude reads the instructions, uses the right tools, and delivers the result.

👤
You
Type /skill-name
or Claude auto-detects
📄
SKILL.md
Instructions, tools,
templates, constraints
Claude
Claude
Reads files, runs code,
calls APIs, edits files
Result
Code changes, PRs,
files, reports, deploys
Bundled = ships with Claude Code Plugin = install via /plugin install
🔄

/batch

automation bundled

Orchestrates large-scale codebase changes in parallel across git worktrees. Splits work into independent chunks and processes them simultaneously for maximum throughput.

/batch
📚

/claude-api

coding bundled

Loads the Claude API reference for your language (Python, TypeScript, Java, Go, etc.) so Claude Code can write accurate SDK integration code.

/claude-api
🐛

/debug

coding bundled

Enables debug logging and troubleshoots session issues. Helps diagnose problems with tools, MCP connections, and Claude Code configuration.

/debug
🔁

/loop

automation bundled

Runs a prompt or slash command repeatedly on an interval. Useful for polling deployments, babysitting PRs, or monitoring processes over time.

/loop 5m <prompt>

/simplify

coding bundled

Reviews changed files for code reuse, quality, and efficiency. Spawns 3 parallel review agents that analyze your code from different angles and suggest improvements.

/simplify
🎨

frontend-design

design plugin 413K installs

Production-grade frontend interfaces with high design quality, avoiding generic AI aesthetics. Generates creative, polished React/HTML/CSS code with opinionated typography, color, and layout. 413K installs.

/plugin install frontend-design@claude-plugins-official
🔍

code-review

coding plugin 191K installs

Automated PR review with 5 parallel Sonnet agents performing security, performance, style, logic, and test coverage analysis with confidence scoring. 191K installs.

/plugin install code-review@claude-plugins-official
🏗️

feature-dev

coding plugin 143K installs

7-phase feature development with explorer, architect, and reviewer agents. Guides you from requirements through implementation to code review. 143K installs.

/plugin install feature-dev@claude-plugins-official
🔄

ralph-wiggum

coding plugin 120K installs

Iterative self-referential loops for complex tasks. Uses recursive reasoning to break down and solve problems that require multiple passes of refinement. 120K installs.

/plugin install ralph-wiggum@claude-plugins-official
📝

commit-commands

automation plugin

Git workflow commands including /commit, /commit-push-pr, and /clean_gone. Streamlines the commit-to-PR pipeline with conventional commit messages.

/plugin install commit-commands@claude-plugins-official
🛡️

security-guidance

coding plugin

Security hook monitoring 9 vulnerability patterns including secrets leakage, SQL injection, XSS, and dependency vulnerabilities. Runs automatically on commits.

/plugin install security-guidance@claude-plugins-official
🪝

hookify

automation plugin

Create custom hooks from conversation pattern analysis. Detects repeated workflows and automates them into reusable Claude Code hooks.

/plugin install hookify@claude-plugins-official
📖

Context7

research plugin 212K installs

Live documentation lookup that pulls version-specific docs directly from source repos. Ensures Claude always has accurate, up-to-date library references. 212K installs.

/plugin install context7@context7
🎭

Playwright

automation plugin 134K installs

Browser automation and end-to-end testing by Microsoft. Automates Chromium, Firefox, and WebKit for testing web applications and scraping dynamic content. 134K installs.

claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright
🦸

Superpowers

coding plugin 294K installs

Brainstorming and subagent development with code review, debugging, and TDD workflows. The most installed community plugin with 294K installs.

/plugin install superpowers
🟦

typescript-lsp

coding plugin

TypeScript language server plugin providing real-time type checking, go-to-definition, find-references, and intelligent completions inside Claude Code.

/plugin install typescript-lsp
🐍

pyright-lsp

coding plugin

Pyright language server plugin for Python type checking, auto-imports, hover info, and diagnostics. Adds static analysis intelligence to Claude Code Python projects.

/plugin install pyright-lsp
🦀

rust-analyzer-lsp

coding plugin

Rust Analyzer language server plugin providing type inference, borrow checker diagnostics, and code navigation for Rust projects in Claude Code.

/plugin install rust-analyzer-lsp
👀

pr-review-toolkit

coding plugin

PR review with 6 specialized agents covering security, performance, correctness, style, testing, and documentation. Thorough multi-perspective review.

/plugin install pr-review-toolkit@claude-plugins-official
🎓

learning-output-style

productivity plugin

Interactive learning mode that adds educational insights about implementation choices. Explains the why behind code decisions and invites contributions at decision points.

/plugin install learning-output-style@claude-plugins-official