From origami
Manually unfold a specific conversation section to see its full detail.
How this command is triggered — by the user, by Claude, or both
Slash command
/origami:unfoldThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /unfold <id> Manually unfold a specific conversation section to see its full detail. ## Instructions The user will provide a fold ID (e.g., "fold-001" or just "1" or "F001"). 1. Normalise the ID to the format "fold-NNN" (e.g., "1" → "fold-001", "F003" → "fold-003"). 2. Call the `unfold_section` MCP tool with the normalised fold_id. 3. Display the returned detail to the user. If the fold is not found, list available folds using `list_folds`.
Manually unfold a specific conversation section to see its full detail.
The user will provide a fold ID (e.g., "fold-001" or just "1" or "F001").
unfold_section MCP tool with the normalised fold_id.If the fold is not found, list available folds using list_folds.
npx claudepluginhub dullfig/claude-plugins --plugin origami/search-historianSearches past Claude conversation history for solutions, decisions, and context matching a query. Retrieves up to 5 relevant results via historian MCP.
/recallRecovers conversation context via quick commands: lastN exchanges, around TIME, search KEYWORD [--all|--global], sessions/tags/stats. Also supports tagging, pruning, exporting, connections.
/find-in-chatSearches prior Claude and Gemini chat-log turns for a query. Groups results by conversation chronologically with timestamps, host agents, models, and 2-line highlighted excerpts.
/continueResumes a previous Codex session using its thread ID, allowing follow-up prompts like fixing issues, running tests, or drilling deeper.
/historySearches Claude Code, Codex, and Hermes conversation history in parallel with optional date, source, and limit filters.
/unfoldLoads the Unfolding Specs orchestrator skill and resumes the process from where it left off, using optional sensei guidance.