mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
- Add docs directory with VitePress configuration - Add GitHub Actions workflow for docs build and deploy - Support bilingual (English/Chinese) documentation - Include search, custom theme, and responsive design
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Commands Overview
|
|
|
|
## One-Liner
|
|
|
|
**Commands is the command system of Claude_dms3** — comprising Claude Code Commands and Codex Prompts, providing a complete command-line toolchain from specification to implementation to testing to review.
|
|
|
|
## Command Categories
|
|
|
|
| Category | Description | Path |
|
|
|----------|-------------|------|
|
|
| **Claude Commands** | Claude Code extension commands | `/commands/claude/` |
|
|
| **Codex Prompts** | Codex CLI prompts | `/commands/codex/` |
|
|
|
|
## Quick Navigation
|
|
|
|
### Claude Commands
|
|
|
|
- [Core Orchestration](/commands/claude/) - ccw, ccw-coordinator
|
|
- [Workflow](/commands/claude/workflow) - workflow series commands
|
|
- [Session Management](/commands/claude/session) - session series commands
|
|
- [Issue](/commands/claude/issue) - issue series commands
|
|
- [Memory](/commands/claude/memory) - memory series commands
|
|
- [CLI](/commands/claude/cli) - cli series commands
|
|
- [UI Design](/commands/claude/ui-design) - ui-design series commands
|
|
|
|
### Codex Prompts
|
|
|
|
- [Prep](/commands/codex/prep) - prep-cycle, prep-plan
|
|
- [Review](/commands/codex/review) - review prompts
|
|
|
|
## Related Documentation
|
|
|
|
- [Skills](/skills/) - Skill system
|
|
- [Features](/features/spec) - Core features
|