diff --git a/docs/1-intro.mdx b/docs/1-intro.mdx
index 9dbee785..b170a072 100644
--- a/docs/1-intro.mdx
+++ b/docs/1-intro.mdx
@@ -136,9 +136,23 @@ Want to use Developer Hub as context for an LLM? Start with the auto-generated [
If you only need one page, use the **Copy page** button in the top-right. It lets you copy the page as Markdown, or jump straight into supported LLM tools.
+For **Cursor** and **Claude Code**, install [Flare AI Skills](/network/guides/flare-ai-skills) so the agent has domain knowledge for FTSO, FAssets, FDC, and Smart Accounts.
+
:::
+
+
+
+- `Use the flare-ftso skill and show how to consume FTSO price feeds in a Solidity contract.`
+- `Use the flare-fassets skill and explain how to mint FXRP step by step`
+- `Use the flare-fdc skill and show how to request an EVMTransaction attestation and verify it in a contract`
+- `Use the flare-smart-accounts skill and show how to deposit to a vault`
+
+The agent will use the workflow and concepts from the Flare AI Skills `SKILL.md`.
+It can reference Flare Developer Hub links from the reference files.
+
+:::tip[What's next]
+
+[Deploy your first contract](/network/getting-started) to get started on Flare.
+Or explore [Developer tools](/network/developer-tools) for RPCs, wallet SDKs, bridges, indexers, and more.
+
+:::
diff --git a/docs/network/guides/overview.mdx b/docs/network/guides/overview.mdx
index dd4066e3..c2b067e4 100644
--- a/docs/network/guides/overview.mdx
+++ b/docs/network/guides/overview.mdx
@@ -16,6 +16,12 @@ Get started building on Flare with your preferred language or framework.