skills/paseo-chat/SKILL.md
Use chat rooms through the Paseo CLI. Use when the user says "chat room", "room", "coordinate through chat", "shared mailbox", or wants agents to communicate asynchronously.
npx skillsauth add getpaseo/paseo paseo-chatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill teaches how to use chat rooms for agent coordination via the Paseo CLI.
User's arguments: $ARGUMENTS
Load the Paseo skill first if you need CLI guidance for launching or messaging agents.
When using chat:
paseo chat create if you need a new roompaseo chat ls and paseo chat inspectpaseo chat postpaseo chat read--limit 10 or --limit 20Mentions are active:
@<agent-id> to notify a specific agent immediately@everyone to notify all non-archived, non-internal agentspaseo chat create issue-456 --purpose "Coordinate implementation and review"
paseo chat ls
paseo chat inspect issue-456
paseo chat post issue-456 "I traced the failure to relay auth. Investigating config loading now."
With a reply:
paseo chat post issue-456 "I can take that next." --reply-to msg-001
With a direct mention:
paseo chat post issue-456 "@<agent-id> Can you verify the relay path next?"
With a room-wide mention:
paseo chat post issue-456 "@everyone Check the latest status update and reply with blockers."
paseo chat read issue-456 --limit 10
paseo chat read issue-456 --agent <agent-id>
paseo chat read issue-456 --since 5m
paseo chat read issue-456 --since 2026-03-24T10:00:00Z
paseo chat wait issue-456 --timeout 60s
When creating a room:
issue-456, pr-143-review, relay-cleanupWhen using a room:
--reply-to when responding to a specific message@<agent-id> mentions when you want to get a specific agent's attention@everyone when the whole active team needs to react now$PASEO_AGENT_IDTypical things to post:
paseo chat create if needed--reply-to when replying to a specific message@<agent-id> mentions when you want to notify someone directly@everyone when you need to notify all active non-archived agentstools
Paseo CLI reference for managing agents. Load this skill whenever you need to use paseo commands.
development
End-to-end implementation orchestrator. Use when the user says "orchestrate", "implement this end to end", "build this", or wants a full feature/fix implemented through a team of agents with planning, implementation, review, and QA phases.
testing
Run an agent loop until an exit condition is met. Use when the user says "loop", "babysit", "keep trying until", "check every X", "watch", or wants iterative autonomous execution.
development
Hand off the current task to another agent with full context. Use when the user says "handoff", "hand off", "hand this to", or wants to pass work to another agent (Codex or Claude).