Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spillwavesolutions avatar

Grading Claude Agents Md

  • 2 installs
  • 4 repo stars
  • Updated January 5, 2026
  • spillwavesolutions/grading-claude-agents-md-agentic-skill

Grades and improves CLAUDE.md and AGENTS.md config files against a 100-point rubric, then implements fixes on approval.

About

Scores agent configuration files on structure, content, PDA, and maintainability, then generates an improvement plan and applies fixes. A developer uses it to audit, reduce token size, and optimize their CLAUDE.md or AGENTS.md.

  • Scores against a 100-point rubric across four categories with modifiers
  • Auto-detects and grades both CLAUDE.md and AGENTS.md, then implements fixes

Grading Claude Agents Md by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,294 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spillwavesolutions/grading-claude-agents-md-agentic-skill --skill grading-claude-agents-md

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars4
Last updatedJanuary 5, 2026
Repositoryspillwavesolutions/grading-claude-agents-md-agentic-skill

What it does

Grades and improves CLAUDE.md and AGENTS.md config files against a 100-point rubric, then implements fixes on approval.

Files

SKILL.mdMarkdownGitHub ↗

Grading CLAUDE.md and AGENTS.md

Grade agent configuration files, generate improvement plans, and implement fixes.

Workflow

┌─────────────────────────────────────────────────────────────┐
│  1. GRADE          2. PLAN           3. IMPLEMENT          │
│  ─────────         ─────────         ─────────────         │
│  Auto-detect       Show issues       Apply fixes           │
│  files → Score     with fixes →      on approval →         │
│  against rubric    prioritized       verify result         │
└─────────────────────────────────────────────────────────────┘

Quick Start

1. Detect config files: Look for CLAUDE.md and/or AGENTS.md in project 2. Grade each file: Apply rubric from references/rubric.md 3. Generate report: Score card + prioritized issues + improvement plan 4. On approval: Implement changes using references/improvement-patterns.md 5. Verify: Re-grade to confirm improvements

Grading Checklist

Copy and track progress:

Evaluation Progress:
- [ ] Step 1: Detect CLAUDE.md and AGENTS.md files
- [ ] Step 2: Measure size (lines, bytes, tokens)
- [ ] Step 3: Score Structure (25 pts)
- [ ] Step 4: Score Content Quality (25 pts)
- [ ] Step 5: Score PDA Implementation (25 pts)
- [ ] Step 6: Score Maintainability (25 pts)
- [ ] Step 7: Apply modifiers (±10 pts)
- [ ] Step 8: Generate report with grade
- [ ] Step 9: List improvements with priority
- [ ] Step 10: Ask: "Implement these improvements?"

Score Summary

Base: Structure (25) + Content (25) + PDA (25) + Maintainability (25) = 100 pts Modifiers: ±10 pts for bonuses/penalties Final: Capped at 0-100

GradeScoreMeaning
A90-100Excellent, minimal changes needed
B80-89Good, minor improvements recommended
C70-79Adequate, notable issues to fix
D60-69Poor, significant refactoring needed
F<60Critical, major overhaul required

Reference Files

ReferenceWhen to Read
references/rubric.mdScoring all criteria
references/improvement-patterns.mdImplementing fixes
references/size-guide.mdUnderstanding thresholds

Implementation Workflow

After grading, if user approves improvements:

1. Backup: Copy original to CLAUDE.md.backup 2. Create structure: Add subdirectory configs if needed 3. Extract content: Move sections to reference files 4. Add TOC: Generate table of contents for files >100 lines 5. Update imports: Add @imports for extracted content 6. Validate: Run size check on new structure 7. Report: Show before/after comparison

What Gets Fixed Automatically

IssueFix Applied
File too large (>500 lines)Split into subdirectory configs or docs/
Missing TOC (>100 lines)Generate and insert table of contents
No @imports for large sectionsExtract to docs/*.md, add @imports
Style rules in configMove to linter config, add pointer
Negative-only rulesAdd "instead use X" alternatives
Duplicate contentConsolidate to single location
Monorepo without subdirsCreate package-level CLAUDE.md files

Output Format

Grade report structure:

# Config Grade Report: [filename]

## Score: XX/100 (Grade: X)

| Pillar | Score | Max |
|--------|-------|-----|
| Structure | XX | 25 |
| Content Quality | XX | 25 |
| PDA Implementation | XX | 25 |
| Maintainability | XX | 25 |
| Modifiers | ±X | ±10 |

## Top Issues (prioritized)

1. **[Issue]**: [Description] → [Fix]
   Impact: +X pts if fixed

2. **[Issue]**: [Description] → [Fix]
   Impact: +X pts if fixed

## Recommended Actions

- [ ] Action 1
- [ ] Action 2
- [ ] Action 3

---
**Implement these improvements? (y/n)**

When Not to Use

Do not use this skill for:

  • Creating new skills (use skill-creator)
  • General markdown editing
  • README.md or documentation files
  • System prompts or prompt engineering
  • MCP server configuration

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.