/genie-hacks — Community Hacks & Patterns
Browse real-world Genie patterns contributed by the community. Search by problem, explore by category, or contribute your own.When to use
- You want to discover tips, tricks, or advanced Genie patterns
- You’re solving a specific problem (“how do I optimize costs?”, “how do teams work?”)
- You found a clever technique and want to share it with the community
Commands
| Command | Description |
|---|---|
/genie-hacks | List all hacks (default) |
/genie-hacks list | List all hacks with title, problem, and category |
/genie-hacks search <keyword> | Search hacks by keyword in title, problem, or solution |
/genie-hacks show <hack-id> | Display full hack details with code examples |
/genie-hacks contribute | Submit a new hack via automated PR flow |
/genie-hacks help <problem> | Describe a problem, get matched to relevant hacks |
Examples
Categories
Hacks are organized by category:| Category | Description |
|---|---|
| providers | Model selection, provider switching, BYOA |
| teams | Multi-agent coordination, pipeline parallelization |
| skills | Custom skills, workflow automation |
| hooks | Event-driven automation, auto-spawn triggers |
| cost | Token optimization, budget management |
| integration | External tools, Slack, CI/CD, NATS |
| debugging | Tracing, transcript analysis, fix loops |
| batch | Overnight execution, dream pipelines |
Contributing
Found a hack? Run/genie-hacks contribute and the skill will:
- Ask you to describe the hack (title, problem, solution, code, category)
- Fork the
automagik-dev/docsrepo via GitHub CLI - Append your hack to
genie/hacks.mdxin the correct format - Create a PR with title
hack: <your title> - Show you the PR URL
Browse All Hacks
See the full collection of community-contributed hacks and patterns.