Claude Code Setup (plugin officiel Anthropic)
Official Anthropic plugin that reads your project and tells you what to install in Claude Code, instead of leaving you to guess. You install it from the official repo (`anthropics/claude-plugins-official`), ask it to recommend automations for your project, and it scans your folder read-only: package.json, languages, structure. It touches no files. It returns a sorted list across 5 categories (MCP servers, skills, hooks, subagents, slash commands) matched to YOUR stack: Playwright MCP when it sees React, a security-review subagent when it spots authentication code.
Strengths
- Starts from your actual project (package.json, languages, structure) instead of a generic list
- Read-only and official Anthropic: runnable risk-free on an existing repo
- Covers the 5 Claude Code levers in one pass (MCP, skills, hooks, subagents, slash commands)
Limitations
- Recommends, does not install: you keep the decision and the work of understanding
- Relevance depends on how readable your project is; a messy repo yields vaguer suggestions
Best for
- Someone starting on Claude Code who does not know where to begin configuring it
- A dev taking over an existing project who wants the right tooling without copying random dotfiles
- A PM or designer who wants a useful Claude Code on their repo without hours spent sorting plugins