🚀 CrewX Templates
A collection of pre-configured templates to help you get started with CrewX projects quickly.
📦 Available Templates
WBS Automation
v1.0.0
WBS (Work Breakdown Structure) based project automation template
Features:
- Coordinator agent for automatic task execution
- Phase-based parallel execution
- Git-based time tracking
- 1-hour interval automation loop
Docusaurus i18n
v1.0.0
Docusaurus site template with AI-powered automatic translation (Korean ↔ English)
Features:
- Docusaurus 3.9.2 pinned version
- Pre-configured Korean/English i18n
- Automatic translation scripts
- CrewX translation agent included
- Write once, publish in both languages
CrewX Skill
v1.0.0
Claude Code skill for CrewX CLI framework assistance
Features:
- Auto-activating CrewX expert skill
- Complete command reference
- Configuration guidance
- Multi-AI workflow recommendations
- Troubleshooting assistance
📖 Quick Start
Install a Template
# 1. Install template
crewx template init [template-name]
# 2. Navigate to directory
cd [template-name]
# 3. Check configuration
cat crewx.yaml
# 4. Run agents
crewx agent ls # List available agents
crewx q "@agent_name question" # Query mode
crewx x "@agent_name task" # Execute mode
Install to Specific Directory
# Apply template to existing project
cd my-project
crewx template init wbs-automation
🔗 Template Repository
All templates are maintained in the official repository: