genie-orca-wish

genie-orca-wish is a skill for Codex from automagik-dev/genie. It costs 51 tokens per session (849 once invoked), scanned A, original, MIT.

A planning skill that turns an approved idea into a detailed work plan for Orca tasks and Linear issues. Orca is the task-dispatch system, while Linear is a project-tracking tool.

In plain words
What is it for?
It is for scouting a codebase, writing a durable wish, assigning work groups, and defining how each group will be validated.
Why use it?
It resolves design decisions, checks the repository, and records the details workers need before implementation starts.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md.

Good fit It is for scouting a codebase, writing a durable wish, assigning work groups, and defining how each group will be validated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automagik-dev/genie/genie-orca-wish
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automagik-dev/genie --skill genie-orca-wish
Clone the repo
git clone --depth 1 https://github.com/automagik-dev/genie

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for genie-orca-wish

README.md
[![agentmods](https://agentmods.dev/badge/skills/automagik-dev/genie/genie-orca-wish/github.svg)](https://agentmods.dev/skills/automagik-dev/genie/genie-orca-wish)
Your own site
<a href="https://agentmods.dev/skills/automagik-dev/genie/genie-orca-wish"><img src="https://agentmods.dev/badge/skills/automagik-dev/genie/genie-orca-wish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for genie-orca-wish

Your own site · 80×15
<a href="https://agentmods.dev/skills/automagik-dev/genie/genie-orca-wish"><img src="https://agentmods.dev/badge/skills/automagik-dev/genie/genie-orca-wish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 849 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 3
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00849
Opus 5 $0.00026 $0.00425
Sonnet 5 $0.00010 $0.00170
Haiku 4.5 $0.00005 $0.00085

Measured 7d ago against content hash c3f903c419cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

genie-orca-wish scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/genie-orca-wish/SKILL.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

genie-orca:wish

Runtime syntax: invoke the plugin copy through the active runtime's owner-qualified skill selector; use a bare selector only when intentionally selecting a user-tier copy (a separately installed personal copy; Genie no longer seeds this tier). Cross-skill prose below uses bare names as portable semantic routes; the orchestrator resolves the selector for the active runtime.

The wish is the only durable genie artifact and the instruction source for every worker. Write it with the most capable model you have; everything downstream gets cheaper because of it.

Before writing

  1. Scout first, opine second. Dispatch a read-only scout for exact file:line, mechanisms, existing tests and the concrete fix per defect/feature. Commit it as SCOUT.md next to the wish — workers and reviewers read it, and it pins line numbers to a SHA.
  2. Read the repo rules (.claude/rules/*, CLAUDE.md) and the council/design that produced this wish.
  3. Read the delegation preferences from brain (brain_profile_get tier slots) — freeze them into the Dispatch plan; workers never consult brain.

Required shape

Header table: Status | Slug | Priority | Base (branch @ sha, gate state) | Target (PR → branch) | Ground truth (SCOUT.md) | Orchestration (Orca/Linear ids once created) | Approval.

Sections (the v5 validator still enforces these names): Summary · Scope (IN/OUT) · Problem (table: # / defect / symptom) · Decisions · Simplicity Case · Dependencies · Non-goals · Success Criteria · Execution Strategy (waves) · Execution Groups · Files to Create/Modify · QA Criteria · Assumptions / Risks · Review Results · Dispatch plan · Status log.

Per group (### Group n: Gn — title): Files (exact paths, the worker touches nothing else) · Do (imperative, decided — no "consider") · Accept (a command and an observable, never "works").

Dispatch plan table — the literal argument list:

id depends_on agent model effort worktree validation_cmd

Read the full file on GitHub · 45 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 45 lines · 51 tokens per session scan A c3f903c419cc

Subscribe to this mod's changes

genie-orca-wish is a skill published in the GitHub repository automagik-dev/genie (335 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 849 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.