opentraces
Capture, secure, and publish coding session traces
All Skills in This Repository (22)
Pure Emerald Level Indicatorsopentraces
Capture AI agent actions and convert traces into datasets.
opentraces-workflow-authoring
Automate OpenTraces dataset workflow creation with JSONL row schema validation.
opentraces-skill-verifier
Author and calibrate skill verifier rubrics for agent alignment.
grill-me-intent-curator
Build grill-me-intents dataset rows from run packets and schemas.
otbox
Provision and manage isolated test environments for software applications.
docs-update
Synchronize code changes across documentation zones with parallel agents and adversarial review.
release-cli
Automate opentraces CLI releases with version updates, tests, Git operations, and GitHub releases.
release-pack
Orchestrate full software package releases with version bumps, documentation checks, and automated publishing.
deploy-site
Deploy a Next.js site to Vercel and verify all pages and viewports.
issue-to-pr
Convert GitHub issues into pull requests with adversarial verification checks.
gitsync
Automate git pull, status, commit, and push across multiple repositories.
opentraces-marketing
Generates branded marketing screenshots of opentraces CLI commands.
Frequently Asked Questions
FAQPage SchemaHow to install opentraces?βΌ
Run `npx skills add JayFarei/opentraces --all -g -y` in your terminal to install all skills in this suite globally.
What does opentraces do?βΌ
It records what a coding agent saw, did, and changed during a session, stores that evidence locally, and links each change to the Git commit that accepted it. You can then search, slice, and reuse that record for bug reports, PRs, evals, and datasets.
Which coding agents does opentraces support?βΌ
It captures sessions from Claude Code, Codex CLI, and Pi via hooks and extensions, with an adapter contract ready for additional agents.
Does opentraces send my data anywhere?βΌ
No. Everything stays in a private local bucket until you explicitly opt in to sync or publish, and security scanning with redaction runs before anything leaves your machine.
Can I build datasets from my traces?βΌ
Yes. Workflow skills project captured traces into schema-valid JSONL rows that you review locally and then publish to HuggingFace Hub.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core