Internal Claude Code extensions for METR employees
npx claudepluginhub revmischa/claude-codeDatadog monitoring integration via MCP - query logs, metrics, monitors, SLOs, and service definitions
Code analysis tools: /analyze command with bug-finder, code-simplifier, and type-checker agents
Internal Claude Code extensions for METR employees.
Add the marketplace:
/plugin marketplace add METR/claude-code
Install plugins:
/plugin install datadog-mcp@metr-claude-code
/plugin install code-analysis@metr-claude-code
Datadog monitoring integration via MCP. Provides tools for:
Requirements:
DD_API_KEY and DD_APP_KEY environment variablesuv package managerCode analysis tools for improving code quality.
Command:
/analyze - Run type-checker, bug-finder, and code-simplifier on recent changesAgents:
bug-finder - Find subtle bugs, edge cases, and potential failure modescode-simplifier - Identify unnecessary complexity and simplification opportunitiestype-checker - Improve Python type safetyAdd new plugins to the plugins/ directory following the existing structure:
plugins/
your-plugin/
.claude-plugin/
plugin.json
skills/
commands/
agents/
hooks.json (optional)
Then add an entry to .claude-plugin/marketplace.json.