diva-agents

Debug Session — Development skill for Claude Code

Development community

Inspect a Diva session or run via the platform MCP tools.

How to install Debug Session

Installs to ~/.claude/skills/diva-agents-diva-sdk-plugin-debug-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diva-agents-diva-sdk-plugin-debug-session && curl -fsSL https://raw.githubusercontent.com/diva-agents/diva-sdk-plugin/HEAD/commands/debug-session.md -o ~/.claude/skills/diva-agents-diva-sdk-plugin-debug-session/SKILL.md

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

What Debug Session does


description: Inspect a Diva session or run via the platform MCP tools argument-hint: [session id or run id]

Inspect a Diva session/run on the platform using the bundled platform MCP. `$ARGUMENTS` may be a session id or run id.

1. Preflight

Confirm the platform MCP is reachable — look for `mcp__platform__*` tools (`ToolSearch` with `"platform"` if they're deferred). If none are visible, stop and tell the user to set `diva_mcp_key` for this plugin first.

2. Discover the real tool

Alternatives in Development

  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Harness Improvement — Update Kandev harness files from session learnings or explicit cross-platform harness requests 697 ★
  • Storybloq — Cross-session context for Claude Code 696 ★

Full documentation available on GitHub

View Source Repository