feat: add neovate code agent support (#224)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user