diff --git a/docs.json b/docs.json index 2cb4d473..e1e414fd 100644 --- a/docs.json +++ b/docs.json @@ -144,7 +144,7 @@ "group": "Developer guides", "icon": "list-check", "pages": [ - "guides/developer/agentic-coding", + "guides/developer/agent-skills", "guides/developer/dbt-model-best-practices", "guides/developer/preview-projects", "guides/developer/dbt-write-back", @@ -608,6 +608,10 @@ { "source": "/references/integrations/lightdash-yaml", "destination": "/guides/lightdash-yaml" + }, + { + "source": "/guides/developer/agentic-coding", + "destination": "/guides/developer/agent-skills" } ], diff --git a/get-started/develop-in-lightdash/install-skills.mdx b/get-started/develop-in-lightdash/install-skills.mdx index bbdd12ad..c6c945a9 100644 --- a/get-started/develop-in-lightdash/install-skills.mdx +++ b/get-started/develop-in-lightdash/install-skills.mdx @@ -17,7 +17,7 @@ Install the Lightdash skills to enable AI-powered development with Claude Code o lightdash install-skills ``` -This command installs skills for Claude by default. For other AI coding agents, see the [detailed installation guide](/guides/developer/agentic-coding#installing-skills). +This command installs skills for Claude by default. For other AI coding agents, see the [detailed installation guide](/guides/developer/agent-skills#installing-skills). ## What you can build @@ -72,7 +72,7 @@ dashboards. Update all references and maintain the relationships. ## Next steps -For detailed installation options (global install, custom paths, different AI agents), see the [Agentic coding guide](/guides/developer/agentic-coding). +For detailed installation options (global install, custom paths, different AI agents), see the [Agent skills guide](/guides/developer/agent-skills). Once installed, you can use Claude Code or Cursor to build your Lightdash project conversationally without opening the UI. diff --git a/guides/developer/agentic-coding.mdx b/guides/developer/agent-skills.mdx similarity index 99% rename from guides/developer/agentic-coding.mdx rename to guides/developer/agent-skills.mdx index 98d22354..66d7bd64 100644 --- a/guides/developer/agentic-coding.mdx +++ b/guides/developer/agent-skills.mdx @@ -1,5 +1,5 @@ --- -title: "Agentic coding" +title: "Agent skills" description: "Use AI coding agents like Cursor, Claude Code, Codex, and Antigravity to build and maintain your Lightdash semantic layer." ---