engifoundry-orch

engifoundry-orch is a skill for Claude Code from caoyuan-fire/engi-foundry-skill. It costs 52 tokens per session (1,727 once invoked), scanned A, original, Apache-2.0.

An orchestration tool for turning approved work into structured records such as phases, packages, and jobs. It plans and breaks down work without carrying out the code changes itself.

In plain words
What is it for?
Use it after classification to create or revise packages, plan a roadmap, decompose work into jobs, and rework plans after review.
Why use it?
It gives planned work a consistent structure and keeps execution separate from planning. This helps teams revise packages, create roadmaps, and split larger tasks into smaller jobs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the engifoundry-bundle plugin — 10 skills, 1 hook, 1 MCP server shipped together

Good fit Use it after classification to create or revise packages, plan a roadmap, decompose work into jobs, and rework plans after review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch
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 caoyuan-fire/engi-foundry-skill --skill engifoundry-orch
Clone the repo
git clone --depth 1 https://github.com/caoyuan-fire/engi-foundry-skill

Made for: Claude Code.

Or install engifoundry-bundle, the plugin that ships this one along with the rest of its 10 skills, 1 hook, 1 MCP server.

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 engifoundry-orch

README.md
[![agentmods](https://agentmods.dev/badge/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch/github.svg)](https://agentmods.dev/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch)
Your own site
<a href="https://agentmods.dev/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch"><img src="https://agentmods.dev/badge/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch/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 engifoundry-orch

Your own site · 80×15
<a href="https://agentmods.dev/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch"><img src="https://agentmods.dev/badge/skills/caoyuan-fire/engi-foundry-skill/engifoundry-orch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,727 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.00052 $0.01727
Opus 5 $0.00026 $0.00864
Sonnet 5 $0.00010 $0.00345
Haiku 4.5 $0.00005 $0.00173

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

Security

Grade A, and why

engifoundry-orch 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/orch.ps1, scripts/orch.sh), 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.

skills/engifoundry-orch/SKILL.md · 74 lines

How it starts

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

EngiFoundry Orch

<project-root> is the root of the target project. It normally contains engifoundry.config.json; the Router-authorized unconfigured fallback direct path is the only exception. <orch-skill-root> is the directory containing this SKILL.md. These are independent locations: never infer the project root from the Skill installation path, and never look for bundled Orch resources under the project root.

For configured work, read <project-root>/engifoundry.config.json, the project-owned workspace guide, the Workflow config, and <orch-skill-root>/references/contracts.md before writing records. For package, also read the complete Executor/Reviewer config and schema. Every Planning Review uses the configured Reviewer under engifoundry-review.

For the Router-authorized unconfigured fallback direct path, read only <orch-skill-root>/references/contracts.md. Use .engifoundry/packages/, create or reuse PHASE-001, and create only a direct PAK with one concise Job. Do not run Audit or create project configuration, workspace, Workflow, Executor, Reviewer, Package, or delivery records. These sparse paths are compatible with later Init adoption. Inline fallback never reads Orch.

Boundary

The Agent applies this contract to turn a classified task goal into execution input. While doing so, it does not select an Executor, edit implementation, perform delivery verification, or close delivery.

For configured new work, Router reads engifoundry-audit before selecting Orch:

  • direct: create the minimal PAK and one Job requirement contract, then the controlling Agent implements it under Router Group Rules and closes it through Verify.
  • package: the Agent applies this contract to create execution input.

inline and blocked do not read Orch. Do not re-audit a supplied classification or explicit continuation of an existing PAK or Job.

executionMode is authoritative and is never inferred from files or field count. migration, or a missing mode with confirmed migration provenance, is preserved without Review, challenge, or runtime activation.

Read the full file on GitHub · 74 lines

Files

What ships with it

4 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.

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 · 74 lines · 52 tokens per session scan A dff7d9e03df9

Subscribe to this mod's changes

engifoundry-orch is a skill published in the GitHub repository caoyuan-fire/engi-foundry-skill (2 stars, last pushed 16d ago), licensed Apache-2.0. It adds 52 tokens to every session and 1,727 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

julilaoshi-design

Public-safe julilaoshi-design workflow for official Pencil MCP execution and the free browser-first julilaoshi-design Web 2.0 editor. Use when a task needs Pencil handshake/canvas edits, .pen execution, screenshot review, or lightweight HTML design-to-web tweaking without redistributing official Pencil or leaking…

julilaoshi/julilaoshi-design · 68 tokens

x-insight-cards

Run scheduled or manual creator curation that turns recent high-quality X posts into verified image-and-caption packs for Douyin and Xiaohongshu review, with optional private delivery to a pinned WeChat iLink bot review chat or confirmed File Transfer Assistant self-chat. Use when Codex needs to discover, verify…

ljunnan24-hash/x-insight-cards · 121 tokens

zhuoyu-workshop

Student project delivery and packaging workflow for Codex. Use when the user needs help with Chinese university student projects, course projects, innovation training projects, competitions, capstones, graduation projects, project defense decks, closing reports, README/GitHub showcase materials, software copyright…

handsomeZR-netizen/zhuoyu-workshop-skill · 81 tokens

project-engineering-strategy

Use when a software project needs durable cross-session governance for formal documents, WBS or tracker coordination, worktree delivery boundaries, evidence and acceptance states, handoffs, or architecture and design-document control.

wgwtest/project-engineering-strategy · 46 tokens

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens

xiaohongshu-conversion-path

A Xiaohongshu conversion-path guide maps how people move from seeing content on Xiaohongshu, a Chinese social-content platform, to taking a next step such as messaging, booking, trying a tool, or buying.

mengke-wang/xiaohongshu-ai-workbench · 168 tokens