Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$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
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

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

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
Showing top 8 of 9 collected skills in this repository.
#003
dd-trace-py
9 skills639509updated 2026-05-14
9.8% of creator
lint
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
컴퓨터 시스템 분석가

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
컴퓨터 시스템 분석가

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
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
소프트웨어 개발자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

Error Stack Trace Analysis for dd-trace-dotnet

2026-02-26
analyze-crash
소프트웨어 개발자

Stack Trace Crash Analysis for dd-trace-dotnet

2026-02-05
review-pr
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
미분류

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
미분류

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
소프트웨어 개발자

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
컴퓨터 프로그래머

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
저장소 21개 중 12개 표시