Skip to content
Skip to content

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.

Core skills flow through adapters into each agent's install root

Choose an agent

Typical install path: ~/.cursor (Windows: %USERPROFILE%\.cursor)

pwsh -NoProfile -File .\scripts\toolkit.ps1 -Action Sync -Agent cursor
Get started

Default sync targets an in-repo fixture (test folder)—omit -InstallRoot. A live install needs -AllowUserHome.

Without the agent switcher

Works with JavaScript disabled.

  1. Clone the repo and cd into it.
  2. Open the interactive toolkit menu (Smart Manager) (agent/target wizards):
pwsh -NoProfile -File .\scripts\toolkit.ps1
  1. Or sync non-interactively (fixture first; add -InstallRoot and -AllowUserHome for 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