← All plugins
claude-code-setup
v1.0.0Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Claude Code1 skill
by Anthropic33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/claude-code-setup/ inside the repository.
Layout
plugins/claude-code-setup/
├── .claude-plugin/plugin.json└── skills/claude-automation-recommender/SKILL.md
Skills1
claude-automation-recommenderskills/claude-automation-recommender/SKILL.md
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.
Manifests1
plugins/claude-code-setup/.claude-plugin/plugin.json
{
"name": "claude-code-setup",
"description": "Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.",
"version": "1.0.0",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}