Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down Expand Up @@ -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.
Expand Down
19 changes: 19 additions & 0 deletions docs/guides/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down Expand Up @@ -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.
Expand Down