Skip to content

Examples

Where to find working capabilities and workflows — not a second copy of every file.

Shipped with the binary

After runtime bootstrap, example capabilities land in your Runtime Home (seeded once, never overwritten):

ls ~/.engineering-runtime/capabilities/files/
ls ~/.engineering-runtime/capabilities/github/

Auth-free start:

runtime capability execute files/notes-roundtrip \
  --input path=./notes.txt --input message="example"

Company Capability Registry

Reusable, version-controlled capabilities:

engineering-runtime-capabilities

export RUNTIME_CAPABILITIES_DIR=/path/to/engineering-runtime-capabilities
runtime capability execute github/java-service-scaffold-and-ship \
  --input    # see the capability's inputs

CI samples

Live GitHub Actions that install a release and execute capabilities:

engineering-runtime-samples

Area Path
Auth-free demo examples/capabilities/files/notes-roundtrip.md
GitHub packs examples/capabilities/github/*.md
Install action .github/actions/setup-runtime
Smoke workflow .github/workflows/runtime-ci.yaml

See CI/CD.

Command cheatsheets

Every installed binary version refreshes copy-paste examples into:

ls ~/.engineering-runtime/commands/
cat ~/.engineering-runtime/commands/github_commands.txt
cat ~/.engineering-runtime/commands/command_commands.txt

These are validated against the binary in the source repo; prefer them over memorized flags.

Provider pages

Provider Page
github github
files files
Command Engine roster command-binaries