tma1-peer

Solid

List recent sessions on this project by agent — peers (Claude Code, OpenClaw, Copilot CLI) or your own past sessions. Invoke this skill when the user asks you to read another agent's review feedback, see what someone else tried, act on cross-agent context, or recall your own earlier work here. Trigger phrases: "what did claude do", "what did openclaw do", "what did copilot do", "peer sessions", "cross-agent context", "what did I do earlier", "/tma1-peer".

AI & Automation 118 stars 14 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# TMA1 Peer-Agent Lens (Codex) Lists recent sessions on the current project, newest first. Default is peer agents — the ones that aren't you — because the usual reason to call this is "Claude Code or Copilot left something here, act on it without me copy-pasting between terminals". Naming yourself is also allowed. ## Invocation Auto-selected when the user mentions reading another agent's output on this project, or typed explicitly: ``` /tma1-peer # all peers, latest session each /tma1-peer claude # Claude Code only /tma1-peer claude --full # with full conversation content /tma1-peer self # your own recent sessions here /tma1-peer copilot --limit 2 # latest 2 Copilot CLI sessions /tma1-peer --summary --limit 5 # headers only, 5 per agent /tma1-peer claude --since 6h # widen the time window ``` ## Normalize the agent name | Input | `agent_source` to send | | ----------------- | ---------------------------------- | | `claude`, `cc` | `claude_code` | | `claude_code` | `claude_code` | | `openclaw` | `openclaw` | | `copilot` | `copilot_cli` | | `self`, `me` | `self` (the server resolves it) | | `all`, `*`, empty | `""` (every peer except you) | Any other value: reply `unknown agent "<X>"; available: claude, openclaw, copilot, self, all` an...

Details

Author
tma1-ai
Repository
tma1-ai/tma1
Created
6 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

tma1-search

Search past agent sessions on this project by keyword, and read back any session's conversation. Invoke this skill when the answer lives in an earlier session — how something was fixed before, what was decided, what another agent tried last week — or when the user hands you a session id. Trigger phrases: "what did we decide about", "how did we fix this before", "search my sessions", "find that session", "read session <id>", "/tma1-search".

118 Updated today
tma1-ai
AI & Automation Listed

peer-agents

Open fresh Claude Code, Codex, or Cursor sessions in visible cmux tabs and use them as independent colleagues — for a second opinion, planning, review, comparison, or delegated help. Use whenever the user wants an opinion from another AI, wants Codex/Cursor/Claude to check, review, or plan something, wants to compare model answers, wants several agents to plan or explore approaches in parallel, or wants to delegate bounded work to a peer session. Keep the sessions interactive so the coordinating AI can read their chats and ask follow-ups.

0 Updated 1 months ago
mluev
AI & Automation Listed

peer-inbox

TRIGGER: ユーザーが「<peer> にレビュー依頼」「<peer> に完了通知」「<peer> に並行作業頼んで」「メッセージ届いてる?」「受信箱見て」「既読にして」のような peer-inbox 関連の自然文を発した場合、または /peer-inbox を明示入力した場合。複数ターミナルで並行起動している Claude Code セッション間の非同期メッセージング(送信・受信・既読化)を行う。SKIP: 同セッション内のサブエージェント呼び出し(/agent-call)、subprocess 1 ターン委譲、外部チャネル通信(Slack/Discord/メール).

3 Updated 1 months ago
masa-san-jp