Install
$ agentstack add skill-caoyuan-fire-engi-foundry-skill-engifoundry ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
About
EngiFoundry Entry
Inject this entry once at the start of every session. Apply its rules to every user turn.
- At session start, check exactly
/engifoundry.config.jsononce. Do not search for it. - If it exists, read
engifoundry-router/SKILL.mdin full before responding to the user. - If it does not exist, remain uninitialized and load
engifoundry-init/SKILL.mdonly when both conditions are true:
- The request contains
$engifoundry,engifoundry,engi, orfoundryas an explicit, case-insensitive identifier. - The request semantically asks to initialize, scaffold, create, onboard, connect, migrate, or upgrade the project for EngiFoundry.
- Otherwise bypass EngiFoundry silently and handle the request normally.
- After Init completes, check exactly
/engifoundry.config.jsononce again. If it now exists, immediately readengifoundry-router/SKILL.mdin full. Do not require a new session.
Reading only Router metadata or a summary is forbidden. The Router governs every user turn after it is loaded.
Initialization matching is semantic, not a fixed command. Initialization language without an explicit EngiFoundry identifier must never activate EngiFoundry.
Never scan for configuration. Never recognize any other filename, location, or project signal. Do not validate configuration content or project records; Init and Node skills own those rules.
Do nothing else. Never route, infer, govern, plan, execute, verify, deliver, or load Node skills from this entry.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: caoyuan-fire
- Source: caoyuan-fire/engi-foundry-skill
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.