automagik-devautomagik-devOfficialยท14 Agent Skills Included

genie

Turn one-sentence wishes into reviewed, mergeable pull requests

Turns a one-sentence request into a structured plan, dispatches parallel coding workers, and reviews the result against acceptance criteria before merge. Replaces manual task tracking, ad-hoc prompts, and unreviewed code with git-tracked plans and a lightweight per-repo SQLite state file. Runs brainstorm, wish, work, review, fix, and audit workflows end to end so changes ship faster with evidence.
npx skills add automagik-dev/genie --all -g -y
Available:

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 Indicators
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

learn

Engage in interactive Q&A to absorb project-specific knowledge and apply approved changes.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

trace

Reproduce software failures and isolate root causes with read-only tools.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

council

Convene 10 specialist agents to review decisions and generate synthesized recommendations.

Official
Advanced
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

brainstorm

Guide ambiguous ideas into defined designs with structured questioning and a DESIGN.md file.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

wish

Document validated ideas into executable wish plans with scope and acceptance criteria.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

docs

Audit, generate, and validate documentation against the codebase.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

review

Validate artifacts against wish criteria and return SHIP, FIX-FIRST, or BLOCKED verdicts.

Official
Advanced
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

work

Orchestrate approved wish plans by dispatching implementor, reviewer, and fixer subagents.

Official
Advanced
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

fix

Automate code gap resolution with iterative fixes and escalation.

Official
Intermediate
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

brain

Manage a persistent knowledge vault with notesmd-cli for storage and retrieval.

Official
Advanced
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

report

Investigate bugs and create GitHub issues from code analysis, browser evidence, and observability data.

Official
Advanced
๐Ÿ“ฆ In Repo
automagik-devautomagik-dev

refine

Transform unstructured text or file content into structured prompts for AI agents.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’