diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index b5bf34ea..dc1dbdb0 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -6693,6 +6693,7 @@ It’s a great reference for more advanced setups and orchestration. Juno provides several ways to integrate with AI tools, from documentation context files to a full MCP server for managing your project through natural language. * ([LLMs.txt](#llmstxt)): help AI tools better understand the platform +* ([Agent Skills](#agent-skills)): up-to-date knowledge for AI coding agents * ([MCP Server](#mcp-server)): interact with Juno directly from your AI tool --- @@ -6753,6 +6754,24 @@ Read more in the [Cursor documentation](https://docs.cursor.com/context/@-symbol --- +## Agent Skills + +A [Juno skill](https://skills.sh/junobuild/skills/juno) is available for AI coding agents. It provides up-to-date knowledge about Juno's CLI, SDK, and serverless functions directly in your agent's context. + +### Install + +``` +npx skills add junobuild/skills +``` + +Compatible with Claude Code, Cursor, Copilot, and [other agents](https://skills.sh). + +### Resources + +* [Source repository](https://github.com/junobuild/skills) + +--- + ## MCP Server A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for Juno is available, built and maintained by a Juno community contributor. It allows MCP-compatible AI tools - such as Claude, Cursor, or VS Code Copilot - to interact with Juno directly through natural language. diff --git a/docs/guides/ai.md b/docs/guides/ai.md index 8764c443..90cddde7 100644 --- a/docs/guides/ai.md +++ b/docs/guides/ai.md @@ -9,6 +9,7 @@ description: Learn how to use Juno with AI tools, from llms.txt files for better Juno provides several ways to integrate with AI tools, from documentation context files to a full MCP server for managing your project through natural language. - [LLMs.txt](#llmstxt): help AI tools better understand the platform +- [Agent Skills](#agent-skills): up-to-date knowledge for AI coding agents - [MCP Server](#mcp-server): interact with Juno directly from your AI tool --- @@ -73,6 +74,24 @@ Read more in the [Cursor documentation](https://docs.cursor.com/context/@-symbol --- +## Agent Skills + +A [Juno skill](https://skills.sh/junobuild/skills/juno) is available for AI coding agents. It provides up-to-date knowledge about Juno's CLI, SDK, and serverless functions directly in your agent's context. + +### Install + +```bash +npx skills add junobuild/skills +``` + +Compatible with Claude Code, Cursor, Copilot, and [other agents](https://skills.sh). + +### Resources + +- [Source repository](https://github.com/junobuild/skills) + +--- + ## MCP Server A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for Juno is available, built and maintained by a Juno community contributor. It allows MCP-compatible AI tools - such as Claude, Cursor, or VS Code Copilot - to interact with Juno directly through natural language.