Plugin Claude Code
Plugin marketplace listing 1 plugin: fable-advisor.
Plugin Claude Code
Plugin marketplace listing 1 plugin: fable-advisor.
Plugin Claude Code
Run your session on Opus as a full-time architect: it writes specs and verdicts, GPT-5.6 Luna at max reasoning (via Codex) does the routine typing, Fable 5 handles the high-complexity one-offs — and reviews every deliverable before it ships.
Agent
Default implementation lane running GPT-5.6 Luna via the OpenAI Codex CLI (codex exec, reasoning effort max). Route routine, well-specified work here — the spec fully determines the outcome and Codex does the typing at a fraction of the architect's token cost, from a different model family than the session. Receives…
Agent
Second-opinion advisor and final reviewer running Claude's most capable model (Fable 5). Consult at commitment boundaries — before architectural decisions, data migrations, big refactors, or API designs, and whenever the same problem has resisted two attempts — and ALWAYS once at the end of a deliverable, to review…
Agent
High-complexity implementation lane running Claude's most capable model (Fable 5). Route a task here only when the outcome depends heavily on judgment the spec cannot fully capture — subtle concurrency, non-trivial algorithms, security-sensitive paths, gnarly debugging, wide-blast-radius refactors — or when the same…
Skill Claude CodeCodex
Routing doctrine for the architect-as-orchestrator pattern — how an Opus session delegates routine implementation to a cheaper cross-vendor lane, escalates high-complexity one-offs to Fable, and gets every deliverable reviewed by the Fable advisor before reporting done. USE WHEN delegating implementation work…
Skill Claude CodeCodex
Plan and run AI-agent dynamic workflows for complex tasks that benefit from explicit orchestration, goal mode, subagents or simulated work packets, approval gates, integration, verification, and reusable workflow artifacts. Use when the user invokes this skill, asks for a swarm, subagents, parallel agents, a dynamic…
Skill Claude CodeCodex
Explain any digital artifact — a paper, PDF, article, code diff, or codebase — so the person actually understands it, not just skims it. Explanations are shaped by a persistent learner profile, gated by comprehension quizzes, and feed a spaced-repetition review loop. USE WHEN: explain this, explain this paper / PDF /…
Instructions file CodexOpenCode
Instructions for DannyMac180/openclaw-operator, covering agents.md, purpose, operating rules, openclaw-first workflow and editing guidance.
Skill Claude CodeCodex
Use this skill when working inside an OpenClaw installation, workspace, or source tree to set up or modify skills, cron jobs, channels, providers, files, or integrations. Inspect the current state first, use official OpenClaw docs and CLI commands when available, make the smallest safe change, and validate the result…
Plugin Claude Code
Plugin marketplace listing 1 plugin: grapevine.
Plugin Claude Code
Grapevine 🍇 — shared awareness for independent Claude Code sessions: observes what each session touches, maps the dependencies between them, and nudges a session when its edit affects a peer.
Command
Render the current Grapevine session/file graph as an ASCII adjacency list plus a Mermaid block.
Command
Show this session's Grapevine record, live peer sessions, and the last 5 courier notes.
Hook
Runs when a session starts, executing gv-session-start.sh. From DannyMac180/grapevine.
Hook
Runs when you submit a prompt, before the agent sees it, executing gv-user-prompt.sh. From DannyMac180/grapevine.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing gv-post-tool.sh. From DannyMac180/grapevine.
Hook
Runs when a session ends, executing gv-session-end.sh. From DannyMac180/grapevine.