session-bootstrap
Universal init prompt — every agent spawned into an AgentOps repo runs `ao session bootstrap` first.
npx skills add majiayu000/claude-skill-registry --skill session-bootstrap-boshu2-agentops-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# `ao session bootstrap` — the universal init prompt > **One-line value:** every agent in the swarm starts with the same orientation report, regardless of model. ## When to invoke **Every agent spawned into an AgentOps repository runs this first.** No exceptions. The bootstrap is the contract that makes the future fungibility charter (soc-vuu6.29) operational: identical starting frames let you swap Claude for Codex (or vice versa) on any bead without re-orienting. Triggers: - **Manual spawn** — operator just spawned a fresh agent into the repo: `ao session bootstrap`. - **SessionStart hook (opt-in)** — AgentOps 3.0 ships no SessionStart hook. If you author one via the `hooks-authoring` skill, it can fail-open auto-fire `ao session bootstrap --robot` and discard the exit code. - **Pipeline submit** — the orchestration substrate (the reference Gas City City) and headless CI agents call `ao session bootstrap --json` before claiming work. If you spawned without running it: stop, run it, then resume. ## What it does Four fail-open substeps, each producing a field in the [session-bootstrap.v1 schema](../../schemas/session-bootstrap.v1.schema.json): 1. **Confirm tier-split AGENTS.md prese
- When to invoke
- What it does
- Flags
- Output shape
- Why fungibility wants this
- What this is NOT
- Composes with
- CI guarantees
- See also
- Reference Documents
What does the session-bootstrap skill do?
Universal init prompt — every agent spawned into an AgentOps repo runs `ao session bootstrap` first.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill session-bootstrap-boshu2-agentops-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
