Skip to content

Commit cc1901c

Browse files
docs: skills in AI section (#713)
* docs: skills in AI section Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent adc5d15 commit cc1901c

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

.llms-snapshots/llms-full.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6693,6 +6693,7 @@ It’s a great reference for more advanced setups and orchestration.
66936693
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.
66946694

66956695
* ([LLMs.txt](#llmstxt)): help AI tools better understand the platform
6696+
* ([Agent Skills](#agent-skills)): up-to-date knowledge for AI coding agents
66966697
* ([MCP Server](#mcp-server)): interact with Juno directly from your AI tool
66976698

66986699
---
@@ -6753,6 +6754,24 @@ Read more in the [Cursor documentation](https://docs.cursor.com/context/@-symbol
67536754

67546755
---
67556756

6757+
## Agent Skills
6758+
6759+
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.
6760+
6761+
### Install
6762+
6763+
```
6764+
npx skills add junobuild/skills
6765+
```
6766+
6767+
Compatible with Claude Code, Cursor, Copilot, and [other agents](https://skills.sh).
6768+
6769+
### Resources
6770+
6771+
* [Source repository](https://github.com/junobuild/skills)
6772+
6773+
---
6774+
67566775
## MCP Server
67576776

67586777
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.

docs/guides/ai.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: Learn how to use Juno with AI tools, from llms.txt files for better
99
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.
1010

1111
- [LLMs.txt](#llmstxt): help AI tools better understand the platform
12+
- [Agent Skills](#agent-skills): up-to-date knowledge for AI coding agents
1213
- [MCP Server](#mcp-server): interact with Juno directly from your AI tool
1314

1415
---
@@ -73,6 +74,24 @@ Read more in the [Cursor documentation](https://docs.cursor.com/context/@-symbol
7374

7475
---
7576

77+
## Agent Skills
78+
79+
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.
80+
81+
### Install
82+
83+
```bash
84+
npx skills add junobuild/skills
85+
```
86+
87+
Compatible with Claude Code, Cursor, Copilot, and [other agents](https://skills.sh).
88+
89+
### Resources
90+
91+
- [Source repository](https://github.com/junobuild/skills)
92+
93+
---
94+
7695
## MCP Server
7796

7897
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.

0 commit comments

Comments
 (0)