agent-dev-toolkit
One shared skills core. Eight agent install roots.
Sync shared skills through adapters with one PowerShell command—pick your agent, copy the sync command, then run it.
Choose an agent
Typical install path: ~/.cursor (Windows: %USERPROFILE%\.cursor)
pwsh -NoProfile -File .\scripts\toolkit.ps1 -Action Sync -Agent cursor
Default sync targets an in-repo fixture (test folder)—omit -InstallRoot. A live install needs -AllowUserHome.
Without the agent switcher¶
Works with JavaScript disabled.
- Clone the repo and
cdinto it. - Open the interactive toolkit menu (Smart Manager) (agent/target wizards):
pwsh -NoProfile -File .\scripts\toolkit.ps1
- Or sync non-interactively (fixture first; add
-InstallRootand-AllowUserHomefor a live install path):
pwsh -NoProfile -File .\scripts\toolkit.ps1 -Action Sync -Agent cursor
Supported agents¶
| Agent id | Display name | Typical install root |
|---|---|---|
cursor |
Cursor | ~/.cursor |
antigravity |
Antigravity | ~/.gemini |
claude |
Claude Code | ~/.claude |
codex |
Codex | ~/.codex (plugin; optional USER ~/.agents/skills via -UserScope) |
copilot |
GitHub Copilot | ~/.copilot |
opencode |
OpenCode | ~/.config/opencode |
grok |
Grok Build | ~/.grok |
zcode |
ZCode | ~/.zcode |