From d37c4def179418628dab96cdb2e05c31800fba6b Mon Sep 17 00:00:00 2001 From: javier Date: Wed, 3 Jun 2026 11:57:00 +0200 Subject: [PATCH] Update agent skill repo references to questdb/skills Rename install/repo references from questdb/questdb-agent-skill to questdb/skills ahead of the GitHub repo rename. The heading anchor is left unchanged. --- documentation/getting-started/ai-coding-agents.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/getting-started/ai-coding-agents.mdx b/documentation/getting-started/ai-coding-agents.mdx index fbbb45447..4ee1c1e92 100644 --- a/documentation/getting-started/ai-coding-agents.mdx +++ b/documentation/getting-started/ai-coding-agents.mdx @@ -50,7 +50,7 @@ Claude Code: I'll query the QuestDB REST API to list your tables. ## QuestDB agent skill -The QuestDB agent skill is an experimental skill for Claude Code and Codex. It embeds QuestDB-specific knowledge directly into the agent's context - SQL syntax, common mistakes, ingestion patterns, Grafana templates, and financial indicator recipes - so the agent can build complete data pipelines without searching the docs for every step. For topics not covered by the skill, the agent falls back to the online documentation automatically. +The QuestDB agent skill is an experimental skill for Claude Code and Codex. It embeds QuestDB-specific knowledge directly into the agent's context - SQL syntax, common mistakes, ingestion patterns, Grafana templates, and financial indicator recipes - so the agent can build complete data pipelines without searching the docs for every step. For topics not covered by the skill, the agent falls back to the online documentation automatically. ### Installation @@ -62,7 +62,7 @@ The Que ```shell -npx skills add questdb/questdb-agent-skill +npx skills add questdb/skills ``` This installs the skill globally for Claude Code. To install it for a specific project only, run the command from the project directory with the `--local` flag. @@ -71,7 +71,7 @@ This installs the skill globally for Claude Code. To install it for a specific p -Copy the `questdb/` folder from the repository into your skills directory: +Copy the `questdb/` folder from the repository into your skills directory: **Claude Code:** - `~/.claude/skills/questdb/` - available in all projects