From 9b04747b2ee486449ef150de68785e0ef93243f8 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 19 Apr 2026 14:11:48 +0200 Subject: [PATCH 1/2] docs: skills in AI section Signed-off-by: David Dal Busco --- docs/guides/ai.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. From 3b523d9d03f613988e97b15f153e15425ff283fb Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:14:21 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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.