orcho-core: Skill for Claude Code

.agents/skills/orcho-core-cross-project/SKILL.md

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

Guidance for coordinating work across multiple software projects in Orcho Core. It covers handoffs, shared artifact bundles, profile projection, child dispatch, contract checks, release gates, and final acceptance.

In plain words
What is it for?
Use it when changing cross-project planning, dispatch, handoff artifacts, acceptance checks, release gates, or final result bundles.
Why use it?
It keeps cross-project workflow decisions and dependencies in the right place and makes handoffs verifiable.

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 →

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-cross-project/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-cross-project

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/symphos-ai/orcho-core/orcho-core-cross-project"><img src="https://agentmods.dev/badge/skills/symphos-ai/orcho-core/orcho-core-cross-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 440 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.00085 $0.00440
Opus 5 $0.00043 $0.00220
Sonnet 5 $0.00017 $0.00088
Haiku 4.5 $0.00009 $0.00044

Measured 11d ago against content hash c52ee4e97104, 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-cross-project 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-cross-project/SKILL.md · 51 lines

What it actually says

Orcho Core Cross Project

Own multi-project orchestration and cross-project acceptance.

First Reads

  • orcho-core/AGENTS.md
  • orcho-core/pipeline/cross_project/
  • orcho-core/docs/architecture/cross_project_pipeline.md
  • orcho-core/docs/adr/0024-cross-profile-projection.md
  • orcho-core/docs/adr/0025-release-gate-and-cross-final-acceptance.md
  • orcho-core/docs/adr/0050-structured-cross-handoff.md

Owns

  • cross-project planning and dispatch
  • handoff artifacts
  • artifact bundles
  • cross profile projection
  • contract-check decisions
  • cross final acceptance

Does Not Own

  • single-project gate semantics -> orcho-core-quality-gates
  • child runtime invocation internals -> orcho-core-runtime-session
  • SDK/MCP public shape -> orcho-core-sdk-wire

Invariants

  • Keep dependency direction clean; cross-project code lives in orcho-core.
  • Do not inline focused cross-project modules back into app facades.
  • Cross changes often need MCP/Web awareness, but not always code changes.

Verification

  • From orcho-core: python -m pytest -q tests/unit/pipeline/cross_project
  • From orcho-core: include targeted profile projection and artifact bundle tests when touched.
  • Pair with SDK/MCP tests when public payload changes.

Neighbor Skills

  • orcho-core-quality-gates for parser/verdict/gate semantics
  • orcho-core-sdk-wire for public payload shape
  • orcho-mcp for MCP-visible cross-project state
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 · 51 lines · 85 tokens per session scan A c52ee4e97104

Subscribe to this mod's changes

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