engifoundry-init

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

A setup tool for creating or migrating an EngiFoundry project and configuring its Executor, Reviewer, and Workflow settings. It uses one guided, script-based setup flow.

In plain words
What is it for?
It helps initialize EngiFoundry, migrate an existing setup, and create or change its project configuration.
Why use it?
It gives a project a consistent starting structure and controlled configuration process. Existing project records can be preserved during supported initialization or migration.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

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

Good fit It helps initialize EngiFoundry, migrate an existing setup, and create or change its project configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/caoyuan-fire/engi-foundry-skill/engifoundry-init
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-init
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-init

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/caoyuan-fire/engi-foundry-skill/engifoundry-init"><img src="https://agentmods.dev/badge/skills/caoyuan-fire/engi-foundry-skill/engifoundry-init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,081 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.00037 $0.01081
Opus 5 $0.00018 $0.00541
Sonnet 5 $0.00007 $0.00216
Haiku 4.5 $0.00004 $0.00108

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

Security

Grade A, and why

engifoundry-init 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 10d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/configure.ps1, scripts/configure.sh, scripts/executor-probe.ps1, …), 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-init/SKILL.md · 51 lines

How it starts

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

EngiFoundry Init

Own first initialization and every later request whose intent is to modify EngiFoundry configuration. A modification request always restarts the same complete four-question flow; do not ask which field the user wants to change. Existing configuration remains active until the final answer commits its replacement.

For an explicit migration or upgrade request, read migration.md. Migration is Agent-directed: preserve legacy content, rebuild control JSON from inspected project facts, and use the full Init interaction only when reliable preference recovery is not possible.

Start

Resolve the project root from the working directory without scanning for EngiFoundry files. Identify the current host CLI by its canonical command ID, such as codex, claude, gemini, kimi, or cursor-agent.

For first initialization, run scaffold init, then start Configurator status. The scaffold adopts an existing unconfigured-direct fallback tree only when it contains no files outside .engifoundry/packages/ and .engifoundry/artifacts/verification/; it preserves those sparse PAK and Verify records unchanged while adding the complete scaffold. Any other existing root configuration or data tree is a path collision. On a collision or scaffold failure, report the exact paths and stop. For configuration modification, do not run the scaffold; invoke Configurator status once with --init-modify or -InitModify. That flag unconditionally clears only .engifoundry/cache/configurator/ and starts a new modify flow.

Relay Protocol

Configurator JSON is the question and state authority. Do not reconstruct, localize, supplement, skip, reorder, or answer its questions.

From the first Configurator invocation until complete or cancelled, emit no model-authored conversational text. In particular, never expose planning, reasoning, intention, progress, transition, tool, or command narration such as “I should…”, “I will…”, “I’m…”, “正在……”, “接下来……”, or “已完成……”. Run every script action and custom-resolution probe silently. User-visible output is limited to the script-returned fields allowed below; this restriction applies equally to initialization and --init-modify.

Read the full file on GitHub · 51 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. 10d ago First seen · 51 lines · 37 tokens per session scan A 7be1d262432c

Subscribe to this mod's changes

engifoundry-init 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 37 tokens to every session and 1,081 once invoked, about $0.0002 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