Skip to content

Commit 94fc3a9

Browse files
mbldatadogclaudecswatt
authored
Fix dd-llmo skill install command on MCP server and Claude Code skills pages (#37057)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: cecilia saixue wat-kim <cecilia.watt@datadoghq.com>
1 parent cc9fbc3 commit 94fc3a9

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

content/en/llm_observability/guide/claude_code_skills.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,13 @@ The skills produce structured, actionable output — RCA reports with before/aft
4141

4242
### Install the skills
4343

44-
The skills are published in the [agent-skills][6] repository. Clone the repository and copy the Agent Observability skills into your Claude Code skills directory:
44+
The skills are published in the [agent-skills][6] repository. Install them with the following command:
4545

4646
```shell
47-
git clone https://github.com/datadog-labs/agent-skills
48-
cp -r agent-skills/agent-observability/agent-observability-experiment-analyzer ~/.claude/skills
49-
cp -r agent-skills/agent-observability/agent-observability-eval-pipeline ~/.claude/skills
50-
cp -r agent-skills/agent-observability/agent-observability-eval-bootstrap ~/.claude/skills
51-
cp -r agent-skills/agent-observability/agent-observability-session-classify ~/.claude/skills
52-
cp -r agent-skills/agent-observability/agent-observability-trace-rca ~/.claude/skills
47+
npx skills add datadog-labs/agent-skills/agent-observability --full-depth -y
5348
```
5449

55-
The skills are available in any Claude Code session after copying.
50+
The skills are available in any Claude Code session after installing.
5651

5752
### Datadog MCP server
5853

content/en/llm_observability/mcp_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Agent skills are prebuilt instruction sets for AI coding agents that automate co
165165
Install the `agent-observability` skills with the following command:
166166

167167
```shell
168-
npx skills add datadog-labs/agent-skills --skill agent-observability --full-depth -y
168+
npx skills add datadog-labs/agent-skills/agent-observability --full-depth -y
169169
```
170170

171171
The skills require the `llmobs` MCP toolset to be connected. If you have not already connected it, run:

0 commit comments

Comments
 (0)