EvoTrace
Description
Compile real-world Claude Code and Codex trajectories into verified, tradable post-training assets.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
EvoTrace
Turn real-world Claude Code and Codex sessions into reusable training, evaluation, and verification assets.
**A local-first trajectory compiler built on DeepSeek Harness.**
[Get started](#get-started) · [What you get](#what-you-get) · [Workflow](#the-core-workflow) · [Architecture](#built-on-deepseek-harness) · [中文](README.zh-CN.md)
[](https://github.com/jinzijian/EvoTrace/actions/workflows/ci.yml) [](https://github.com/deepseek-ai/deepseek-harness) [](LICENSE)
EvoTrace imports the coding-agent work already stored on your machine, finds the sessions worth keeping, and compiles them into evidence-backed preference data, replayable coding tasks, RL environments, and execution-reward candidates. You keep the source data and the resulting assets under your control.
It is **not another coding agent** and does not require you to change how you use Claude Code or Codex.
[!WARNING] EvoTrace is early alpha, and DeepSeek Harness is a developer preview. Generated tasks and verifiers remain candidates until they pass the documented evidence and Docker validation gates.
Get started
1. Install
macOS, Linux, or WSL:
curl -LsSf https://raw.githubusercontent.com/jinzijian/EvoTrace/main/install.sh | sh
Windows PowerShell:
irm https://raw.githubusercontent.com/jinzijian/EvoTrace/main/install.ps1 | iex
2. Launch
evotrace
EvoTrace opens the DeepSeek Harness Web app. In **Settings**, choose any provider supported by your Harness setup, such as DeepSeek, OpenAI, or Anthropic. Local import and deterministic mining do not require a model; agent review, harden
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11