loadouts / coding
Loadout

Coding Agent

See the failing trace, find the cause, ship the fix — without leaving the loop.

5 servers2 toolsread-only

For: Engineers running an agent across a real repo, production telemetry, and a browser.


01The kit · 5 servers

02Governance

Reads (traces, repos, docs) are cheap and safe — the foundation of every good change. The writes (PRs, file edits) are where consequences live: scope the filesystem to the project, and review PRs before merge. The loadout is arranged so the agent looks before it leaps.

2 read

03Plays
Fix a production bug
  1. Read the failing trace and release health (Sentry)
  2. Find the cause in the repo, against correct API docs (GitHub, Context7)
  3. Open a fix PR and verify it in a real browser (GitHub, Playwright)
Ship a feature
  1. Scaffold against current docs and local files (Context7, Filesystem)
  2. Drive the UI to test the change (Playwright)
  3. Open the PR for review (GitHub)

Run this loadout

Assemble Coding Agent in Loadouts — the servers wired up, the governance enforced, the plays ready to run.