genie
Turn one-sentence wishes into reviewed, mergeable pull requests
Defines the shared runtime-neutral contract for agents working in this repo, covering worktree isolation rules, reviewer-versus-engineer separation, task claiming, and validation gates, with CLAUDE.md adding Claude-specific command details.
All Skills in This Repository (14)
Pure Emerald Level Indicatorslearn
Engage in interactive Q&A to absorb project-specific knowledge and apply approved changes.
trace
Reproduce software failures and isolate root causes with read-only tools.
council
Convene 10 specialist agents to review decisions and generate synthesized recommendations.
brainstorm
Guide ambiguous ideas into defined designs with structured questioning and a DESIGN.md file.
wish
Document validated ideas into executable wish plans with scope and acceptance criteria.
docs
Audit, generate, and validate documentation against the codebase.
review
Validate artifacts against wish criteria and return SHIP, FIX-FIRST, or BLOCKED verdicts.
work
Orchestrate approved wish plans by dispatching implementor, reviewer, and fixer subagents.
fix
Automate code gap resolution with iterative fixes and escalation.
brain
Manage a persistent knowledge vault with notesmd-cli for storage and retrieval.
report
Investigate bugs and create GitHub issues from code analysis, browser evidence, and observability data.
refine
Transform unstructured text or file content into structured prompts for AI agents.
Frequently Asked Questions
FAQPage SchemaHow to install Genie?โผ
Run `npx skills add automagik-dev/genie --all -g -y` in your terminal to install all skills in this suite globally.
What does Genie actually do?โผ
You describe a change in one sentence; Genie interviews you into a plan, dispatches parallel coding workers, reviews the output against acceptance criteria, and hands you a merge-ready pull request.
Does Genie work with Claude Code and Codex?โผ
Yes. Genie ships runtime-neutral skills plus dedicated Claude and Codex plugin manifests, so the same wish-work-review lifecycle runs in both clients.
Does Genie require a server or database setup?โผ
No. Genie is zero-daemon: plans live as markdown in git and task state lives in a single per-repo SQLite file, with no Postgres or background services.
Can Genie run tasks overnight autonomously?โผ
Yes. The dream workflow batches approved wishes, executes them in dependency order, reviews and merges PRs to dev, and writes a wake-up report.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core