用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gastownhall/gascity --skill gc-city命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Routing work to agents with gc sling and formulas
Finding, creating, claiming, and closing work items (beads)
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.
基于 SOC 职业分类
正在显示 SKILL.md
| name | gc-city |
| description | City lifecycle — status, start, stop, init |
A city is a directory containing city.toml and .gc/ runtime state.
gc init # Initialize city in current directory
gc init <path> # Initialize city at path
gc start # Start city under the supervisor
gc start <path> # Start city at path under the supervisor
gc supervisor run # Run the supervisor in the foreground
gc start --dry-run # Preview what would start
gc stop # Stop the current city
gc restart # Stop then start
gc init and gc start register the city with the machine supervisor,
ensure it is running, and trigger an immediate reconcile. Interactive
sessions are created separately with gc session new <template>.
gc status # City-wide overview
gc session list # Session / agent status
gc rig status <name> # Rig status
gc suspend # Suspend entire city
gc resume # Resume suspended city
gc config show # Show resolved configuration
gc config explain # Show config layering and provenance
gc doctor # Run health checks
gc events # Tail the event log
gc event emit <type> [data] # Emit a custom event
See the gc-dashboard skill for full dashboard reference.
Packs extend Gas City with additional commands, prompts, formulas, and
doctor checks. Pack commands appear as top-level gc <pack> <command>
subcommands.
gc pack list # List installed packs
gc pack fetch # Fetch remote packs