Skip to main content

/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

CommandDescription
/genie-hacksList all hacks (default)
/genie-hacks listList 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 contributeSubmit a new hack via automated PR flow
/genie-hacks help <problem>Describe a problem, get matched to relevant hacks

Examples

# Browse all available hacks
/genie-hacks list

# Find cost-related hacks
/genie-hacks search cost

# View a specific hack in detail
/genie-hacks show provider-switching

# Describe your problem, get suggestions
/genie-hacks help "my agents are too slow"

# Contribute your own hack
/genie-hacks contribute

Categories

Hacks are organized by category:
CategoryDescription
providersModel selection, provider switching, BYOA
teamsMulti-agent coordination, pipeline parallelization
skillsCustom skills, workflow automation
hooksEvent-driven automation, auto-spawn triggers
costToken optimization, budget management
integrationExternal tools, Slack, CI/CD, NATS
debuggingTracing, transcript analysis, fix loops
batchOvernight execution, dream pipelines

Contributing

Found a hack? Run /genie-hacks contribute and the skill will:
  1. Ask you to describe the hack (title, problem, solution, code, category)
  2. Fork the automagik-dev/docs repo via GitHub CLI
  3. Append your hack to genie/hacks.mdx in the correct format
  4. Create a PR with title hack: <your title>
  5. Show you the PR URL
All contributions are reviewed by maintainers before merging.

Browse All Hacks

See the full collection of community-contributed hacks and patterns.