From Moraine
Inspects active agent work across harnesses using Moraine realtime session data when the user asks about current or recent activity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/moraine:realtime-peekThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user asks about current or very recent agent activity, including other harnesses, sibling agents, subagents, or your own active session.
Use this skill when the user asks about current or very recent agent activity, including other harnesses, sibling agents, subagents, or your own active session.
list_sessions for that window, sorted newest first.open.file_attention and then open the returned event, turn, or session handles.Summarize active work by source or harness, session title or ID, branch or working directory when visible, last update time, visible tool or terminal activity, and the current apparent state. Keep the summary compact and separate observed facts from inference.
If a record is still active, say that it is a live view and may change after the query. If the latest turn is incomplete, avoid treating it as a final decision.
Do not replay sensitive terminal or tool output into the current chat. Summarize what happened, redact secret-looking values such as tokens, keys, cookies, and credentials, and avoid quoting private data unless it is necessary for the user's requested debugging task.
Use search_sessions with keyword queries when the recent session list is too broad or when the user gives a content clue such as an issue number, command, error, file path, or branch name. After finding a candidate, narrow with within_id rather than pulling whole sessions into context.
npx claudepluginhub eric-tramel/moraine --plugin moraineDisplays AgentHub session status: DAG state, agent branches, commit counts, frontier status, last updates, and board activity. Invoke via /hub:status.
Hands off sessions between agents using the entire CLI. Inspects recent sessions, summarizes checkpoints, and continues work without asking clarifying questions.
Shows a workflow dashboard with current state, recent activity, and suggested next actions. Aggregates state from AgentOps CLI tools (ao, bd) and git.