managing-sc-packages
星标1
分支1
更新时间2026年1月18日 09:08
List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | managing-sc-packages |
| description | List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command. |
| version | 0.7.0 |
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 or --global; 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 directory.git rev-parse --show-toplevel.<SC_REPO_PATH>/tools/sc-install.py (default injected as /Users/randlee/Documents/github/synaptic-canvas).install.scope: local-only, block global installation.