claudekit / tools / claude-code-setup
[ Skill · Claude Code Utilities ]

Claude Code Setup

Analyzes your project and recommends the right mix of MCP servers, skills, hooks, and slash commands to automate it in Claude Code.

$ /plugin install claude-code-setup copy

Anthropic official marketplace skill

What it does

Claude Code ships with MCP servers, skills, hooks, subagents, and slash commands — a lot to choose from. This skill analyzes your codebase and recommends the automations that actually fit this project.

Recommendation categories (5)

  • MCP servers — external integrations (e.g. context7, Playwright)
  • Skills — specialist skills (e.g. Plan agent, frontend-design)
  • Hooks — auto-run hooks (e.g. auto-format, auto-lint, sensitive-file block)
  • Subagents — specialist reviewers (e.g. security, performance, accessibility)
  • Slash commands — quick workflows (e.g. /test, /pr-review)

Use cases

  1. On a new project, ask “recommend automations for this project” and get a curated setup.
  2. On a frontend project, receive Playwright MCP + auto-lint hook recommendations and apply immediately.
  3. Ask “what hooks should I use?” for project-specific hook suggestions.

Notes

  • Read-only — analyzes the codebase without modifying files.
  • Top 1-2 per category — keeps the recommendation set small to reduce choice overload.
§ 5

See also

same category · curated
[01]
[Tool] Herdr · A terminal-native agent multiplexer in a single Rust binary. Herdr combines tmux-style session persistence and pane splits with agent awareness — a sidebar that shows whether each pane's agent is idle, working, blocked, or done — for Claude Code and other CLI agents. The direct Claude Code integration (`herdr integration install claude`) adds full state detection, semantic state forwarding over a local socket API, and agent-session restoration after a server restart.
tool · claudekit.io / tools / herdr
[02]
[Tool] CC Workflow Studio · Design workflows on a canvas in VS Code and export them as Markdown your AI agent already understands — skills, commands, and agents for Claude Code, Cursor, Copilot, and more. An MCP server runs in the background so you can refine workflows in natural language with 'Edit with AI'.
tool · claudekit.io / tools / cc-wf-studio
[03]
[Skill] Find Skills · A meta-skill that activates when users ask "how do I do X" or "is there a skill that can…", then searches the open agent skills ecosystem and walks the user through installation.
tool · claudekit.io / tools / find-skills
§ 6

Frequently Asked Questions

frequently asked
§ 6.1
What is Claude Code Setup?
An Anthropic official marketplace skill that analyzes your codebase and recommends a fitting set of MCP servers, skills, hooks, subagents, and slash commands across five categories.
§ 6.2
Where does it run?
Claude Code.
§ 6.3
How do I install it?
In Claude Code, run `/plugin install claude-code-setup`.
§ 6.4
Does it modify my codebase?
No. It's read-only — it analyzes the codebase without modifying files.
§ 6.5
Won't the recommendations be overwhelming?
It returns the top 1-2 picks per category to reduce choice overload.