with one click
agent-runtime-packaging
// Build and maintain product-grade agent infrastructure: onboarding diagnostics, runtime home, packaging, skill lifecycle, tool manifests, and agent scaffolds.
// Build and maintain product-grade agent infrastructure: onboarding diagnostics, runtime home, packaging, skill lifecycle, tool manifests, and agent scaffolds.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | agent-runtime-packaging |
| description | Build and maintain product-grade agent infrastructure: onboarding diagnostics, runtime home, packaging, skill lifecycle, tool manifests, and agent scaffolds. |
| triggers | ["agent runtime packaging","use agent runtime packaging","run agent runtime packaging"] |
Use this skill when turning Bravo, Atlas, Maven, Aura, Hermes, or a client agent from a repo into an installable, diagnosable, repeatable product.
The goal is Hermes-grade infrastructure under Bravo-grade business intelligence.
Business intelligence sits on top of infrastructure. The infrastructure should make the agent easy to install, inspect, operate, repair, extend, and package for another business.
Every productized agent should have:
AGENTS.md, CLAUDE.md, GEMINI.md, ANTIGRAVITY.md.brain/, memory/, state, active tasks, session log.~/.bravo, ~/.atlas, ~/.maven, ~/.aura, or client-specific equivalent.scripts/onboarding_diagnostics.pyscripts/browser_harness_doctor.pyruntime/README.mdinstall/README.mdconfig/bravo-config.example.tomlskills/browser-harness/SKILL.mdbrowser/domain-skills/When packaging a new agent:
Skills should move through these states:
draft: local only, not trusted yet.registered: discoverable in docs and registry.validated: used successfully and passes structural checks.promoted: included in the default agent pack.deprecated: replaced or unsafe, retained only for history.Every skill needs:
name and description.Doctor commands must be read-only and should print:
Doctor commands should not:
.env.agentsNever let packaging work bypass Bravo's business safety:
scripts/send_gateway.py.