diff --git a/main/docs/quickstart/native/ionic-angular/index.mdx b/main/docs/quickstart/native/ionic-angular/index.mdx
index 8bf65c98a..a49001bf3 100644
--- a/main/docs/quickstart/native/ionic-angular/index.mdx
+++ b/main/docs/quickstart/native/ionic-angular/index.mdx
@@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";
+
+If you use an AI coding assistant like Claude Code, Cursor, or GitHub Copilot, you can add Auth0 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
+First, install the Auth0 agent skills:
+```bash
+npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-angular
+```
+Then, ask your AI assistant:
+```text
+Add Auth0 authentication to my Ionic Angular app
+```
+Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 Angular SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
+
+
## Get Started
This quickstart demonstrates how to add Auth0 authentication to an Ionic Angular application with Capacitor. You'll build a mobile-ready app with login, logout, and user profile features using the Auth0 Angular SDK and Capacitor's native browser plugins.
diff --git a/main/docs/quickstart/native/ionic-react/index.mdx b/main/docs/quickstart/native/ionic-react/index.mdx
index de81835a4..6dd95fdc9 100644
--- a/main/docs/quickstart/native/ionic-react/index.mdx
+++ b/main/docs/quickstart/native/ionic-react/index.mdx
@@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";
+
+If you use an AI coding assistant like Claude Code, Cursor, or GitHub Copilot, you can add Auth0 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
+First, install the Auth0 agent skills:
+```bash
+npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-react
+```
+Then, ask your AI assistant:
+```text
+Add Auth0 authentication to my Ionic React app
+```
+Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 React SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
+
+
## Get Started
This quickstart demonstrates how to add Auth0 authentication to an Ionic React application with Capacitor. You'll build a mobile-ready app with login, logout, and user profile features using the Auth0 React SDK and Capacitor's native browser integration.
diff --git a/main/docs/quickstart/native/ionic-vue/index.mdx b/main/docs/quickstart/native/ionic-vue/index.mdx
index 16bf51cba..e260cfd20 100644
--- a/main/docs/quickstart/native/ionic-vue/index.mdx
+++ b/main/docs/quickstart/native/ionic-vue/index.mdx
@@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";
+
+If you use an AI coding assistant like Claude Code, Cursor, or GitHub Copilot, you can add Auth0 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
+First, install the Auth0 agent skills:
+```bash
+npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-vue
+```
+Then, ask your AI assistant:
+```text
+Add Auth0 authentication to my Ionic Vue app
+```
+Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 Vue SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
+
+
## Get Started
This quickstart demonstrates how to add Auth0 authentication to an Ionic Vue application running on iOS and Android with Capacitor. You'll build a secure mobile app with login, logout, and user profile features using the Auth0 Vue SDK and Capacitor's native browser plugins.