Trackline — AI skill for Claude Code
An alignment layer for AI agents.
How to install Trackline
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open yerinsabraham/trackline and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Trackline does
An alignment layer for AI agents. Watches whether an agent's actions still match the task, rules and evidence it was given: beside local coding agents like Claude Code, and across production agent traces. One engine, two surfaces. The CI eval gate is the first working component.
Alternatives in AI
- Browserwing — BrowserWing turns your browser actions into MCP commands Or Claude Skill, allowing AI agents to control browse 1.2k ★
- Kibitz — Real-time decoded feed of AI agent actions — monitor multiple Claude Code & Codex sessions, see exactly what e 521 ★
- HarnessKit — More than a skill manager — manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across e 416 ★
README
trackline
**An alignment layer for AI agents.**
Trackline watches whether an AI agent's actions still match the task, the rules and the evidence it was given. It works across two surfaces:
- Locally, it runs beside coding agents like Claude Code, Codex and Cursor, catching drift while the work is still happening.
- In production, it ingests agent traces, scores alignment, and flags runs where the agent appears to have gone off task.
The same core engine powers both: **normalise what the agent did, compare it against intent, produce an evidence-backed verdict.**
An agent that goes off task does not crash. It edits files nobody mentioned, ignores the rules file it read an hour ago, and the build stays green. Tests check that code does what it was written to do; they have no opinion on whether it is the code you asked for. Trackline is the layer that notices.
Build status
Trackline is being built in phases. This section is the only part of this README that changes as they land.
| Component | Status |
|---|---|
| Eval gate (CI regression gate) | ✅ Working. Documented below. |
| Core alignment engine | Foundation phase |
| Local surface (coding agents) | Not started |
| Production surface (trace ingest) | Not started |
The eval gate is the first working component and will fold into the broader alignment engine as its CI-side entry point. It is real, tested and gating merges today; everything else is honest roadmap.
Design notes and the reasoning behind the phases: [yerinsabraham.com/engineering/nothing-notices-when-an-agent-drifts](https://yerinsabraham.com/engineering/nothing-notices-when-an-agent-drifts).
**The measurements behind the design are in [`docs/experiments/`](docs/experiments/),** with the code and raw data that produced them:
| Question | Answer | |
|---|---|---|
| 1 | When a hook blocks an agent and explains why, does the agent correct itself? | **Yes, 11 |
Related Skills
Bearing
An intel layer for AI coding agents that assumes its own rules might be wrong — and keeps the evidence. Author
Franken Alignment
Evidence-carrying control system for powerful AI agents, featuring epistemic MVCC, authority graphs, progressi
Stakeholder Analysis Skill For Developing Partnership Strategy
Free AI skill that turns stakeholder analysis into a partnership strategy: stakeholder mapping matrix (impact
Svdo Meter
SVDO Meter is an open-source telemetry and evaluation layer for AI coding agents. Measure execution, token usa
AI Spend Agent
Open-source financial accountability for AI-agent work. Connect Claude Code and Codex activity to cost evidenc
Shiin
Shiin is an agent-agnostic authorization layer for AI agent actions. It sits between AI agents (Claude Code, C
Related Agents
Pi Implementer
Implementation lane driven by the pi CLI (a local multi-provider coding agent, distinct from omp). Model-agnos
PR Check Watcher
Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU