Skip to content

Updating the Toolkit

V1 plugins are loaded inline from a local directory. The directory is the source — there is no publish step and no marketplace update path.

Terminal window
cd ~/acn-claude-toolkit
git pull

Changes take effect the next time you launch Claude (claude-acn or whatever you’ve aliased). Already-running sessions won’t pick up the update; exit and relaunch.

  • New skills, rules, or agents under existing plugins → available immediately on next launch.
  • New plugins → if you’re using the claude-acn shell function, edit it to add a --plugin-dir "$toolkit/plugins/<new-plugin>" line, then reload your shell.
  • Plugin manifest version bumps → no action required for inline loading; metadata is read on launch.

Once the CIO allowlists the toolkit’s CodeCommit URL and the install path moves to /plugin marketplace add, updates flow through /plugin marketplace update instead of git pull. See --plugin-dir vs marketplace for the V2 model.