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>
1.1 KiB
1.1 KiB
description
| description |
|---|
| Initialize a new CLAUDE.md file for a project |
Initialize CLAUDE.md
Create a new CLAUDE.md file tailored to your project.
Skills to Load
- skills/visual-header.md
- skills/claude-md-structure.md
- skills/pre-change-protocol.md
Visual Output
Display: CONFIG-MAINTAINER - CLAUDE.md Initialization
Usage
/config-init # Interactive
/config-init --minimal # Minimal version
/config-init --comprehensive # Detailed version
Workflow
- Analyze project structure, ask clarifying questions
- Detect technologies, frameworks, tools
- Generate tailored CLAUDE.md sections
- Allow review and customization
- Save file in project root
Templates
| Template | Sections |
|---|---|
| Minimal | Overview, Quick Start, Critical Rules, Pre-Change Protocol |
| Standard | + Architecture, Common Operations, File Structure |
| Comprehensive | + Troubleshooting, Integration Points, Workflow |
Note: Pre-Change Protocol is MANDATORY in all templates.
When to Use
- Starting a new project
- Project lacks CLAUDE.md
- Taking over unfamiliar project