easypizi/doucopy
Skill Claude CodeCodexCursor
Use when you are the responder agent launched by the doucopy daemon (working directory /.doucopy/workspace, task is 'answer a question from my other account's agent'). Covers how to search the curated memory sources efficiently: jsonl transcript layout, ripgrep strategy, quoting spans instead of dumping files…
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when asking another machine's agent something via doucopy (askpeer, listpeers, checkreply MCP tools). Covers picking a peer, writing a self-contained question, waiting out pending with checkreply (silent poll / long-poll), handling all response statuses, follow-ups via conversationid, and Claude Code / MCP host…
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when modifying doucopy itself: changing the relay, daemon, or CLI code, adding an MCP tool, updating the prompt or redaction logic, writing or debugging tests. Documents the repo layout, invariants that must be preserved across changes, and the test map.
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when tightening what the responder is allowed to reveal or do, adjusting restrictions / redact / policy.md, narrowing memorysources, or red-teaming your own setup with askpeer. Explains the three-layer model and which rule belongs in which layer.
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when deploying or operating the doucopy relay: initial deploy on Heroku or via Docker, rotating the shared RELAYSECRET, revoking peers, generating bootstrap invites, checking config, tailing relay logs, choosing a dyno tier. Covers stateless HMAC auth and the relay's in-memory storage.
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when joining a new machine to a doucopy deployment, when the askpeer MCP tool doesn't appear in Cursor, or when a peer needs to be added to a relay. Covers doucopy join, doucopy settings, invite generation, responder install (launchd on macOS / Task Scheduler on Windows), MCP merge into /.cursor/mcp.json, and…
easypizi/doucopy
Skill Claude CodeCodexCursor
Use when doucopy is misbehaving: a peer shows offline, askpeer returns pending forever, checkreply returns unknownticket, MCP returns 401/403, or answers come back empty. Ranked diagnosis with concrete commands and log locations.