Skip to content
Development
Command

/learning-status

Show Coco learning system status — instinct counts, observation stats, and detection summary

From plugin
coco
38641 skills53 agents41 commands
Install
$ npx -y skills add coco-research/coco --agent claude-code

How it fires

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

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/learning-status

Context preview

What this command does when you run it.

Show Coco learning system status — instinct counts, observation stats, and detection summary

Command definition

learning-status.md
name: learning:status
description: "Show Coco learning system status — instinct counts, observation stats, and detection summary"
argument-hint: "[--project PROJECT_ID]"
allowed-tools:
  - Bash

Run the Coco learning system status command to display current instinct inventory and observation statistics.

cd "$CLAUDE_PROJECT_DIR" && python3 -m coco_learning.cli status $ARGUMENTS

If no `--project` is specified, shows global instincts only. Pass a project ID to include project-scoped instincts and observation file stats.

After displaying status, suggest next actions:

  • If observations exist but no instincts: recommend `/learning:evolve --project <id>`
  • If candidate instincts have high evidence: recommend `/learning:promote <id> --from-project <id>`
  • If no observations: explain that the observe.sh hook captures data automatically during sessions
Ships withcoco

CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 226 skills, 386 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.

Get the whole plugin

Other commands on coco.