From sc-manage
List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-manage:managing-sc-packagesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to manage Synaptic Canvas packages on this machine or in the current repo.
Use this skill to manage Synaptic Canvas packages on this machine or in the current repo.
This skill delegates to specialized agents via the Task tool:
| Operation | Agent | Returns |
|---|---|---|
| List | sc-packages-list | JSON: packages [{ name, description, installable_scopes, installed }] |
| Install | sc-package-install | JSON: success, scope, dest |
| Uninstall | sc-package-uninstall | JSON: success, scope, dest |
| Docs | sc-package-docs | JSON: readme_path, size_bytes |
--list → call sc-packages-list.--install <package> → require --local/--project or --global/--user; if missing, ask the user. If the package is local-only, force --local.--uninstall <package> → same scope logic as install.--docs <package> (alias --doc) → call sc-package-docs to load and present the package README..claude directory.~/.claude unless USER_CLAUDE_DIR is set.~/.claude unless GLOBAL_CLAUDE_DIR is set.git rev-parse --show-toplevel.<SC_REPO_PATH>/tools/sc-install.py (default resolved from SC_REPO_PATH or the repo root).install.scope: local-only, block global installation.npx claudepluginhub randlee/synaptic-canvas --plugin sc-manageAuthors and validates Pi packages for npm/git distribution of Claude Code skills, extensions, prompts, themes. Covers package.json manifests, install paths, security, precedence.
Installs, uninstalls, lists, and updates Skills/Commands for Claude Code, Codex, and OpenClaw. Supports local symlinks and GitHub installs with version tracking.
Browse, search, install, update, sync, and remove armory packages (skills, agents, hooks, rules, commands, utilities, presets) within an agent session.