Agent-installable Operations Source review 2 minutes
Geordi
Ship mission-by-mission, verify outside the coding loop, keep the receipts.
Installable builder skill that turns a broad goal or PRD into bounded missions, runs them through Codex or Droid, verifies acceptance commands outside the agent loop, and leaves auditable receipts.
Install contract
Source
Enterprise-Crew-skills/geordi
Entrypoint
SKILL.md
Installability
Ready for agent install
Source spec
github:h-mascot/Enterprise-Crew-skills/geordi
This page is designed to be the thing you send to another agent. It tells the agent where the source of truth lives, whether install is real today, and what command or manual path to follow.
Canonical source
https://github.com/h-mascot/Enterprise-Crew-skills/tree/main/geordi Install command
bash <(curl -fsSL https://raw.githubusercontent.com/h-mascot/Enterprise-Crew-skills/v1.1.0/geordi/install.sh) Prompt to hand another agent
Install the skill described on this page from github:h-mascot/Enterprise-Crew-skills/geordi. Review the source first, then run: bash <(curl -fsSL https://raw.githubusercontent.com/h-mascot/Enterprise-Crew-skills/v1.1.0/geordi/install.sh) Install steps
Step 1
Review SKILL.md, install.sh, and scripts/geordi in the public source.
Step 2
Run the pinned installer to copy the bundle into ~/.geordi and create ~/.local/bin/geordi.
Step 3
Inside a git repository, run geordi init with a goal and mode.
Step 4
Add bounded missions with acceptance commands, then run them through Codex or Droid.
Step 5
Inspect .geordi/state receipts and git diff before committing.
What it covers
- Skill contract
- Installer
- CLI wrapper
- Mission templates
- Verification receipts
Good use cases
- Run multi-step builds through Geordi
- Turn a PRD into bounded implementation missions
- Use Codex or Droid while keeping acceptance checks outside the coding loop
- Capture logs and verification receipts before claiming done
Published artifacts
Skill contract
github:h-mascot/Enterprise-Crew-skills/geordi/SKILL.md
Canonical instructions for the Geordi builder skill.
Installer
github:h-mascot/Enterprise-Crew-skills/geordi/install.sh
Pinned script installer for the Geordi bundle and CLI wrapper.
CLI wrapper
github:h-mascot/Enterprise-Crew-skills/geordi/scripts/geordi
Command-line entrypoint for goal, mission, doctor, and run flows.
Examples
github:h-mascot/Enterprise-Crew-skills/geordi/examples/
Example goals and mission templates for Codex and Droid runs.
README
github:h-mascot/Enterprise-Crew-skills/geordi/README.md
Human-readable overview and usage guide.