automation-recommender

Analyze a codebase and recommend Codex hooks, subagents, skills, plugins, and MCP servers.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/AvaTar-ArTs/.Agent-skills --skill automation-recommender-avatar-arts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: automation-recommender
Source: https://github.com/AvaTar-ArTs/.Agent-skills/tree/main/skills/automation-recommender
Command: npx skills add https://github.com/AvaTar-ArTs/.Agent-skills --skill automation-recommender-avatar-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers setting up Codex for a project often don't know which automations (hooks, subagents, skills, plugins, MCP servers) fit their codebase, leading to under-configured or mismatched setups. ## Core Features & Use Cases - Codebase Analysis: Detects languages, frameworks, dependencies, testing tools, and existing Codex configuration to build a project profile. - Multi-Category Recommendations: Suggests the top 1-2 MCP servers, skills, hooks, subagents, and plugins matched to detected codebase signals. - Read-Only Operation: Outputs a structured recommendations report without creating or modifying any files. - Use Case: A developer with a Next.js app using Supabase and Playwright asks for setup advice and receives recommendations for the context7 and Supabase MCP servers, a format-on-save hook, and a code-reviewer subagent. ## Quick Start Ask the assistant to analyze this codebase and recommend which Codex automations, MCP servers, hooks, and subagents to set up.

Frequently Asked Questions about automation-recommender

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

FAQPage Schema
How do I get automation recommendations for my Codex setup?▼

Invoke the skill and it analyzes your codebase by reading package.json, pyproject.toml, and config files, then outputs the top 1-2 recommendations per category: MCP servers, skills, hooks, subagents, and plugins.

What MCP servers should I use for my project?▼

The skill matches codebase signals to MCP servers: context7 for library documentation, Playwright for browser testing, Supabase or database MCPs for data access, and GitHub MCP for issues and pull requests.

Does the automation recommender modify my project files?▼

No, the skill is strictly read-only. It analyzes the codebase and outputs a recommendations report; you implement the suggestions yourself or ask Codex separately to build them.

When should I use hooks versus subagents in Codex?▼

Hooks handle automatic actions on tool events like formatting or linting on save and blocking sensitive file edits. Subagents are specialized reviewers, such as security or performance analyzers, that run in parallel.

Can I get more recommendations for a specific automation type?▼

Yes, if you ask for a specific type such as MCP servers or hooks, the skill focuses on that category and provides 3-5 recommendations instead of the default 1-2 per category.