Skip to main content

Overview

Agent skills enable coding agents like Claude, Codex, and Cursor to analyze AI agent behavior on your behalf. We currently offer two skills:
  • Ingestion: Upload existing agent logs to Docent without writing custom scripts. The skill detects your log format, validates the data, and handles the upload.
  • Analysis: Run flexible analysis workflows: e.g., structured data analysis, comparing runs between models side-by-side at scale, taxonomizing failures into clusters, etc.

Installation

1

Install Docent for your coding agent

Supports: Ingestion and AnalysisTo install, add the Transluce marketplace, then install the Docent plugin:
claude plugin marketplace add TransluceAI/claude-code-plugins
claude plugin install docent@transluce-plugins
To update an existing installation:
claude plugin update docent@transluce-plugins
Restart Claude Code after installation. Type / to verify that /ingestion and /analysis are available.
2

Create `docent.env` and add your API key

Create a docent.env file in your workspace:
cat <<'EOF' > docent.env
DOCENT_API_KEY=
DOCENT_DOMAIN=docent.transluce.org
EOF
Then generate a Docent API key and paste it into that file:
  1. Go to Settings → API Keys in Docent.
  2. Create a new API key.
  3. Copy the key into docent.env as the value of DOCENT_API_KEY.

What’s next

  • Need to upload your logs? Start with Ingestion
  • Ready to analyze your data? See Analysis