isachivka
- 8 skills
- 0 followers
- 9 hours ago last updated
- ▌ Agent Pm · isachivkaUse when the user opens a terminal with only a manager/PM agent and wants work delegated to other Claude agents in agterm sessions instead of done directly — "you are the manager", "you are the PM", "orchestrate the agents", "spin up workers", "delegate", "agent-pm". Also when supervising an existing fleet of agterm worker sessions through a task or initiative.
- ▌ Decomment · isachivkaStrip the noise comments an AI agent left behind on a branch — the ones that restate the code line by line or narrate the change as a story ("was X, now Y", "added a guard here"). Git holds the history and the code holds the present; only genuinely non-obvious comments survive.
- ▌ Peer Chat · isachivka bundleHold a back-and-forth conversation with the Codex TUI running in this agterm session's split pane, as peers. Use when the user says "chat with codex", "talk to codex", "work with codex", "do this with codex", "build this with codex", "discuss this with codex", "ask codex what it thinks", or when a prompt arrives starting with "Chat from Codex:". Not for a one-shot task handed to codex, and not for a read-only second opinion.
- ▌ Revdiff Ru · isachivka bundleReview a diff in revdiff with everything except the code translated into Russian, line numbering preserved 1:1 so annotations map back to the real files. One command does the translation; then /revdiff:revdiff opens the result.
- ▌ Agterm Fork · isachivka bundleFork the agent running in an agterm pane (Claude Code or Codex) into a sibling session: same workspace, same launch flags, full conversation history under a fresh session id, waiting at its prompt. The source session is untouched. Also wires a "Fork session" entry into agterm's custom-command palette.
- ▌ Agterm Backup · isachivka bundleBack up and restore agterm sessions across an app/computer restart, resuming each running agent session in its original pane — Claude Code (claude --resume <id>) and Codex (codex resume <id>). Use when the user wants to reboot (to apply a macOS or agterm update) without losing running claude sessions, to capture the current sessions, to check capture coverage, or to restore/resume sessions after a restart.
- ▌ Memory Review · isachivkaUse when an agent memory directory has grown large enough that nobody remembers what is in it, when memories look stale or contradictory, when the same fact seems to live in both memory and a CLAUDE.md, or when the user asks to review, prune, audit or clean up their memories. Also use before retiring a project whose memories should move somewhere else.
- ▌ Agterm Archive · isachivka bundlePark a whole agterm workspace on disk and bring it back later — snapshot its sessions, order, cwds, splits and each pane's claude session id, close it, and recreate it with every claude resumed where it left off. For workspaces that are done for now but not done for good.