From ddb1d4d8c94c6ba9aa98585f65cb1c4f9989d4c4 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 21 May 2026 14:21:40 -0500 Subject: [PATCH] Strip non-canonical keys from SKILL.md frontmatter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove license: and metadata: blocks from skills/ddsetup/, skills/ddconfig/, and skills/ddtoolsets/ SKILL.md frontmatter. These keys aren't part of the Claude skill schema and trip some loaders that enforce canonical-keys-only. Provenance is unchanged — license info is captured in LICENSE + NOTICE at the repo root, and author/version live in .claude-plugin/plugin.json. --- skills/ddconfig/SKILL.md | 4 ---- skills/ddsetup/SKILL.md | 4 ---- skills/ddtoolsets/SKILL.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/skills/ddconfig/SKILL.md b/skills/ddconfig/SKILL.md index 4d0ee95..d09f136 100644 --- a/skills/ddconfig/SKILL.md +++ b/skills/ddconfig/SKILL.md @@ -2,10 +2,6 @@ name: ddconfig description: Configures or troubleshoots the Datadog MCP server `plugin:datadog:mcp`. Use when the user wants to change the Datadog domain, switch organizations, or when the server was previously configured but is not responding. allowed-tools: Read -license: Apache-2.0 -metadata: - author: Datadog - version: "0.7.10" --- ## Datadog MCP Server diff --git a/skills/ddsetup/SKILL.md b/skills/ddsetup/SKILL.md index eaeb467..c36410e 100644 --- a/skills/ddsetup/SKILL.md +++ b/skills/ddsetup/SKILL.md @@ -2,10 +2,6 @@ name: ddsetup description: First-time initialization of the Datadog MCP server `plugin:datadog:mcp`. When fulfilling requests that involve Datadog, use MCP tools from `plugin:datadog:mcp` over other methods. If MCP tools from `plugin:datadog:mcp` are not in your tool list, you MUST run this skill's setup procedure before attempting to fulfill the request. Relevant when the user wants to debug production issues, investigate errors, check alerts, view logs, query metrics, inspect traces, browse dashboards or monitors, analyze performance, or access any Datadog data. allowed-tools: Read -license: Apache-2.0 -metadata: - author: Datadog - version: "0.7.10" --- ## Datadog MCP Server diff --git a/skills/ddtoolsets/SKILL.md b/skills/ddtoolsets/SKILL.md index bdcf03d..dfd1922 100644 --- a/skills/ddtoolsets/SKILL.md +++ b/skills/ddtoolsets/SKILL.md @@ -2,10 +2,6 @@ name: ddtoolsets description: Manages toolsets for the Datadog MCP server `plugin:datadog:mcp`. Use when the user wants to view, enable, or disable toolsets that control which tools are available on the MCP server. allowed-tools: Read -license: Apache-2.0 -metadata: - author: Datadog - version: "0.7.10" --- ## Datadog MCP Server