88plug

Recall Operator Context — Development skill for Claude Code

Development community

One-shot operator briefing for this cwd — identity, active goal, top decisions, bans, voice cheats, recent corrections.

How to install Recall Operator Context

Installs to ~/.claude/skills/88plug-total-recall-recall-operator-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-operator-context && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-operator-context.md -o ~/.claude/skills/88plug-total-recall-recall-operator-context/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Operator Context does


description: One-shot operator briefing for this cwd — identity, active goal, top decisions, bans, voice cheats, recent corrections.

Call the `get_operator_context` MCP tool with `cwd` set to the current working directory and print the response verbatim.

Use this to manually re-trigger the SessionStart signpost mid-session, or after a compaction wipes context. The payload already fits in the SessionStart budget, so do not truncate.

Common follow-ups:

  • "Why is this goal blocked?" → `/

Alternatives in Development

  • /diagnose — Vérifie l'état de l'environnement RTK et suggère des corrections 25.5k ★
  • Claude Code MCP — Claude Code as one-shot MCP server to have an agent in your agent 1.2k ★
  • 02 One Shot Trade — One-Shot Onboarding Prompt 584 ★

Full documentation available on GitHub

View Source Repository