Initial commit
This commit is contained in:
28
commands/init.md
Normal file
28
commands/init.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
description: "[Express] Initialize AGENTS.md - alias for /init-agents"
|
||||
allowed-tools: Read, Write, Glob, Grep
|
||||
---
|
||||
|
||||
# Express Init (/init)
|
||||
|
||||
Quick alias for AGENTS.md initialization. Uses the same functionality as `/init-agents`.
|
||||
|
||||
## Usage
|
||||
- `/init` - Initialize AGENTS.md for current project
|
||||
- `/init minimal` - Create minimal AGENTS.md
|
||||
- `/init full` - Create comprehensive AGENTS.md
|
||||
|
||||
$ARGUMENTS
|
||||
|
||||
Initialize workflow:
|
||||
1. Detect project type and structure
|
||||
2. Analyze existing codebase patterns
|
||||
3. Generate appropriate AGENTS.md content
|
||||
4. Include relevant context for Claude Code
|
||||
|
||||
AGENTS.md sections:
|
||||
- Project overview
|
||||
- Tech stack
|
||||
- Key conventions
|
||||
- Important files
|
||||
- Testing approach
|
||||
Reference in New Issue
Block a user