en un clic
gc-mail
Sending and reading messages between agents
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Sending and reading messages between agents
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Project conventions for writing, editing, restructuring, or reviewing the Gas City user documentation — the Mintlify site under docs/. Use this whenever you touch anything in docs/ (pages, tutorials, guides, reference, concept pages, diagrams, navigation) or write/edit prose about Gas City, even when the request is just "fix the docs", "write a docs page", "the docs are wrong/confusing", "rename X across the docs", or an edit to a file under docs/. It defines the canonical six-primitive model, required terminology (orchestrator not controller, platform not SDK, formulas v2 as the value), the prose / emphasis / diagram conventions, the information architecture, the rule that generated docs are edited at their source, and the gates to run before docs work is done.
Routing work to agents with gc sling and formulas
Finding, creating, claiming, and closing work items (beads)
API server and web dashboard — config, start, monitor
Managing agents — list, peek, nudge, suspend, drain
City lifecycle — status, start, stop, init
| name | gc-mail |
| description | Sending and reading messages between agents |
Mail is bead-based messaging between agents. Messages are beads with type=message, stored in the bead store.
gc mail send <to> -m "message body" # Send a message
gc mail send <to> -s "Subject" -m "message body" # Send with subject
gc mail reply <id> -m "reply body" # Reply to a message
gc mail reply <id> -s "Re: topic" -m "reply body" # Reply with subject
gc mail inbox # List unread messages
gc mail count # Count unread messages
gc mail peek <id> # Preview a message without marking read
gc mail read <id> # Read a message (marks as read)
gc mail thread <id> # Show full conversation thread
gc mail archive <id> # Archive a message
gc mail mark-read <id> # Mark as read without displaying
gc mail mark-unread <id> # Mark as unread
gc mail delete <id> # Delete a message
gc mail check # Check for new mail (used in hooks)