feat: add neovate code agent support (#224)

This commit is contained in:
chencheng (云谦)
2026-01-02 00:14:33 +08:00
committed by GitHub
parent 4e47967c30
commit 03195f6b7e
2 changed files with 3 additions and 1 deletions

View File

@@ -840,6 +840,7 @@ skill-seekers install-agent output/react/ --agent cursor --dry-run
| **Letta** | `~/.letta/skills/` | Global |
| **Aide** | `~/.aide/skills/` | Global |
| **Windsurf** | `~/.windsurf/skills/` | Global |
| **Neovate Code** | `~/.neovate/skills/` | Global |
**Global paths** install to user's home directory (~/).
**Project paths** install to current project's root directory.

View File

@@ -45,6 +45,7 @@ AGENT_PATHS = {
'letta': '~/.letta/skills/', # Global
'aide': '~/.aide/skills/', # Global
'windsurf': '~/.windsurf/skills/', # Global
'neovate': '~/.neovate/skills/', # Global
}
@@ -363,7 +364,7 @@ Examples:
skill-seekers install-agent output/react/ --agent cursor --dry-run
Supported agents:
claude, cursor, vscode, copilot, amp, goose, opencode, letta, aide, windsurf, all
claude, cursor, vscode, copilot, amp, goose, opencode, letta, aide, windsurf, neovate, all
"""
)