Skip to main content

Overview

Agent Skills let coding agents like Claude Code and Cursor interact with Docent via the SDK. Instead of manually writing ingestion scripts or SDK queries, you describe what you want in natural language and the skill handles the implementation. 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 by automatically writing DQL queries, comparing runs between models side-by-side at scale, taxonomizing failures into clusters, and more.
The source code for our plugin is publicly available on Github.

Quickstart (Claude Code)

We recommend installing our Claude Code plugin so you can receive automatic updates. To use Cursor, VS Code, and other agent harnesses, navigate to the Ingestion or Agentic Analysis pages for setup instructions.
Install Claude Code and open it in your working directory by running claude. Run the following inside of Claude Code. Add the Transluce plugin marketplace:
/plugin marketplace add TransluceAI/claude-code-plugins
Install the Docent plugin:
/plugin install docent@transluce-plugins
Restart Claude Code after installation. Type / to verify that /ingestion and /analysis are available.

What’s next

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