SessionEnd
01Hook Claude Code
Runs when a session ends, executing export_transcript.py via python3 with --claude-hook. From mindstone/rebel-app.
Hook Claude Code
Runs when a session ends, executing export_transcript.py via python3 with --claude-hook. From mindstone/rebel-app.
Hook Claude Code
Runs when a session starts on startup, executing export_transcript.py via python3 with --claude-backup. From mindstone/rebel-app.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionEnd, SessionStart).
Skill Claude CodeCodex
Route Rebel app verification to the cheapest reliable path, then launch, drive, or screenshot the Electron app when the selected recipe requires it.
Command
Diagnose the most recent failed CI run on the current branch and emit a deterministic repro packet.
Command
Ask the user: "What problem or question would you like the two researchers to investigate?".
Command
Finish a Rebel-handed-off task — notify Rebel and exit cleanly so the SessionEnd hook fires.
Command
Safely sync local branch with origin — fetches, merges, advances submodules, validates, and pushes everything in the right order.
Command
Triple-review a merge/rebase to verify nothing was lost and conflicts were handled correctly.
Command
Promote a beta-certified SHA to production by fast-forwarding main to it (auto-triggers the stable release.yml build).
Command
Read the cloud VM setup guide at docs/research/260507clouddroidvmsetup.md and walk the user through the provisioning process.
Command
Full production release workflow - changelog update, doc sync, submodule push, version bump, merge to main, validation.
Command
Launch all 7 reviewers in parallel to review code changes from this conversation.
Command
Launch all 7 reviewers in parallel to evaluate a plan before implementation.
Command
Start a task — find or create a Linear ticket, move it to In Progress, and begin work.
Command
Trigger the CI UI smoke test workflow with an optional custom test prompt.
Command
Restart the dev server and open Rebel with a new or existing conversation to integration-test your changes before committing.
Command
Launch the Electron app via MCP and test UI changes by clicking around and verifying behavior.
Skill Claude CodeCodex
Removes bundled MCP connector infrastructure from rebel-app and updates catalog.
Skill Claude CodeCodex
Removes dead bundled MCP connector code and updates build/package configuration.
Skill Claude CodeCodex
Implements OSS MCP contribution flow features using CHIEFENGINEER workflow patterns — TDD, IPC contracts, store creation, UI wiring.
Skill Claude CodeCodex
Fixes startup migration ordering, reconnect UI flows, and updates tests for migrated connectors.
Skill Claude CodeCodex
Ports a bundled MCP connector to the mcp-servers repo as an OSS npm package.
Skill Claude CodeCodex
Creates and modifies skill files, workflow docs, reference docs, CI workflows, and TypeScript scripts following existing rebel-system and repo patterns.