orcho-core: Skill for Claude Code

.agents/skills/orcho-core-router/SKILL.md

orcho-core-router is a skill for Claude Code, Codex from symphos-ai/orcho-core. It costs 99 tokens per session (795 once invoked), scanned A, original, Apache-2.0.

A routing guide for ambiguous work in the orcho-core codebase, which is a software project with several specialised areas. It selects the main specialist based on the affected subsystem.

In plain words
What is it for?
It is for triaging unclear orcho-core questions involving prompts, runtime sessions, phases, quality gates, evidence, sandboxing, or test infrastructure.
Why use it?
When a task does not identify its area, work can be sent to the wrong owner or investigated too deeply in the wrong place. The router narrows the task to the appropriate specialist.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is symphos-ai/orcho-core's own configuration. It tells Claude Code and Codex how to work on orcho-core itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything orcho-core configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/smartgamma/www/orcho/orcho-core/AGENTS.md.

Reuse

Borrowing it

Nothing to install: this file belongs to symphos-ai/orcho-core. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/symphos-ai/orcho-core/main/.agents/skills/orcho-core-router/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/symphos-ai/orcho-core

Made for: Claude Code, 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 orcho-core-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/symphos-ai/orcho-core/orcho-core-router/github.svg)](https://agentmods.dev/skills/symphos-ai/orcho-core/orcho-core-router)
Your own site
<a href="https://agentmods.dev/skills/symphos-ai/orcho-core/orcho-core-router"><img src="https://agentmods.dev/badge/skills/symphos-ai/orcho-core/orcho-core-router/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 orcho-core-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/symphos-ai/orcho-core/orcho-core-router"><img src="https://agentmods.dev/badge/skills/symphos-ai/orcho-core/orcho-core-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 795 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.00099 $0.00795
Opus 5 $0.00049 $0.00398
Sonnet 5 $0.00020 $0.00159
Haiku 4.5 $0.00010 $0.00080

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

Security

Grade A, and why

orcho-core-router 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 11d 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.

.agents/skills/orcho-core-router/SKILL.md · 73 lines

How it starts

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

Orcho Core Router

Route ambiguous orcho-core work to one primary specialist. Do not implement here and do not deep-read ADRs here.

Owns

  • subdomain selection inside orcho-core
  • pair-load decisions when a change crosses two core surfaces

Does Not Own

  • implementation
  • deep ADR reading
  • explicit file tasks that already name a specialist-owned subsystem

First Reads

  • /Users/smartgamma/www/orcho/orcho-core/AGENTS.md
  • orcho-core/docs/creator/02_package_structure.md
  • orcho-core/docs/creator/05_core_subdomains.md

Decision Table

Task area Specialist
prompt files, prompt contracts, cache layout, _prompts orcho-prompt-engine
runtime invocation, sessions, adapters, agent runtimes orcho-core-runtime-session
phase lifecycle, phase handlers, DAG/subtasks, StepOutcome orcho-core-phases-engine
plan/review/release parsers, gate semantics, halt/resume orcho-core-quality-gates
evidence bundles, events, metrics, run diff, artifacts orcho-core-evidence-observability
sandbox, isolation setup, dirty intake, worktrees orcho-core-isolation-worktrees-sandbox
shared test infra, fixtures, golden snapshots, pytest config orcho-core-test-infra-goldens
cross-project handoff, contract check, final bundle orcho-core-cross-project
profiles, operating modes, plugin entry points orcho-core-profiles-plugins
skill discovery, trust, injection, roster, traceability orcho-core-skills-registry
SDK schema, public payload, MCP-visible core shape orcho-core-sdk-wire
CLI commands, help, output formatting, terminal UX orcho-core-cli-ux

Cross-Domain Pairs

  • parser output exposed publicly -> orcho-core-quality-gates + orcho-core-sdk-wire
  • evidence exposed publicly -> orcho-core-evidence-observability + orcho-core-sdk-wire
  • cross final acceptance -> orcho-core-cross-project + orcho-core-quality-gates
  • runtime prompt/session shape -> orcho-core-runtime-session + orcho-prompt-engine
  • skill trace exposed through MCP -> orcho-core-skills-registry + orcho-mcp + maybe orcho-core-sdk-wire

Read the full file on GitHub · 73 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. 11d ago First seen · 73 lines · 99 tokens per session scan A 040d5a88d7e9

Subscribe to this mod's changes

orcho-core-router is a skill published in the GitHub repository symphos-ai/orcho-core (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 99 tokens to every session and 795 once invoked, about $0.0005 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

review-deep

Drive the deep-review phase of an automated PR review. Consumes the walkthrough, runs the deterministic deep-review workflow (parallel lenses → adversarial validation → code-enforced threshold/caps), drafts the surviving findings, and completes the review run.

ShreyPaharia/octomux · 52 tokens

review-orchestrator

Drive an automated PR review. Produces a structured walkthrough plus inline draft comments via the octomux review CLI. NEVER posts to GitHub directly — publishing is human-gated.

ShreyPaharia/octomux · 41 tokens

review-pr

Use when reviewing a pull request, posting PR review comments, or when user says /review-pr. Reviews code with parallel agents and posts a pending GitHub review with inline comments.

ShreyPaharia/octomux · 39 tokens

review-walkthrough

Drive the walkthrough phase of an automated PR review. Produces a structured walkthrough JSON only — no inline comment drafts. The deep-review agent is attached automatically by the server after this agent finishes.

ShreyPaharia/octomux · 43 tokens

create-pr

Use when creating a pull request, opening a PR, or pushing and creating a PR for an octomux task.

ShreyPaharia/octomux · 26 tokens

ship-pr

Use to ship a change end-to-end from an octomux task — write a walkthrough, gate on a code review, open the PR, then monitor CI/comments and push fixes, finally refreshing the walkthrough. Heavier than create-pr; use when you want the full review→ship→watch loop, not just opening a PR.

ShreyPaharia/octomux · 70 tokens