open-ops contains reusable Codex skills, bootstrap scripts, and supporting
documentation extracted from linkease/ops.
The repository is intended to make the LinkEase ops workflow materials easier to install, inspect, and reuse without cloning the full ops repository.
skills/- Codex skills for deployment modeling, project standardization, ops-fleet onboarding, it-runner workflows, and Windows agent control.scripts/- helper scripts for installing and listing Codex skills.docs/- bootstrap guidance and related planning/spec documents used by the scripts and skills.
List available skills from an installed Codex environment:
scripts/list-codex-skillsPreview installation of this repository's skills:
scripts/install-codex-skills.sh --dry-runInstall the skills by symlink into the active Codex skills root:
scripts/install-codex-skills.shInstall by copying instead of symlinking:
scripts/install-codex-skills.sh --copyBootstrap a Codex environment with rtk, AGENTS.md, and the local skills:
scripts/bootstrap-codex-env.shUse --force when existing files or skill destinations should be overwritten:
scripts/bootstrap-codex-env.sh --force- Bash
- Git
curland network access when runningbootstrap-codex-env.shpython3when usingscripts/list-codex-skills --json
install-codex-skills.sh can also import local superpowers skills when they are
available, but missing superpowers skills are only reported as a warning.
Start with skills/INDEX.md for skill selection and reading order.
Common entry points:
skills/deployment-model-design/SKILL.mdskills/project-deploy-standardization/SKILL.mdskills/ops-fleet-project-onboarding/SKILL.mdskills/it-runner-workflow/SKILL.mdskills/it-runner-agentd-control/SKILL.mdskills/it-runner-convention-upgrade/SKILL.md
The bootstrap script installs docs/codex-prepare/AGENTS.md into the active
Codex home and then runs rtk init -g --codex. Review the script before running
it on a machine with existing global Codex configuration.