mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-07 13:21:20 +08:00
Compare commits
1 Commits
teemingc-p
...
sv-mcp-to-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ad7d3dea0 |
@@ -4,7 +4,7 @@ title: AGENTS.md
|
||||
|
||||
To get the most out of the [MCP server](mcp) and [skills](skills) we recommend including the following prompt in your [`AGENTS.md`](https://agents.md) (or [`CLAUDE.md`](https://docs.claude.com/en/docs/claude-code/memory#claude-md-imports) or [`GEMINI.md`](https://geminicli.com/docs/cli/gemini-md/), if using Claude Code or Gemini). This will tell your agent which tools are available and when it is appropriate to use them.
|
||||
|
||||
> [!NOTE] This is already setup for you when using `npx sv add mcp`
|
||||
> [!NOTE] This is already setup for you when using `npx sv add ai-tools`
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
````markdown
|
||||
|
||||
@@ -6,6 +6,6 @@ This is the list of available skills provided by the Svelte MCP package. Skills
|
||||
|
||||
Skills are available in both the Claude Code plugin (installed via the marketplace) and the OpenCode plugin (`@sveltejs/opencode`). They can also be manually installed in your `.claude/skills` or `.opencode/skills` folder.
|
||||
|
||||
You can download the latest skills from the [releases page](https://github.com/sveltejs/ai-tools/releases) of the repo, or find them in the [`tools/skills`](https://github.com/sveltejs/ai-tools/tree/main/tools/skills) folder.
|
||||
You can download the latest skills from the [releases page](https://github.com/sveltejs/ai-tools/releases) of the repo, or find them in the [`plugins/svelte/skills`](https://github.com/sveltejs/ai-tools/tree/main/plugins/svelte/skills) folder.
|
||||
|
||||
@include .generated/skills.md
|
||||
|
||||
Reference in New Issue
Block a user