Skip to content

Commit 9b04747

Browse files
docs: skills in AI section
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent adc5d15 commit 9b04747

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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)