ConductorScore scores your last 30 days of Claude Code or OpenAI Codex usage on a 100-point scale across five skill dimensions and gives you a verifiable, shareable credential.
Ask candidates to share a ConductorScore profile when they apply. Get an objective skill score based on what they’ve actually coded in the last 30 days.
Create a private leaderboard for your engineering team. Track who's shipping with AI, find the power users worth learning from, and justify the AI tooling spend with real signal.
gh skill install https://github.com/flatironconsulting/conductorscore conductorscore --agent claude-code --scope user --force — which writes it into ~/.claude/skills/conductorscore/. Running /conductorscore links this machine via GitHub device flow, scans 30 days of your JSONL on-device, and uploads numbers-only to the server. The scan itself takes ~47 seconds for ~140 sessions.session_viewer.pydirectly) and it renders that session's HITL / AFK / Tool / Idle timeline, leverage table, and subagent panels as a self-contained HTML page — entirely on your machine, nothing uploaded. It's redacted by default (hashes + counts only, so the page is safe to share); add --no-redactto see the real transcript text. It reuses the same classifier that produces your score, so the bars you see match the numbers you're scored on.~/.claude/projects/ for Claude Code and ~/.codex/sessions/ for Codex. Adapters for OpenCode, Cursor, and Cowork are coming. The metrics normalize across a shared event stream so the dashboard shape stays the same.claude --teleport, which does write its JSONL into ~/.claude/projects/ — and since our scanner reads the whole file, it would score it. Full support for Claude Code on the web is coming — we're building automatic, lossless scoring of your cloud sessions so you don't have to teleport them one by one. Codex Cloud will follow once OpenAI ships a way to export task logs locally.conductorscore.com/u/yourhandle and shows your score, grade, percentile, per-component breakdown, and 30-day activity. The leaderboard ranks public profiles by composite score, recomputed nightly. The auto-rendered OG card is what your shared links look like on X/LinkedIn.WIRE_FORMAT.md in the public client repo. The data inspector shows every field the client can send, with a sanitized example payload — designed to clear enterprise security review. To hand your security team a head start, Claude's independent audit planted secrets in every leak-prone position and confirmed none reach the upload.