Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

28
commands/init.md Normal file
View 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