claude-automation-recommender

Analyzes a codebase and recommends Claude Code hooks, subagents, skills, plugins, and MCP servers.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/ghoshsam/claude-code-skills --skill claude-automation-recommender-ghoshsam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-automation-recommender
Source: https://github.com/ghoshsam/claude-code-skills/tree/main/skills/claude-code-setup/claude-automation-recommender
Command: npx skills add https://github.com/ghoshsam/claude-code-skills --skill claude-automation-recommender-ghoshsam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing the right Claude Code automations for a project is hard because hooks, subagents, skills, plugins, and MCP servers each fit different needs. This Skill inspects your codebase and produces a tailored, read-only recommendation report so you know exactly which automations to set up. ## Core Features & Use Cases - Codebase Analysis: Detects languages, frameworks, databases, testing tools, CI/CD, and existing Claude Code configuration from files like package.json and pyproject.toml. - Five Automation Categories: Recommends the top 1-2 MCP servers, skills, hooks, subagents, and plugins matched to detected codebase signals. - Structured Report Output: Produces a formatted recommendations report with install commands, file locations, and rationale for each suggestion. - Use Case: A developer starting a Next.js and Supabase project asks for automation recommendations and receives suggestions like the context7 MCP server for live docs, a Supabase MCP for database operations, and a PostToolUse lint hook. ## Quick Start Ask Claude to analyze this codebase and recommend the best Claude Code automations for my project setup.

Frequently Asked Questions about claude-automation-recommender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Claude Code automation recommendations for my project?

Invoke this Skill and it scans your codebase for languages, frameworks, databases, and tooling, then outputs the top 1-2 recommendations per category: MCP servers, skills, hooks, subagents, and plugins. Each recommendation includes the reason and setup location.

What Claude Code automation types should I use for my codebase?

Hooks handle automatic actions on tool events like formatting on save, subagents run specialized parallel reviews, skills package repeatable workflows, plugins bundle related skills, and MCP servers integrate external tools like databases and GitHub. The Skill matches each type to signals detected in your code.

Does this Skill modify my project files or configuration?

No, it is strictly read-only. It analyzes the codebase and outputs a recommendations report, but does not create or modify any files. You implement the recommendations yourself or ask Claude separately to help build them.

Can I get recommendations for only one automation type like MCP servers?

Yes. If you ask for a specific type, the Skill focuses only on that category and provides 3-5 options instead of the default 1-2 per category. You can also ask for more recommendations in any category afterward.

What codebase signals influence the automation recommendations?

The Skill checks package.json, pyproject.toml, and similar manifests for frameworks and libraries, looks for testing and CI/CD configs, detects databases like Supabase or PostgreSQL, and inspects existing .claude/ configuration. Each signal maps to specific MCP servers, hooks, skills, or subagents.