원클릭으로
gc-mail
Sending and reading messages between agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sending and reading messages between agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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)