Skip to content
Agent Memory
Skill

/jumbo-bootstrap-session

Use when a Jumbo-managed agent file tells the agent to bootstrap the session. Runs Jumbo's session router only when the agent has not already received a routed Jumbo command.

From plugin
jumbocli
26518 skills
Install
$ npx -y skills add jumbocontext/jumbo.cli --skill jumbo-bootstrap-session --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/jumbo-bootstrap-session

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when a Jumbo-managed agent file tells the agent to bootstrap the session. Runs Jumbo's session router only when the agent has not already received a routed Jumbo command.

SKILL.md

jumbo-bootstrap-session.SKILL.md
name: jumbo-bootstrap-session
description: Use when a Jumbo-managed agent file tells the agent to bootstrap the session. Runs Jumbo's session router only when the agent has not already received a routed Jumbo command.

Jumbo Bootstrap Session

Run `jumbo session start` when no Jumbo command has already routed the current task.

Follow the prompt returned by the command. Do not load project context from static managed files.

Ships withjumbocli

Memory and Context Orchestration for Coding Agents

Get the whole plugin