Refactored commands to extract reusable skills following the Commands → Skills separation pattern. Each command is now <50 lines and references skill files for detailed knowledge. Plugins refactored: - claude-config-maintainer: 5 commands → 7 skills - code-sentinel: 3 commands → 2 skills - contract-validator: 5 commands → 6 skills - data-platform: 10 commands → 6 skills - doc-guardian: 5 commands → 6 skills (replaced nested dir) - git-flow: 8 commands → 7 skills Skills contain: workflows, validation rules, conventions, reference data, tool documentation Commands now contain: YAML frontmatter, agent assignment, skills list, brief workflow steps, parameters Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
50 lines
1001 B
Markdown
50 lines
1001 B
Markdown
---
|
|
description: Analyze CLAUDE.md for optimization opportunities and plugin integration
|
|
---
|
|
|
|
# Analyze CLAUDE.md
|
|
|
|
Analyze your CLAUDE.md and provide a scored report with recommendations.
|
|
|
|
## Skills to Load
|
|
|
|
- skills/visual-header.md
|
|
- skills/analysis-workflow.md
|
|
- skills/optimization-patterns.md
|
|
- skills/pre-change-protocol.md
|
|
|
|
## Visual Output
|
|
|
|
Display: `CONFIG-MAINTAINER - CLAUDE.md Analysis`
|
|
|
|
## Usage
|
|
|
|
```
|
|
/config-analyze
|
|
```
|
|
|
|
## Workflow
|
|
|
|
1. Locate and parse CLAUDE.md
|
|
2. Evaluate structure, clarity, completeness, conciseness
|
|
3. Find redundancy, verbosity, missing sections
|
|
4. Detect active marketplace plugins
|
|
5. Verify plugin integration in CLAUDE.md
|
|
6. Generate scored report with recommendations
|
|
|
|
## Scoring (100 points)
|
|
|
|
| Category | Points |
|
|
|----------|--------|
|
|
| Structure | 25 |
|
|
| Clarity | 25 |
|
|
| Completeness | 25 |
|
|
| Conciseness | 25 |
|
|
|
|
## Follow-Up Actions
|
|
|
|
1. Implement content recommendations
|
|
2. Add missing plugin integrations
|
|
3. Do both (recommended)
|
|
4. Show preview first
|