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
Install Docent for your coding agent
- Claude Code
- Cursor/VSCode
- Codex
- Other IDEs
Supports: Ingestion and AnalysisTo install, add the Transluce marketplace, then install the Docent plugin:To update an existing installation:Restart Claude Code after installation. Type
/ to verify that /ingestion and /analysis are available.Create `docent.env` and add your API key
Create a Then generate a Docent API key and paste it into that file:
docent.env file in your workspace:- Go to Settings → API Keys in Docent.
- Create a new API key.
- Copy the key into
docent.envas the value ofDOCENT_API_KEY.

