It Detects Your Platforms.
Hermes, Claude Code, Codex, Cursor, OpenCode — whichever it finds, it writes that platform's native instruction file. Same core content, every portal.
Inside The IncredAgents Mod Pack
Say the word and a complete agent-ready workspace appears — canonical folder structure, governance files, session ledger, initial handoff — with native instruction files for every agent platform it detects on your machine.
What lands
Handoffs, session ledger, memory stub, troubleshooting file, environment and gitignore — the structure every project should have had from day one, there from minute one.
Hermes, Claude Code, Codex, Cursor, OpenCode — whichever it finds, it writes that platform's native instruction file. Same core content, every portal.
Every file references your governance nucleus — no personal names, no hardcoded paths, no duplicated rules rotting in project folders.
Date, what was done, what's pending, open questions — written at provisioning, so the next session starts oriented.
The guarantees
A self-check runs at the end — every directory and file must print OK, or the job isn't reported done.
Run it twice on the same folder and it stops instead of clobbering your work.
Pass an agents list and each one gets provisioned into the project automatically — identity, skills, ledger stub.
Orchestrator dispatches, workers execute, every worker reports a verdict, disagreements get resolved before anything moves on.
Get started
Ships in the mod pack. Set GOVERNANCE_HOME once and every project inherits your rules.
$ git clone https://github.com/MyAiFreedomSystems/incredagents.git
$ cd incredagents
$ python3 onboard.py
One installer wires in the whole mod pack and asks only for the keys each skill needs.
The next project starts governed — or starts over.
Get Provision-Project On GitHub →