agent-dev-toolkit
One shared skills core. Adapters into each agent home (10 agents).
Sync shared skills through adapters—pick your agent, copy the interactive toolkit command, then run it.
Choose an agent
Typical install path: ~/.cursor (Windows: %USERPROFILE%\.cursor)
pwsh -NoProfile -File .\scripts\toolkit.ps1
Scripting (optional): pwsh -NoProfile -File .\scripts\toolkit.ps1 -Action Sync -Agent cursor
Requires pwsh 7+ on Linux/macOS; Windows: PowerShell 5.1+ or pwsh 7+. See Get started prerequisites. Interactive toolkit.ps1 is the install entry. Non-interactive sync defaults to 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. Requires pwsh 7+ on Linux/macOS (Windows: 5.1+ or pwsh 7+) — see Get started. - Open the interactive toolkit menu (Smart Manager) (agent/target wizards):
pwsh -NoProfile -File .\scripts\toolkit.ps1
- Optional — non-interactive sync (fixture first; add
-InstallRootand-AllowUserHomefor a live install path). Advanced:scripts/sync-agent.ps1.
pwsh -NoProfile -File .\scripts\toolkit.ps1 -Action Sync -Agent cursor
Supported agents¶
| Agent id | Display name | Typical install root | Notes |
|---|---|---|---|
cursor |
Cursor | ~/.cursor |
Path/secrets hooks; agents roster |
antigravity |
Antigravity | ~/.gemini |
PreToolUse under config/hooks |
claude |
Claude Code | ~/.claude |
PreToolUse path/secrets |
codex |
Codex | ~/.codex (plugin; optional USER ~/.agents/skills via -UserScope) |
PreToolUse; agents/*.toml |
copilot |
GitHub Copilot | ~/.copilot |
hooks version:1 preToolUse |
opencode |
OpenCode | ~/.config/opencode |
JS path/secrets; agents publish |
grok |
Grok Build | ~/.grok |
PreToolUse; agents publish |
zcode |
ZCode | ~/.zcode |
PreToolUse |
hermes |
Hermes | ~/.hermes |
Plugin + shell path/secrets hooks |
openhands |
OpenHands | Project .agents/skills; live user ~/.agents/skills |
guard_pre_tool.sh fail-closed |