Skip to content
Agent Memory
Skill

/jumbo-command-discovery

Use when an agent needs to discover Jumbo command syntax after session routing. Directs command discovery through CLI help instead of static command catalogs.

From plugin
jumbocli
26518 skills
Install
$ npx -y skills add jumbocontext/jumbo.cli --skill jumbo-command-discovery --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-command-discovery

Context preview

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

Use when an agent needs to discover Jumbo command syntax after session routing. Directs command discovery through CLI help instead of static command catalogs.

SKILL.md

jumbo-command-discovery.SKILL.md
name: jumbo-command-discovery
description: Use when an agent needs to discover Jumbo command syntax after session routing. Directs command discovery through CLI help instead of static command catalogs.

Jumbo Command Discovery

Use `jumbo --help` and command-specific `--help` output for command syntax.

Do not rely on managed instruction files for command catalogs.

Ships withjumbocli

Memory and Context Orchestration for Coding Agents

Get the whole plugin