| name | urbit-core |
| description | Minimal public entrypoint for orienting agents to Urbit concepts before routing into operations, identity, development, or app-specific skills. |
| user-invocable | true |
| disable-model-invocation | false |
Urbit Core
Use this as the smallest orientation layer when a task mentions Urbit but does not yet clearly belong to operations, identity, development, or a specific userspace app.
This file should stay short. Route to the narrower skill as soon as the task is clear.
Route by task
- Running a ship, booting a comet, troubleshooting a pier, backups, runtime flags, or local networking: load
running-urbit-os.
- Urbit ID, planets, stars, galaxies, ownership, Bridge, Azimuth, keys, custody, or breaches: load
using-urbit-id.
- Hoon, Gall, Clay, desks, generators, marks, tests, Kelvin changes, or app development: load
urbit-development.
- Hawk, Obelisk, Urbit MCP, or another userspace app: load
using-urbit-apps.
Working rules
- Do not guess across domains. If a task is about identity custody, do not answer from runtime operations alone.
- Prefer public upstream docs, source repositories, and app manuals over memory.
- Keep side-effecting work explicit. Operations that write a pier, use live keys, or touch networked ships require confirmation and narrow scope.
- Load deeper references only when they are relevant.
Reference index
- Glossary — compact terms used across the skill collection