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

Gmail Skill

v1.0.0by SowonLabs

Claude Code skill for Gmail integration and email management

Features:
  • Gmail API integration
  • Email sending and reading
  • Message management
  • Label organization
#gmail#email#skill#google

Google Calendar Skill

v1.0.0by SowonLabs

Claude Code skill for Google Calendar integration

Features:
  • Google Calendar API integration
  • Event creation and management
  • Schedule viewing
  • Meeting coordination
#calendar#scheduling#skill#google

Google Drive Skill

v1.0.0by SowonLabs

Claude Code skill for Google Drive file management

Features:
  • Google Drive API integration
  • File upload and download
  • Folder management
  • Sharing and permissions
#drive#storage#skill#google

Notion Skill

v1.0.0by SowonLabs

Claude Code skill for Notion workspace integration

Features:
  • Notion API integration
  • Page and database management
  • Content synchronization
  • Query and update capabilities
#notion#productivity#skill#database

Image Resizer Skill

v1.0.0by SowonLabs

Claude Code skill for image resizing and optimization

Features:
  • Image resizing
  • Format conversion
  • Batch processing
  • Quality optimization
#image#resize#skill#media

OCR Extractor Skill

v1.0.0by SowonLabs

Claude Code skill for text extraction from images

Features:
  • OCR text extraction
  • Multiple language support
  • Image preprocessing
  • High accuracy recognition
#ocr#text-extraction#skill#vision

Markdown to PDF Skill

v1.0.0by SowonLabs

Claude Code skill for converting Markdown to PDF

Features:
  • Markdown to PDF conversion
  • Custom styling support
  • Table of contents generation
  • Syntax highlighting
#markdown#pdf#skill#conversion

Slack Upload Skill

v1.0.0by SowonLabs

Claude Code skill for Slack file uploads and messaging

Features:
  • Slack API integration
  • File upload to channels
  • Message posting
  • Channel management
#slack#upload#skill#messaging

📖 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