Agent skill · AI & Agents

session-bootstrap

Universal init prompt — every agent spawned into an AgentOps repo runs `ao session bootstrap` first.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/session-bootstrap-boshu2-agentops-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# `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

What's inside
Steps it walks through
  1. When to invoke
  2. What it does
  3. Flags
  4. Output shape
  5. Why fungibility wants this
  6. What this is NOT
  7. Composes with
  8. CI guarantees
  9. See also
  10. Reference Documents
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going