Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:
DataDog
GitHub creator profile

DataDog

Repository-level view of 92 collected skills across 21 GitHub repositories, including approximate occupation coverage.

skills collected
92
repositories
21
occupation fields
3
updated
2026-05-30
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
datadog-agent
19 skills · 2026-05-29
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectos
3 occupation categories · 100% classified
21%share
#02
pup
9 skills · 2026-05-30
Administradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresDesarrolladores de software
3 occupation categories · 100% classified
9.8%share
#03
dd-trace-py
9 skills · 2026-05-14
Analistas de garantía de calidad de software y probadoresDesarrolladores de softwareAnalistas de sistemas informáticos
3 occupation categories · 100% classified
9.8%share
#04
rshell
9 skills · 2026-05-07
Analistas de garantía de calidad de software y probadoresDesarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de seguridad de la información
4 occupation categories · 100% classified
9.8%share
#05
dd-trace-dotnet
6 skills · 2026-05-12
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 occupation categories · 100% classified
6.5%share
#06
lading
6 skills · 2026-03-19
Programadores informáticos
1 occupation categories · 100% classified
6.5%share
#07
dd-sdk-ios
5 skills · 2026-03-13
Desarrolladores de softwareProgramadores informáticosAnalistas de garantía de calidad de software y probadores
3 occupation categories · 100% classified
5.4%share
#08
dd-trace-java
4 skills · 2026-05-28
Desarrolladores de softwareProgramadores informáticos
2 occupation categories · 100% classified
4.3%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
datadog-agent
19 skills3.6k1.4kupdated 2026-05-29
21% of creator
Showing top 8 of 19 collected skills in this repository.
#002
pup
9 skills83980updated 2026-05-30
9.8% of creator
pup
Administradores de redes y sistemas informáticos

Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.

2026-05-30
dd-file-issue
Desarrolladores de software

File GitHub issues to the right repository (pup CLI or plugin)

2026-05-28
dd-triage-flaky-test
Analistas de garantía de calidad de software y probadores

Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.

2026-05-27
dd-unblock-pr
Analistas de garantía de calidad de software y probadores

Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.

2026-05-27
dd-logs
Administradores de redes y sistemas informáticos

Log management - search, pipelines, archives, and cost control.

2026-05-07
dd-monitors
Administradores de redes y sistemas informáticos

Monitor management - create, update, mute, and alerting best practices.

2026-05-07
dd-debugger
Administradores de redes y sistemas informáticos

Live Debugger - inspect runtime argument/variable values in production by placing log probes on methods. Use when asked what values a function receives, what parameters look like at runtime, or to capture live data from running services without redeploying.

2026-05-05
dd-symdb
Administradores de redes y sistemas informáticos

Symbol Database - search service symbols, find probe-able methods.

2026-05-05
Showing top 8 of 9 collected skills in this repository.
#003
dd-trace-py
9 skills639509updated 2026-05-14
9.8% of creator
lint
Analistas de garantía de calidad de software y probadores

Run targeted linting, formatting, and code quality checks on modified files. Use this to validate code style, type safety, security, and other quality metrics before committing. Supports running all checks or targeting specific checks on specific files for efficient validation.

2026-05-14
run-tests
Analistas de garantía de calidad de software y probadores

Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites, selects the minimal set of venvs needed for validation, and handles test execution with Docker services as needed.

2026-05-14
debug-build-times
Desarrolladores de software

Diagnose and fix slow base venv build times caused by unnecessary recompilation of native extensions (CMake, Cython, Rust) across riot generate runs. Use when CI base venv builds are slow, when ext_cache isn't saving time, or when investigating warm build regressions.

2026-04-10
run-benchmarks
Analistas de garantía de calidad de software y probadores

Run performance benchmarks to measure the impact of code changes. Discovers relevant benchmark scenarios based on changed files, executes them comparing a baseline version against local changes, and summarizes performance results. Use this when touching performance-sensitive code paths or when asked about performance impact.

2026-04-06
review-ci
Analistas de garantía de calidad de software y probadores

Review CI results for the current branch, commit, or PR using the Datadog MCP. Use this when CI is failing, to understand what's blocking a PR, or to get actionable fix instructions for failed jobs and tests.

2026-03-25
circular-import-analysis
Desarrolladores de software

Run circular import detection against ddtrace and propose architectural fixes for any cycles found. Use this when adding or refactoring modules, or when the detect_circular_imports CI job reports new cycles on a PR.

2026-03-25
compare-cpython-versions
Analistas de sistemas informáticos

