merge slash commands and skills

This commit is contained in:
Isabella He
2026-01-20 20:15:08 -08:00
parent 6efe83162f
commit 146d4788ff
8 changed files with 576 additions and 542 deletions

View File

@@ -1,89 +1,98 @@
# Plugin Recommendations
Plugins are installable collections of skills that extend Claude's capabilities. They bundle related skills, reference materials, and workflows together.
Plugins are installable collections of skills, commands, agents, and hooks. Install via `/plugin install`.
## Available Plugins
### anthropic-agent-skills
**The comprehensive skills bundle from Anthropic**
| Recommend When | Examples |
|----------------|----------|
| General productivity | Default recommendation |
| Document workflows | docx, xlsx, pptx, pdf |
| Frontend development | frontend-design, webapp-testing |
| Building AI tools | mcp-builder, skill-creator |
| Creative work | canvas-design, algorithmic-art |
**Includes**: docx, xlsx, pptx, pdf, frontend-design, canvas-design, algorithmic-art, mcp-builder, skill-creator, webapp-testing, doc-coauthoring, internal-comms, brand-guidelines, theme-factory, slack-gif-creator, web-artifacts-builder
**Install**: This plugin is commonly pre-installed. Check with `claude plugins list`.
**Note**: These are plugins from the official repository. Use web search to discover additional community plugins.
---
### frontend-design
**Specialized frontend UI development**
## Official Plugins
| Recommend When | Examples |
|----------------|----------|
| React/Vue/Angular work | Component development |
| Landing pages | Marketing sites |
| Dashboard UI | Admin interfaces |
| Design system | Component libraries |
### Development & Code Quality
**Value**: Creates distinctive, production-grade UI avoiding generic AI aesthetics.
| Plugin | Best For | Key Features |
|--------|----------|--------------|
| **plugin-dev** | Building Claude Code plugins | Skills for creating skills, hooks, commands, agents |
| **pr-review-toolkit** | PR review workflows | Specialized review agents (code, tests, types) |
| **code-review** | Automated code review | Multi-agent review with confidence scoring |
| **code-simplifier** | Code refactoring | Simplify code while preserving functionality |
| **feature-dev** | Feature development | End-to-end feature workflow with agents |
### Git & Workflow
| Plugin | Best For | Key Features |
|--------|----------|--------------|
| **commit-commands** | Git workflows | /commit, /commit-push-pr commands |
| **hookify** | Automation rules | Create hooks from conversation patterns |
### Frontend
| Plugin | Best For | Key Features |
|--------|----------|--------------|
| **frontend-design** | UI development | Production-grade UI, avoids generic aesthetics |
### Learning & Guidance
| Plugin | Best For | Key Features |
|--------|----------|--------------|
| **explanatory-output-style** | Learning | Educational insights about code choices |
| **learning-output-style** | Interactive learning | Requests contributions at decision points |
| **security-guidance** | Security awareness | Warns about security issues when editing |
### Language Servers (LSP)
| Plugin | Language |
|--------|----------|
| **typescript-lsp** | TypeScript/JavaScript |
| **pyright-lsp** | Python |
| **gopls-lsp** | Go |
| **rust-analyzer-lsp** | Rust |
| **clangd-lsp** | C/C++ |
| **jdtls-lsp** | Java |
| **kotlin-lsp** | Kotlin |
| **swift-lsp** | Swift |
| **csharp-lsp** | C# |
| **php-lsp** | PHP |
| **lua-lsp** | Lua |
---
## Plugin vs Individual Skills
## Quick Reference: Codebase → Plugin
### When to Recommend Plugin Installation
- User needs multiple related skills
- Team standardization desired
- First-time Claude Code setup
- Comprehensive capability needed
### When to Recommend Individual Skill Usage
- Specific one-time task
- Already have plugin installed
- Just need one capability
| Codebase Signal | Recommended Plugin |
|-----------------|-------------------|
| Building plugins | plugin-dev |
| PR-based workflow | pr-review-toolkit |
| Git commits | commit-commands |
| React/Vue/Angular | frontend-design |
| Want automation rules | hookify |
| TypeScript project | typescript-lsp |
| Python project | pyright-lsp |
| Go project | gopls-lsp |
| Security-sensitive code | security-guidance |
| Learning/onboarding | explanatory-output-style |
---
## Checking Installed Plugins
## Plugin Management
```bash
# List installed plugins
claude plugins list
# Install a plugin
/plugin install <plugin-name>
# Check available skills
claude skills list
# List installed plugins
/plugin list
# View plugin details
/plugin info <plugin-name>
```
---
## Custom Plugin Development
## When to Recommend Plugins
For teams wanting to bundle their own skills:
| Recommend When | Examples |
|----------------|----------|
| Company-specific workflows | Internal processes |
| Team best practices | Shared patterns |
| Domain expertise | Industry knowledge |
| Tool integrations | Internal tools |
Use the **skill-creator** skill to build individual skills, then bundle them into a plugin for team distribution.
---
## Quick Reference
| Need | Recommended Plugin/Skill |
|------|-------------------------|
| General productivity | anthropic-agent-skills (full bundle) |
| Document creation | docx, xlsx, pptx, pdf skills |
| Frontend work | frontend-design plugin |
| Testing | webapp-testing skill |
| Building tools | mcp-builder skill |
| Custom workflows | skill-creator skill |
**Recommend plugin installation when:**
- User wants to install Claude Code automations from Anthropic's official repository or another shared marketplace
- User needs multiple related capabilities
- Team wants standardized workflows
- First-time Claude Code setup