By jek-bao-choo
Instrument Python applications with Datadog APM. Covers FastAPI, LangChain, and LangGraph with the Datadog Python tracer.
Use this skill whenever the user wants to instrument a FastAPI application with Datadog APM. Triggers on mentions of Python APM, ddtrace FastAPI, FastAPI tracing, or Datadog Python tracer. Also applies for Python web API monitoring with Datadog.
Use this skill whenever the user wants to instrument a LangChain application with Datadog APM and LLM Observability. Triggers on mentions of LangChain tracing, LLM Observability, Datadog LangChain, or AI agent monitoring with Datadog.
Use this skill whenever the user wants to instrument a LangGraph application with Datadog APM and LLM Observability. Triggers on mentions of LangGraph tracing, LangGraph monitoring, or Datadog LLM Observability for conversational AI.
Use this skill whenever the user needs to build and deploy a FastAPI application. Triggers on mentions of FastAPI setup, Python API gateway, Gunicorn FastAPI, or deploying a FastAPI app with Docker. Also applies when the user wants to prepare a Python API for Datadog APM instrumentation.
Use this skill whenever the user needs to build and deploy a LangChain agent application. Triggers on mentions of LangChain setup, LangChain agent, tool calling with LangChain, or Python AI agent deployment.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated library of agentic plugins and skills for Claude that guide prospects and customers through setting up, instrumenting, and validating a Datadog proof of concept across any tech stack.
Each plugin represents a technology domain — an infrastructure platform, a programming language, a database engine, or a message queue. Each skill within a plugin is a focused, version-aware procedure that Claude can execute: provisioning a cluster, installing the Datadog Agent, instrumenting a Spring Boot app, enabling Database Monitoring, or validating that telemetry is flowing.
Prospects pick the plugins that match their stack. Claude reads the relevant skills, adapts to their specific versions, and walks them through setup step by step — from zero to traces, metrics, and logs in Datadog. Disclaimer: this marketplace is not endorsed by Datadog - the plugins are unofficial.
Prospects and customers use this repository during a Datadog PoC. You select the plugins that match your infrastructure, languages, databases, and queues. Claude loads the relevant skills and guides you through setup, instrumentation, and validation — adapted to your exact versions and configuration.
Datadog Solutions Engineers contribute to this repository. You author and maintain the plugins, skills, reference variants, validation scripts, and sample applications. Each contribution makes the PoC experience faster and more reliable for the next prospect. See the Contributing section for how to add or improve plugins and skills.
Add the plugin:
claude plugin marketplace add https://github.com/jek-bao-choo/datadog-agentic-plugins
Start Claude then add the plugin
/plugin marketplace add https://github.com/jek-bao-choo/datadog-agentic-plugins
/plugin install quickstart@datadog-agentic-plugins
/reload-plugins
/quickstart:menu
The repository is a Claude Code marketplace registered via .claude-plugin/marketplace.json at the repo root. Each plugin is a directory with its own .claude-plugin/plugin.json manifest (required by Claude Code) and a PLUGIN.md overview (a convention for this marketplace).
datadog-agentic-plugins/
.claude-plugin/
marketplace.json # Marketplace registry — lists all available plugins
{plugin-name}/
.claude-plugin/
plugin.json # Required — Claude Code plugin manifest (JSON)
PLUGIN.md # Convention — plugin overview, category, dependencies, versions
skills/ # Required — at least one skill
skill-name/
SKILL.md # Entry point — version matrix, routing logic, core instructions
references/ # Version-variant instruction docs Claude reads into context
scripts/ # Validation and setup automation Claude executes
assets/ # Deployable sample apps, schemas, config files the prospect runs
commands/ # Optional — slash commands (.md files)
hooks/ # Optional — event-driven automation (hooks.json)
agents/ # Optional — subagent definitions (.md files)
.mcp.json # Optional — MCP server integrations
A plugin represents a technology domain. It groups related skills and declares dependencies on other plugins. The .claude-plugin/plugin.json manifest is required for Claude Code to discover and load the plugin. The PLUGIN.md file is a supplementary convention specific to this marketplace — it provides category, dependency, and version information that Claude reads and interprets.
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin python-instrumentationSet up Datadog Database Monitoring for PostgreSQL running as a Kubernetes workload. Covers Zalando Postgres Operator with PostgreSQL 17.
Set up Datadog monitoring on Azure Red Hat OpenShift (ARO) clusters with the Datadog Operator and DDOT Collector.
Set up Datadog Database Monitoring for Amazon RDS MySQL. Covers RDS instance provisioning with read replicas via Terraform.
Set up Datadog Database Monitoring for self-hosted MySQL. Covers MySQL 8.4 master-slave replication on EC2 via Terraform.
Instrument Java applications with Datadog APM
Forward Claude Code hook events to a locally running lapdog / dd-apm-test-agent on http://localhost:8126 for trace, prompt, tool-call, and cost visibility.
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
Set up distributed tracing for microservices
Commands for setting up monitoring and observability
Editorial "Observability & Monitoring" bundle for Claude Code from Antigravity Awesome Skills.
Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more