
Claude Skills by Pher217
github.com/Pher217Open an asynchronous, folder-backed request/answer channel so an AGENT can ask a HUMAN a question and get an answer later, without blocking the agent's process. Use when an agent hits a decision that needs a human call (approval, ambiguous scope, a judgment the agent shouldn't make alone) and the human is not watching the terminal right now. Trigger on "ask the human", "open the inbox", "check if it's been answered", "queue this for review".
Open a file-based two-way channel so two long-running agent sessions working the same topic can talk — ask each other blocking questions, answer them, and push unsolicited course corrections. Use when running two sessions (Claude + Claude, or Claude + OpenHands/Codex/any agent with shell access) on one problem and they need to coordinate instead of guessing or dead-ending. No API, no network — just files both sides can see. Trigger on "pair these sessions", "let the two agents talk", "open a ...