Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -608,6 +608,10 @@
{
"source": "/references/integrations/lightdash-yaml",
"destination": "/guides/lightdash-yaml"
},
{
"source": "/guides/developer/agentic-coding",
"destination": "/guides/developer/agent-skills"
}

],
Expand Down
4 changes: 2 additions & 2 deletions get-started/develop-in-lightdash/install-skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down