Claude Tools / Commands / agent-smith
Commands · maxencemeloni/claude-code-agent-smith
agent-smith
Analyze, validate, and optimize Claude Code configurations with a 7-pillar evaluation system
CLEARED_STATICclaude-onlyv2.5.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Commands
Tests & results
What the pipeline checked
What's inside
Components found
commands/analyze-agent.md
componentlow
commands/create-agent.md
componentlow
.claude/commands/analyze-agent.md
componentlow
.claude/commands/create-agent.md
componentlow
.claude/commands/release.md
componentlow
Coverage
Not assessed
- behavioural execution not run
README
From the repository
Claude Code Agent Smith Slash commands for Claude Code that analyze, validate, and optimize your configuration. Requires Claude Code CLI — Run these commands inside a Claude Code session --- > **What is Claude Code?** [Claude Code](https://github.com/anthropics/claude-code) is Anthropic's official agentic coding CLI. Agent Smith adds slash commands that help you check and improve your Claude Code configuration. --- ## What It Does Agent Smith **analyzes, validates, and fixes** your Claude Code configuration in one interactive workflow: - **Analyze** — Full 7-pillar evaluation with token metrics, instruction quality, and extension ratings - **Track** — Score history with trend indicators and regression detection - **Triage** — Interactive walkthrough of findings by effort level - **Fix** — Apply accepted changes with an execution plan - **Create** — Scaffold new configurations with best practices --- ## Quick Start ```bash # Add the marketplace (one-time) claude plugin marketplace add maxencemeloni/claude-code-agent-smith # Install the plugin claude plugin install agent-smith # Use (in any project) cd your-project claude /analyze-agent ``` > *…