Files
2025-11-30 08:47:23 +08:00

29 lines
691 B
Markdown

---
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