Add DataDog claude-marketplace plugins to Claude settings#6420
Merged
Conversation
Registers the DataDog/claude-marketplace as a known marketplace and enables the `dd` and `marketplace-auto-update` plugins. Denies skills not relevant for this repository. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
|
This comment has been minimized.
This comment has been minimized.
b45d176 to
fb72ee8
Compare
Add .claude/* rule to libraries_and_scenarios_rules.yml so that changes to Claude Code configuration files do not trigger PR test runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
robertomonteromiguel
left a comment
There was a problem hiding this comment.
Could you add some lines in the doc: docs/ai/ai-tools-integration-guide.md about this?
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
robertomonteromiguel
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
Adds
.claude/settings.jsonto enable the Datadog Claude Marketplace plugins, with irrelevant skills filtered out via permission deny rules.No manual setup required — the
settings.jsonhandles marketplace registration and plugin activation automatically when Claude Code is launched from this repo.Reason for change
Gives contributors access to shared Datadog-wide Claude Code tooling (CI debugging, PR workflows, employee lookup, Jira integration) that complements the repo-specific local skills already defined under
.claude/skills/.Implementation details
Enables the
ddplugin bundle from the marketplace, then usespermissions.denyrules to block skills not relevant to dd-trace-dotnet.Marketplace skills — allowed
dd:\ci:fixdd:fetch-ci-resultsdd:\pr:address-feedbackdd:get-pr-feedbackdd:jira-ticket-solverdd:whoisthisMarketplace skills — denied
dd:conductordd:trebuchetdd:render-helmdd:deploy-yaml-local-devdd:integratedd:live-test-apidd:debug-ddci-requestExisting local skills (unchanged)
/analyze-crash/analyze-error/review-pr/troubleshoot-ci-buildTest coverage
Configuration-only change, no code changes.
Other details
The
DataDog/claude-marketplacerepo is private. For external contributors, the marketplace plugins will simply fail to load — local skills and core Claude Code functionality remain fully available.