Compare CPython source code between two Python versions to identify changes in headers and structs. Use this when adding support for a new Python version to understand what changed between versions.

2025-12-11
find-cpython-usage
Analistas de sistemas informáticos

Find all CPython internal headers and structs used in the codebase, particularly for profiling functionality. Use this when adding support for a new Python version to identify what CPython internals we depend on.

2025-12-11
Showing top 8 of 9 collected skills in this repository.
#004
rshell
9 skills132updated 2026-05-07
9.8% of creator
improve-test-coverage
Analistas de garantía de calidad de software y probadores

Improve test coverage for shell features and commands using reference test suites from yash, GNU coreutils, and uutils/coreutils

2026-05-07
address-pr-comments
Desarrolladores de software

Read PR review comments, evaluate validity, implement fixes, push changes, and reply/resolve threads

2026-05-06
fix-ci-tests
Administradores de redes y sistemas informáticos

Diagnose and fix CI failures on a GitHub PR by analyzing failing checks, reading logs, and applying fixes

2026-05-06
review-fix-loop
Desarrolladores de software

Self-review a PR, fix all issues, and re-review in a loop until clean. Coordinates code-review, address-pr-comments, and fix-ci-tests skills.

2026-05-06
implement-posix-command
Desarrolladores de software

Implement a new POSIX command as a builtin in the safe shell interpreter

2026-03-25
improve-loop
Analistas de garantía de calidad de software y probadores

Systematically review and improve every shell feature and builtin command. Iterates through each feature/command, runs code-review, fixes issues, and re-reviews until clean.

2026-03-25
code-review
Analistas de garantía de calidad de software y probadores

Comprehensive code review covering security, correctness, bash compatibility, test coverage, and code quality. Use for PRs, commits, or any code changes.

2026-03-20
fix-local-tests
Analistas de garantía de calidad de software y probadores

Fix failing tests by prioritising shell implementation fixes to match bash behaviour

2026-03-20
Showing top 8 of 9 collected skills in this repository.
#005
dd-trace-dotnet
6 skills565163updated 2026-05-12
6.5% of creator
azure-functions
Desarrolladores de software

Dev/test workflow for tracer engineers working on the Datadog .NET tracer — build a local Datadog.AzureFunctions NuGet package, deploy it to a test Azure Function App, trigger it, and analyze traces/logs to verify instrumentation behavior. Use this skill whenever the user is working on Azure Functions instrumentation: building or testing the Datadog.AzureFunctions NuGet package, deploying to a test Function App, analyzing instrumentation logs or spans from an Azure Functions app, or configuring Datadog environment variables on Azure — even if they don't explicitly invoke /azure-functions.

2026-05-12
bump-libdatadog
Desarrolladores de software

Update/bump the libdatadog native library version in dd-trace-dotnet. Use when the user asks to bump, update, or upgrade libdatadog, or mentions a new libdatadog release version.

2026-05-11
analyze-azdo-build
Administradores de redes y sistemas informáticos

Analyze Azure DevOps CI build failures in dd-trace-dotnet pipeline. This skill should be used when the user mentions a failing CI build, PR checks failing, Azure DevOps pipeline failures, test failures in CI, or when they share a build ID or PR number and want to understand what went wrong. Analyzes build failures, categorizes them (infrastructure/flaky/real), and provides actionable recommendations.

2026-04-14
analyze-error
Desarrolladores de software

Error Stack Trace Analysis for dd-trace-dotnet

2026-02-26
analyze-crash
Desarrolladores de software

Stack Trace Crash Analysis for dd-trace-dotnet

2026-02-05
review-pr
Analistas de garantía de calidad de software y probadores

Perform a review on a GitHub PR, leaving comments on the PR

2026-02-05
#006
lading
6 skills9716updated 2026-03-19
6.5% of creator
#007
dd-sdk-ios
5 skills282168updated 2026-03-13
5.4% of creator
#008
dd-trace-java
4 skills722337updated 2026-05-28
4.3% of creator
#009
rules_test_optimization
4 skills10updated 2026-05-26
4.3% of creator
datadog-java-test-optimization-onboarding
Desarrolladores de software

Use when instrumenting a Bazel Java repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, direct java_test targets, repository-owned Java/JUnit wrapper macros, doctor/uploader validation, and RFC-safe setup that avoids manual tracer payload wiring, DD_GIT_* test environment variables, uploader credentials in test sandboxes, and missing remote outputs.

2026-05-26
datadog-go-test-optimization-onboarding
Desarrolladores de software

