orchardist
01Plugin Claude Code
The orchardist marketplace — companion plugins for the orchardist worktree/session dashboard. Hosts the orchardist plugin (recall skill) and the orchard-chat cross-machine chat plugin.
Plugin Claude Code
The orchardist marketplace — companion plugins for the orchardist worktree/session dashboard. Hosts the orchardist plugin (recall skill) and the orchard-chat cross-machine chat plugin.
Skill Claude CodeCodex
Install and set up Orchard — guided setup for new users. Use when someone says 'install orchard', 'get started', 'set up orchard', 'how do I use this', or is clearly new to the project.
Skill Claude CodeCodex
Test a worktree's orchard binary locally before merging by repointing the /Library/pnpm/orchard symlink to the worktree's target/release/orchard. Use when the user says "test this worktree", "test locally", "test the binary", "let me try it", or before merging a PR that touches TUI/CLI behavior. Also handles reverting…
Instructions file
Instructions for drewdrewthis/orchardist, covering git orchard, architecture, rules, graphql is the protocol (adr-016, 017, 018) and data + graph modeling (adr-022).
Plugin Claude Code
Lifecycle-hook truth for Claude Code sessions: maintains a per-session folded state file (/.local/state/claude-sessions/state/ .json) consumed by orchard sidebar/status and the orchard daemon. Standalone — no orchard binary required.
Hook
Runs when a session starts, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs when you submit a prompt, before the agent sees it, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs before the agent uses a tool, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs after a tool call finishes, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs when the agent sends a notification, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs when the agent finishes a response, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs when a subagent finishes, executing fold-state.sh. From drewdrewthis/orchardist.
Hook
Runs when a session ends, executing fold-state.sh. From drewdrewthis/orchardist.
Skill Claude CodeCodex
Query live Claude Code session state (working/idle/needs-input, mission, activity) for this machine. Use when asked what sessions are running, what they're doing, or which need attention.
Plugin Claude Code
Cross-machine chat channel for orchardists. Connects to the orchard-chat broker on boxd; receives chat as events; exposes a chat:post reply tool. Listener-only or post-only mode controlled by config.
MCP server Claude CodeCodexCursor +2
MCP server "orchard-chat" as configured in drewdrewthis/orchardist. Launched with bun run --cwd ${CLAUDE_PLUGIN_ROOT}/server --shell=bun --silent start. Needs 2 environment variables to run.
Plugin Claude Code
Recall: search past Claude Code conversations across all projects and synthesize context into the current session.
Skill Claude CodeCodex
Search past conversations across all projects and synthesize context into the current session. Use when: 'what were we discussing about X', 'recall X', 'catch me up on X', 'remind me about X'.
Plugin Claude Code
Raise procedure-adherence under context load from flaky to guaranteed: retrieve+compile the governing procedure pre-turn, and block the Stop until every step of the authored chain has a corresponding tool action. Ported from the sc#784-proven recipe (Sonnet gate, no GPT in runtime).
Plugin Claude Code
Plugin marketplace listing 2 plugins: quorum, review.
Skill Claude CodeCodex
Manage Boxd VM lifecycle via ssh boxd.sh — list, stop, start, fork, destroy VMs, or fork from a golden source. Use when the user says "boxd", "list my vms", "stop boxd", "pause boxd", "wake up X", "fork from golden", "destroy vm", or asks about Boxd VM status. Does NOT launch Claude sessions (use /launch-remote for…
Skill Claude CodeCodex
Stress-test an architecture proposal, plan, or technical idea. Invokes the devils-advocate agent to find weaknesses before you commit.
Skill Claude CodeCodex
Find and resume a conversation from any project. Deep-searches session content, not just titles. Gathers context and continues the work.
Skill Claude CodeCodex
Create a new Claude Code skill with correct structure, progressive disclosure, and token-efficient design. Use when the user wants to turn a workflow into a skill, says 'make this a skill', or asks to create/write a skill. Also triggered by /deep-reflect when it identifies a missing skill.