diff --git a/README.md b/README.md index 1f6abb28..fad232b4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ To get started, simply run: npx nuxi@latest module add scripts ``` +> [!TIP] +> Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld): +> ```bash +> npx skilld add @nuxt/scripts +> ``` + That's it! The Nuxt Scripts module should be downloaded and added to your Nuxt Config `modules`. ## 📦 Examples diff --git a/docs/content/docs/1.getting-started/2.installation.md b/docs/content/docs/1.getting-started/2.installation.md index 2d03210a..7670e1af 100644 --- a/docs/content/docs/1.getting-started/2.installation.md +++ b/docs/content/docs/1.getting-started/2.installation.md @@ -11,6 +11,12 @@ To get started, simply run: npx nuxi@latest module add scripts ``` +> [!TIP] +> Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld): +> ```bash +> npx skilld add @nuxt/scripts +> ``` + That's it! The Nuxt Scripts module should be downloaded and added to your Nuxt Config `modules`. ## Next Steps