sol-orchestrator

sol-orchestrator is a skill for Codex from sanky369/vibe-building-skills. It costs 135 tokens per session (2,028 once invoked), scanned A, original, MIT.

A coordinator for complex software work that plans tasks, assigns bounded work to different AI models, and checks the combined result.

In plain words
What is it for?
It is for building, integrating, migrating, refactoring, or fixing software when the work benefits from planning, delegation, conflict resolution, and verification.
Why use it?
It helps manage projects involving several files, systems, dependencies, or technical decisions without losing track of the overall design.

Skill for Codex

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

Good fit It is for building, integrating, migrating, refactoring, or fixing software when the work benefits from planning, delegation, conflict resolution, and verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sanky369/vibe-building-skills/sol-orchestrator
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 sanky369/vibe-building-skills --skill sol-orchestrator
Clone the repo
git clone --depth 1 https://github.com/sanky369/vibe-building-skills

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-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/sol-orchestrator/github.svg)](https://agentmods.dev/skills/sanky369/vibe-building-skills/sol-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/sanky369/vibe-building-skills/sol-orchestrator"><img src="https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/sol-orchestrator/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-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/sanky369/vibe-building-skills/sol-orchestrator"><img src="https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/sol-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,028 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 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.00135 $0.02028
Opus 5 $0.00068 $0.01014
Sonnet 5 $0.00027 $0.00406
Haiku 4.5 $0.00014 $0.00203

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

Security

Grade A, and why

sol-orchestrator 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 12d 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/product-strategy/sol-orchestrator/SKILL.md · 178 lines

How it starts

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

Sol Orchestrator

Turn a non-trivial engineering request into a grounded plan and a verified implementation. Keep GPT-5.6 Sol responsible for decisions, task boundaries, synthesis, conflict resolution, and final validation; delegate bounded execution to the cheapest capable specialist without surrendering architectural depth.

Read references/operating-manual.md before starting. Read references/model-selection.md before assigning agents. Read references/executor-contract.md before the first delegation. For UI work, also read references/sonnet-ui-runbook.md.

Use and handoff rules

Apply this skill when the work has meaningful ambiguity, touches three or more files, crosses a contract or subsystem boundary, introduces a dependency, changes data or API shape, needs rollback planning, or benefits from independent agents.

Skip it for a low-risk edit that one agent can implement and verify immediately. State that choice in one sentence and proceed directly.

Prefer GPT-5.6 Sol (gpt-5.6 or gpt-5.6-sol) as the root. If the runtime exposes an explicitly different root and cannot switch, do not impersonate Sol. Continue with the current root only when completion is already authorized, and disclose the substitution in the final report.

Autonomy boundary

Interpret the user's verb before acting:

  • For plan, spec, review, explain, or diagnose, inspect and produce the requested artifact. Do not implement production changes.
  • For build, implement, change, migrate, refactor, or fix, make the in-scope local changes and run non-destructive validation without asking for routine approval.
  • Ask before destructive actions, external writes, purchases, production deploys, irreversible migrations, or material scope expansion.

Keep this policy in one place. Do not add approval pauses between ordinary implementation waves.

Intake

Derive from the request and repository:

  • objective and user-visible outcome;
  • deliverables and acceptance criteria;
  • constraints, explicit choices, and non-goals;
  • authority layer: plan-only or implementation-authorized;
  • completion bar and stopping conditions.

Read the full file on GitHub · 178 lines

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. 12d ago First seen · 178 lines · 135 tokens per session scan A c328526ca524

Subscribe to this mod's changes

sol-orchestrator is a skill published in the GitHub repository sanky369/vibe-building-skills (30 stars, last pushed 2mo ago), licensed MIT. It adds 135 tokens to every session and 2,028 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

api-tester

A tool for creating and checking API tests from the real API contract and implementation. An API is the agreed way that software sends requests and receives responses.

laolaoshiren/claude-code-skills-zh · 86 tokens

dep-auditor

A read-only audit of a project’s third-party packages for known security issues, version health, and license facts. It uses the versions actually selected by lockfiles, which record the exact packages installed, rather than relying only on version ranges.

laolaoshiren/claude-code-skills-zh · 72 tokens

skill-curator

A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.

laolaoshiren/claude-code-skills-zh · 75 tokens

git-workflow

A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.

laolaoshiren/claude-code-skills-zh · 73 tokens

zh-readme

A tool for writing README files in Chinese after first examining a software project. A README is the main guide visitors see when they open a code repository.

laolaoshiren/claude-code-skills-zh · 25 tokens

env-manager

An environment-variable manager for project settings stored outside the code, often in .env files. It checks variable definitions and usage while keeping secret values out of reports and terminal output.

laolaoshiren/claude-code-skills-zh · 22 tokens