Use when instrumenting a Bazel Go repository or monorepo with Datadog Test Optimization and Orchestrion. Applies to WORKSPACE and Bzlmod consumers, large monorepos with local Go wrappers, doctor/uploader validation, and RFC-safe setup that avoids patches, payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-05-18
datadog-rules-go-orchestrion-upstream-migration
Desarrolladores de software

Use when porting this repository's vendored Orchestrion-enabled rules_go fork from its current upstream base to another upstream rules_go tag or commit. Applies to base and complete variants, metadata regeneration, variant-drift checks, smoke validation, and migration PR preparation.

2026-05-18
datadog-python-test-optimization-onboarding
Desarrolladores de software

Use when instrumenting a Bazel Python repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, managed pytest targets, repository-owned pytest wrappers, consumer_runner mode, doctor/uploader validation, and RFC-safe setup that avoids payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-05-12
#010
dd-trace-js
3 skills811391updated 2026-05-28
3.3% of creator
llmobs-integration
sin clasificar

Use when adding, debugging, or modifying LLMObs plugins for an LLM library in dd-trace-js. Triggers: "add LLMObs support", "instrument chat completions / streaming / embeddings / agent runs / orchestration / tool calls / retrieval", "LLMObsPlugin", "getLLMObsSpanRegisterOptions", "setLLMObsTags", "LlmObsCategory", "LlmObsSpanKind", any provider tag ("openai" / "anthropic" / "genai" / "google" / "langchain" / "langgraph" / "ai-sdk" llmobs), "VCR cassettes".

2026-05-28
llmobs-testing
sin clasificar

Use when writing, modifying, or debugging tests for an LLMObs plugin in dd-trace-js. Triggers: "write LLMObs tests", "test an LLMObs plugin", "assertLlmObsSpanEvent", "useLlmObs", "getEvents", any MOCK_* matcher ("MOCK_STRING" / "MOCK_NOT_NULLISH" / "MOCK_NUMBER" / "MOCK_OBJECT"), "VCR cassette", "vcr proxy", "127.0.0.1:9126", any LlmObsCategory test ("LLM_CLIENT" / "MULTI_PROVIDER" / "ORCHESTRATION" / "INFRASTRUCTURE").

2026-05-28
apm-integrations
Desarrolladores de software

This skill should be used when the user asks to "add a new integration", "instrument a library", "add instrumentation for", "create instrumentation", "new dd-trace integration", "add tracing for", "TracingPlugin", "DatabasePlugin", "CachePlugin", "ClientPlugin", "ServerPlugin", "CompositePlugin", "ConsumerPlugin", "ProducerPlugin", "addHook", "shimmer.wrap", "orchestrion", "bindStart", "bindFinish", "startSpan", "diagnostic channel", "runStores", "reference plugin", "example plugin", "similar integration", or needs to build, modify, or debug the instrumentation and plugin layers for a third-party library in dd-trace-js.

2026-03-04
#011
saluki
3 skills3611updated 2026-05-22
3.3% of creator
binary-size-analysis
Programadores informáticos

Analyze agent-data-plane binary size to identify top crates and modules contributing to binary size, and evaluate optimization opportunities. TRIGGER when: user asks about binary size, code size, shrinking the binary, binary optimization, reducing binary footprint, evaluating what contributes to binary size, or asks to find ways to make the binary smaller. DO NOT TRIGGER when: user asks about runtime memory usage, memory leaks, allocation profiling, or performance tuning.

2026-05-22
external-pr-ci-trigger
Administradores de redes y sistemas informáticos

Trigger CI for an external contributor's pull request by mirroring their fork branch onto DataDog/saluki under an `<owner>/<branch>` name. External forks don't run CI by default for security reasons; this skill lets an authorized maintainer push the fork's branch up to the main repo so the PR's CI checks attach to a trusted branch. TRIGGER when: user asks to run CI on an external/contributor PR, push an external branch for CI, mirror a fork branch, or invokes `/external-pr-ci-trigger`. DO NOT TRIGGER when: user wants to run CI on their own branch or on an internal PR — those run CI automatically.

2026-05-22
confkey
Desarrolladores de software

Audit configuration keys (ConfKeys) that are used in agent-data-plane and in the Datadog Agent looking for differences that should be either documented or fixed. Maintains files at: - docs/agent-data-plane/configuration/dogstatsd.md - docs/agent-data-plane/configuration/dogstatsd/ Available in multiple modes. See .claude/skills/confkey/README.md Note, this skill is currently specialized for DogStatsD configuration, but may be more general in the future.

2026-04-24
#012
stratus-red-team
2 skills2.3k297updated 2026-02-12
2.2% of creator
Mostrando 12 de 21 repositorios