🚀 CrewX Templates
A collection of pre-configured templates to help you get started with CrewX projects quickly.
📦 Available Templates
WBS Automation
WBS (Work Breakdown Structure) based project automation template
- Coordinator agent for automatic task execution
- Phase-based parallel execution
- Git-based time tracking
- 1-hour interval automation loop
Docusaurus i18n
Docusaurus site template with AI-powered automatic translation (Korean ↔ English)
- 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
Claude Code skill for CrewX CLI framework assistance
- Auto-activating CrewX expert skill
- Complete command reference
- Configuration guidance
- Multi-AI workflow recommendations
- Troubleshooting assistance
Gmail Skill
Claude Code skill for Gmail integration and email management
- Gmail API integration
- Email sending and reading
- Message management
- Label organization
Google Calendar Skill
Claude Code skill for Google Calendar integration
- Google Calendar API integration
- Event creation and management
- Schedule viewing
- Meeting coordination
Google Drive Skill
Claude Code skill for Google Drive file management
- Google Drive API integration
- File upload and download
- Folder management
- Sharing and permissions
Notion Skill
Claude Code skill for Notion workspace integration
- Notion API integration
- Page and database management
- Content synchronization
- Query and update capabilities
Image Resizer Skill
Claude Code skill for image resizing and optimization
- Image resizing
- Format conversion
- Batch processing
- Quality optimization
OCR Extractor Skill
Claude Code skill for text extraction from images
- OCR text extraction
- Multiple language support
- Image preprocessing
- High accuracy recognition
Markdown to PDF Skill
Claude Code skill for converting Markdown to PDF
- Markdown to PDF conversion
- Custom styling support
- Table of contents generation
- Syntax highlighting
Slack Upload Skill
Claude Code skill for Slack file uploads and messaging
- Slack API integration
- File upload to channels
- Message posting
- Channel management
📖 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 modeInstall 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: