← スキル一覧に戻る
name: managing-sc-packages
description: List, install, or uninstall Synaptic Canvas packages. Use with the

managing-sc-packages
by randlee
The neural network of developer creativity
⭐ 1🍴 0📅 2026年1月25日
SKILL.md
name: managing-sc-packages
description: List, install, or uninstall Synaptic Canvas packages. Use with the /sc-manage command.
version: 0.8.0
Managing Synaptic Canvas Packages
Use this skill to manage Synaptic Canvas packages on this machine or in the current repo.
Agent Delegation
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 |
Inputs / Flags
--list→ callsc-packages-list.--install <package>→ require--local/--projector--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) → callsc-package-docsto load and present the package README.
Conventions
- Local scope: current repository's
.claudedirectory. - Project scope: alias for local.
- User scope:
~/.claudeunlessUSER_CLAUDE_DIRis set. - Global scope:
~/.claudeunlessGLOBAL_CLAUDE_DIRis set. - The agents will detect the repo toplevel via
git rev-parse --show-toplevel. - The agents call the Synaptic Canvas installer at
<SC_REPO_PATH>/tools/sc-install.py(default resolved fromSC_REPO_PATHor the repo root).
Safety
- Respect package metadata: if a package manifest declares
install.scope: local-only, block global installation. - Return only fenced JSON from agents; present tables and prompts in this skill.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です