sol-luna-orchestration

sol-luna-orchestration is a skill for Codex from Mauriciog87/codex-skill. It costs 65 tokens per session (4,657 once invoked), scanned A, original, no licence file.

A coordination skill for assigning and checking software work among GPT-5.6 Sol, Sol, and Luna executor profiles. It covers durable assignments, separate work areas, candidate review, validation, and confirmed Sol Ultra takeovers.

In plain words
What is it for?
Planning, delegating, coordinating, reviewing, and validating software tasks across the listed agent profiles.
Why use it?
It organizes delegated work and adds review and validation before delivery.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Planning, delegating, coordinating, reviewing, and validating software tasks across the listed agent profiles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mauriciog87/codex-skill/sol-luna-orchestration
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 Mauriciog87/codex-skill --skill sol-luna-orchestration
Clone the repo
git clone --depth 1 https://github.com/Mauriciog87/codex-skill

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 sol-luna-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/mauriciog87/codex-skill/sol-luna-orchestration/github.svg)](https://agentmods.dev/skills/mauriciog87/codex-skill/sol-luna-orchestration)
Your own site
<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.

agentmods 80×15 button for sol-luna-orchestration

Your own site · 80×15
<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>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,657 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.
Origin unknown 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.00065 $0.04657
Opus 5 $0.00032 $0.02329
Sonnet 5 $0.00013 $0.00931
Haiku 4.5 $0.00006 $0.00466

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

Security

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.

The scan reads SKILL.md. This mod also ships 20 executable files (scripts/codex-app-server-client.mjs, scripts/codex-command.mjs, scripts/control-plane.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/sol-luna-orchestration/SKILL.md · 227 lines

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.

Read it on GitHub

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. 3d ago Changed · +13 lines a3b52afc0433
  2. 5d ago Changed · +18 lines · -3 tokens per session eb4434616380
  3. 10d ago First seen · 196 lines · 68 tokens per session scan A 288f491323f5

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

kanban-orchestrator

Kanban orchestrator: decompose, route, verify. No executing.

forcewake/hermes-conductor · 21 tokens

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…

lacvietanh/akidevrule · 137 tokens

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…

lacvietanh/akidevrule · 100 tokens

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.

bahayonghang/my-ai-cli-toolkit · 107 tokens

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.

AgentsMesh/AgentsMesh · 212 tokens

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.

AgentsMesh/AgentsMesh · 60 tokens