review-agentic-setup

Solid

Detect agentic coding infrastructure in a project: CLAUDE.md, AGENTS.md, installed skills, MCP servers, hooks, and cross-tool compatibility (Claude Code and Codex CLI). Returns structured findings about agentic readiness without applying changes. Use when the user asks to "review agentic setup", "check agentic setup", "agentic readiness", "is this project set up for AI coding", or "review AI coding setup".

AI & Automation 335 stars 26 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Review Agentic Setup Detect agentic coding infrastructure and flag gaps across Claude Code and Codex CLI conventions. Analysis only. Does not install or configure anything. ## Scope Agentic setup review always operates at the project level. Scope parameters (diff commands, file lists) are accepted but ignored. When called standalone, use the git repository root as the project root (fall back to the current working directory if not in a git repo). ## Step 1: Detect Infrastructure Search for agentic coding configuration in the project. Classify findings into five categories: ### Agent Instructions | File | Read by | What to check | |---|---|---| | `CLAUDE.md` (project root) | Claude Code | Exists? Sections present (project structure, conventions, build commands, rules)? | | `CLAUDE.md` (subdirectories) | Claude Code | Any nested CLAUDE.md files for sub-module guidance? | | `AGENTS.md` (root and subdirectories) | Codex | Exists? Content areas (setup, conventions, testing, architecture)? | | `AGENTS.override.md` | Codex | Exists? Overrides AGENTS.md at the same directory level. | | `README.md` | Both | Mentions AI-assisted development, agent workflows, or prompting guidance? | Read each file that exists and summarize its coverage areas. Note which tools can use it. Claude Code does not read AGENTS.md directly. Projects share instructions across both tools by: - **Import**: CLAUDE.md includes `@AGENTS.md` to pull in shared content - **Symlink**: `CLAUDE.md` symlinked ...

Details

Author
tobihagemann
Repository
tobihagemann/turbo
Created
3 months ago
Last Updated
5 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

reviewing-cc-config

Review Claude Code configuration for context efficiency, signal density, and anti-patterns. Use when user says "review config", "review setup", "check configuration", "review cc config", "context review", "config review", "review my setup", "review skills", "review agents", "review hooks", or wants feedback on their Claude Code configuration quality. NOT for editing config files — review only; user applies fixes unless --fix is passed. NOT for applying config changes (use `evolving-config`).

33 Updated 1 weeks ago
alexei-led
AI & Automation Solid

eval-agents

Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when onboarding to a project with existing agents, after adding new agents to a fleet, or when an orchestrator consistently selects the wrong agent.

4,957 Updated today
FlorianBruniaux
AI & Automation Listed

agents-md-author

Bootstrap or update project AI-agent instruction files (AGENTS.md for Codex, CLAUDE.md for Claude Code, or both) from the current project's structure. Triggers on: write AGENTS.md, write CLAUDE.md, generate AGENTS.md, agent instructions, project conventions for AI, bootstrap agent docs, set up project memory for Codex/Claude, document dev/test/build commands for AI coding tools, single-source project instructions for any AI agent.

38 Updated 1 weeks ago
anton-abyzov