profile / operations

Infra Operator

Curated infrastructure operations stack for OCI artifacts, remote execution, GitOps-style changes, documentation, and defensive review.

Use this package

Profile meta-package. Installs a curated stack of personas, tones, skills, and optional extensions.

OCI download

Pull and inspect artifact
# Install ORAS first: https://oras.land/docs/installation
mkdir -p armory-infra-operator
oras pull ghcr.io/styrene-lab/omegon-armory/profiles/infra-operator:1.0.0 --output armory-infra-operator
find armory-infra-operator -maxdepth 2 -type f | sort
Verify signature
cosign verify ghcr.io/styrene-lab/omegon-armory/profiles/infra-operator:1.0.0

Portable Exports

Profiles can be rendered into degraded prompt/config files for non-Omegon runtimes. Native extensions remain setup notes, not prompt content.

Generic markdown
python3 scripts/export-profile.py infra-operator --format generic-markdown --out dist/exports/infra-operator.md
Clone and export AGENTS.md
git clone https://github.com/styrene-lab/omegon-armory
cd omegon-armory
python3 scripts/export-profile.py infra-operator --format agents-md --out dist/exports/infra-operator-AGENTS.md
CLAUDE.md
python3 scripts/export-profile.py infra-operator --format claude-md --out dist/exports/infra-operator-CLAUDE.md
Cursor rules
python3 scripts/export-profile.py infra-operator --format cursor-rules --out dist/exports/infra-operator.cursorrules

Capabilities

curated stackpersonatoneskillextensionoptional deps

Compatibility

Native: omegon profile
omegon profile install infra-operator
Degraded: generic-agent dependency-manifest
profile.toml, README.md
  • Profiles require dependency resolution before prompt export outside Omegon.

Dependencies

systems-engineer persona >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./personas/systems-engineer
concise tone >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./tones/concise
oci skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/oci
security skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/security
git skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/git
vault skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/vault
shuttle extension >=0.19 · tier 0 · native-extension
native only omegon extension install shuttle
flynt extension >=0.15 · tier 0 · native-extension
native only omegon extension install flynt

Included Files

  • README.md
  • profile.toml