An agent workbench for Claude Code and Codex — with local agent memory, multi-agent collaboration, and controls you can't get in a terminal
openbooklet.com/s/crispyopenbooklet.com/s/crispy@1.0.0GET /api/v1/skills/crispySpec Mode â interactive spec-building. Use when the user wants to plan a feature incrementally, build a spec through conversation, or says 'spec mode', 'let's spec this out', 'plan this feature', 'let's design this'.
This skill should be used when the user asks to "backup transcripts", "archive sessions", "save session history", "backup before Claude deletes", "preserve transcripts", or mentions protecting session data from deletion.
Clear the current context and continue in a fresh session with a prompt. Use when the user says "clear and execute", "fresh context", "clean slate", "start fresh with this context", "context is getting long", or when an agent proposes transitioning to a new session to shed context bloat. Accepts a prompt file path as argument, or distills one from the conversation.
Unified wrapper around crispy-dispatch for multi-vendor IPC dispatch through the running Crispy host. Supports claude, codex, and other vendors. Outputs session_id for conversation continuation.
Synthesize self-contained implementation prompt(s) for a fresh agent with an empty context window. Auto-decomposes if the task is too large. Use when the user says "write a handoff prompt", "generate a prompt", "distill this for a fresh agent", or when composing a handoff.
Project tracking CLI for Rosie â view and manage tracked project state. Use when you want to inspect what Rosie is tracking, dump project state, or manually trigger tracker operations.
This skill should be used when the user asks to "implement this plan", "generate execution prompts", "super implement", "create handoff from plan", or wants to transform a large plan into self-contained execution-ready prompt artifacts.
IPC-based multi-agent review via Crispy's internal dispatch. Dispatches parallel child sessions (claude + codex by default) through the running Crispy host â no subprocess spawning, results stream live in the UI. Use when you want fast multi-vendor adversarial analysis.
Switch to an existing session in-place. Use when the user says "switch to session", "load session", "resume session", "go to session", "open session", or provides a session ID to switch to.
Auto-indexed from TheSylvester/crispy
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.