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.
npx skills add Mauriciog87/codex-skill --skill sol-luna-orchestrationgit clone --depth 1 https://github.com/Mauriciog87/codex-skillWrote 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.
[](https://agentmods.dev/skills/mauriciog87/codex-skill/sol-luna-orchestration)<a href="https://agentmods.dev/skills/mauriciog87/codex-skill/sol-luna-orchestration"><img src="https://agentmods.dev/badge/skills/mauriciog87/codex-skill/sol-luna-orchestration/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.
<a href="https://agentmods.dev/skills/mauriciog87/codex-skill/sol-luna-orchestration"><img src="https://agentmods.dev/badge/skills/mauriciog87/codex-skill/sol-luna-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.04657 |
| Opus 5 | $0.00032 | $0.02329 |
| Sonnet 5 | $0.00013 | $0.00931 |
| Haiku 4.5 | $0.00006 | $0.00466 |
Grade A, and why
sol-luna-orchestration 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 3d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
24 files 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.
- agents/openai.yaml 253 B
- references/assignment-request.schema.json 5.6 KB
- references/executor-result-v2.schema.json 8.2 KB
- references/executor-result.schema.json 1.3 KB
- scripts/codex-app-server-client.mjs 36 KB runs code
- scripts/codex-command.mjs 3.4 KB runs code
- scripts/control-plane.mjs 64 KB runs code
- scripts/delivery-configuration.mjs 2.4 KB runs code
- scripts/durable-executor.mjs 23 KB runs code
- scripts/executor-profiles.mjs 7.0 KB runs code
- scripts/executor-result-contract.mjs 5.0 KB runs code
- scripts/git-workspace.mjs 56 KB runs code
- scripts/invoke-profile-executor.mjs 46 KB runs code
- scripts/invoke-sol-ultra.mjs 19 KB runs code
- scripts/model-policy.mjs 689 B runs code
- scripts/orchestration-control.mjs 21 KB runs code
- scripts/orchestration-dashboard.mjs 12 KB runs code
- scripts/orchestration-gate.mjs 8.5 KB runs code
- scripts/orchestration-messages.mjs 2.7 KB runs code
- scripts/orchestration-simulator.mjs 17 KB runs code
- scripts/orchestration-state.mjs 84 KB runs code
- scripts/playwright-mcp-configuration.mjs 4.8 KB runs code
- scripts/process-identity.mjs 11 KB runs code
- scripts/repository-identity.mjs 2.1 KB runs code
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.
- 3d ago Changed · +13 lines a3b52afc0433
- 5d ago Changed · +18 lines · -3 tokens per session eb4434616380
- 10d ago First seen · 196 lines · 68 tokens per session scan A 288f491323f5
sol-luna-orchestration is a skill published in the GitHub repository Mauriciog87/codex-skill (1 stars, last pushed 4d ago), with no licence file. It adds 65 tokens to every session and 4,657 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-08-31.
Other skills, from other repositories
kanban-orchestrator
Kanban orchestrator: decompose, route, verify. No executing.
akirule
Aki's contextual rule router — invoke BEFORE acting whenever the task touches any of - .md/.vue/.css/.tsx/.rs/.sql files; docs, plan, README, CHANGELOG; UI, component, CSS, tailwind; SEO, schema, sitemap; release, version, commit, push, deploy; DB schema, migration; Tauri; i18n, UI copy; pricing, biz; UX review…
akigitcommit
Analyze the working tree and commit changes in clean logical groups. Triages a long half-finished tree first (finished vs mid-edit vs abandoned vs accidental) before grouping. Auto-detects CHANGELOG to switch between domain-grouped mode (3–5 commits by object/feature) and type-grouped mode (feat/fix/refactor). Stages…
agents-md-improver
A guide for reviewing and improving AGENTS.md files, which contain instructions for coding agents working in a repository, along with related navigation files.
arch-check
An architecture and implementation review tool that examines how a codebase is modeled, divided into responsibilities, organized into modules, and connected by dependencies. It also checks for issues such as circular dependencies, over-design, and violations of common design principles.
github-gitlab-mirror
Audits or synchronizes the authoritative GitHub main branch to the internal GitLab mirror without importing GitLab-only history back into GitHub. Use when checking GitHub/GitLab consistency, updating the internal mirror, or resolving a divergence between the two remotes.