What are Skill Packs?
Skill packs bundle:- Agent Skills - Pre-written skill templates in Markdown format
- Infrastructure Services - Docker containers for the services those skills need
- Configuration - Pre-wired environment variables and networking
- Adds the required services to your
docker-compose.yml - Generates agent skill files in the output directory
- Configures networking and environment variables
- Resolves dependencies between services
Available Skill Packs
Video Creator
Create and process videos programmatically with FFmpeg, Remotion, and MinIO storage
Research Agent
Web research with vector memory, search, and browser automation
DevOps
Monitoring, automation, and alerting for production infrastructure
Knowledge Base
Document indexing with vector and full-text search capabilities
Local AI
Local LLM inference and speech-to-text processing
How to Use Skill Packs
Interactive Mode
During the CLI wizard, you’ll be prompted to select skill packs:Non-Interactive Mode
Specify skill packs via command-line flags:Via REST API
Include skill pack services in your generate request:Skill Pack Architecture
Service Dependencies
Skill packs automatically resolve service dependencies. For example:- The DevOps pack includes n8n, which automatically adds PostgreSQL
- Services share volumes and networks where appropriate
- Health checks ensure services start in the correct order
Skill Templates
All skills are written in Markdown with:- YAML frontmatter for metadata
- Code examples using Handlebars placeholders
- Environment variables (e.g.,
{{REDIS_HOST}},{{QDRANT_PORT}}) - Tips for AI agents
Combining Skill Packs
You can combine multiple skill packs in a single stack. Services are automatically deduplicated:Memory Requirements
| Pack | Estimated Memory |
|---|---|
| Video Creator | ~2 GB |
| Research Agent | ~2.5 GB |
| DevOps | ~3 GB |
| Knowledge Base | ~2 GB |
| Local AI | ~4-8 GB (depends on model size) |
Next Steps
Service Catalog
Browse all 94 available services
Presets
Explore pre-configured stack templates