packages/sc-manage/skills/managing-sc-packages/SKILL.md
List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command.
npx skillsauth add randlee/synaptic-canvas managing-sc-packagesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Set up a repo-local just task runner with a root Justfile, optional .just/ helper scripts, and curated help, build, fmt, lint, test, and ci recipes. Use when a repo needs just, a Justfile, .just helpers, or when the user mentions task automation, "just build", "just lint", "just fmt", or dropping in a just system.
tools
Convert PDF documents to markdown, extract images and tables using the docling CLI. Use when asked to convert a PDF, extract a datasheet, get images from a PDF, or process any document into structured output. Triggers: 'convert pdf', 'pdf to markdown', 'extract images from pdf', 'datasheet', 'get tables from pdf', 'extract diagrams'. No MCP required — uses docling CLI only.
development
Use when another workflow must launch Claude, Codex, or Gemini as a separate background sub-agent without opening a terminal. Spawns the `launchpad` agent with fenced JSON input and `run_in_background: true`.
testing
Run repo startup: prompt load, checklist sync, optional PR triage, worktree hygiene, and CI pull. Best-effort with structured status.