Claude Code Excellence Audit banner
romiluz13 romiluz13

Claude Code Excellence Audit

Security community

Description

[![GitHub stars](https://img.shields.io/github/stars/romiluz13/claude-code-excellence-audit?style=social)](https://github.com/romiluz13/claude-code-excellence-audit)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Excellence Audit v1.0

[![GitHub stars](https://img.shields.io/github/stars/romiluz13/claude-code-excellence-audit?style=social)](https://github.com/romiluz13/claude-code-excellence-audit) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Updated](https://img.shields.io/badge/Updated-December%202025-blue)](https://github.com/romiluz13/claude-code-excellence-audit) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Certified-purple)](https://code.claude.com)

**Audit your Claude Code setup. Get a score. Reach 100/100.**

Created by **[Rom Iluz](https://github.com/romiluz13)**

**Last Updated**: December 11, 2025 - Covers ALL Claude Code features


What Is This?

A self-diagnostic tool that audits your Claude Code project setup and provides:

  • Score out of 100 with detailed breakdown
  • Gap analysis - what you're missing
  • Ready-to-use fixes - copy-paste solutions
  • Action plan - prioritized steps to excellence

Quick Start

Option 1: Copy-Paste (Fastest)

  1. Open Claude Code in your project
  2. Copy the contents of `CLAUDE-CODE-EXCELLENCE-AUDIT.md`
  3. Paste it into Claude Code
  4. Claude will audit your setup and provide recommendations

Option 2: Install as Slash Command (Recommended)

# Create commands directory
mkdir -p ~/.claude/commands

# Download the audit command
curl -o ~/.claude/commands/audit.md https://raw.githubusercontent.com/romiluz13/claude-code-excellence-audit/main/audit.md

# Now use it in any project!
/audit

Option 3: Use as Skill (Auto-Invoke)

# Create skills directory
mkdir -p ~/.claude/skills/excellence-audit

# Download the skill
curl -o ~/.claude/skills/excellence-audit/SKILL.md https://raw.githubusercontent.com/romiluz13/claude-code-excellence-audit/main/SKILL.md

# Claude will automatically use it when relevant

What Gets Audited? (December 2025)

| Category | Points | What's Chec