diff --git a/src/content/docs/docs/get-started.mdx b/src/content/docs/docs/get-started.mdx index 54f6d494..e43e0118 100644 --- a/src/content/docs/docs/get-started.mdx +++ b/src/content/docs/docs/get-started.mdx @@ -200,6 +200,16 @@ This installs: +### Install Genkit Agent Skills + +To provide your AI assistant with structured knowledge about Genkit, you can install the Genkit Agent Skills using the skills CLI: + +```bash +npx skills add genkit-ai/skills +``` + +For more details on AI-assisted development, see [AI-assisted development](/docs/develop-with-ai). + ## Configure your model API key Genkit can work with multiple model providers. This guide uses the **Gemini API**, which offers a generous free tier and doesn't require a credit card to get started.