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
1.1 KiB
Markdown
50 lines
1.1 KiB
Markdown
---
|
|
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
|
|
|
|
1. Analyze project structure, ask clarifying questions
|
|
2. Detect technologies, frameworks, tools
|
|
3. Generate tailored CLAUDE.md sections
|
|
4. Allow review and customization
|
|
5. 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
|