
respectively researched
and meticulously crafted
Pragmatic tools your agents can actually drive, so they burn fewer tokens and spend less time guessing at what your codebase already knows
✓
skyline
the agent's toolbelt
reads · searches · edits · runs — right in your repo
every edit is hash-guarded → nothing gets overwritten
skylore
memory that sticks — decisions & gotchas kept between sessions
skyrift
instant workspaces — a full copy of the repo in ~0.2s
both ship inside skyline — nothing extra to install
skybox
a live map of your code
knows who calls what — across all your repos
shows the blast radius before you edit
updates itself when a teammate merges
read the map, not every file
use either on its own — together they compound
agent sessionagent A
❯
skybox — a live map of the code
acme/repair-api
RepairOrder — "the hub model"
20 importers · one call
POST /todos →← GET /orders
acme/todo-api
the companion service
crossLinks: 2 — found before editing
skyrift (inside skyline) — a safe copy, instantly
Blane-bthe listener
Clane-cthe todo API
Dlane-dthe tests
Elane-ethe docs
each a full copy · cloned(apfs) · ~0.2s each · none can clobber another
skyline — knows exactly what uses what
ready_semantic ✓74 vendor packsSendCompletionNotice.php:19
AppServiceProvider.php:35
RepairLifecycleTest.php:43
✗ stale anchor — re-read, retry
✓ applied — hash-guarded, nothing clobbered
diagnostics: clean
a teammate merges — the map updates itself
⇅merged → main
⇅POST /webhook/github — 202
⇅reindex queued
index: stale (HEAD moved)index: fresh
the project — live view
acme/
├ repair-api/
Listeners/PushFollowUpTodo.php ● edited
Providers/AppServiceProvider.php
├ todo-api/
Actions/SyncRepairFollowUps.php
└ workspaces/ — skyrift
lane-b/lane-c/lane-d/lane-e/
full copies of the repo · ~0.2s each
Tokens burned
0tokens · whole task
measured per call, not estimated
get started
❯ skyline login
❯ skyline setup # plugins · daemons · autostart
❯ skybox login
❯ skybox setup # index your repos
team? give the map a public URL — free:
❯ cloudflared tunnel create skybox # or tailscale
❯ skybox webhook install --all-registered
⇅ merges now reindex the map automatically