Skip to main content

🚀 CrewX Templates

A collection of pre-configured templates to help you get started with CrewX projects quickly.

📦 Available Templates

WBS Automation

v1.0.0by SowonLabs

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
#automation#wbs#project-management#coordinator

Docusaurus i18n

v1.0.0by SowonLabs

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
#docusaurus#i18n#translation#documentation#blog

CrewX Skill

v1.0.0by SowonLabs

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
#claude-code#skill#assistant#documentation

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

👉 github.com/sowonlabs/crewx-templates