managing-sc-packages

List, install, or uninstall Synaptic Canvas packages via sc-manage with scope rules.

4|2|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/randlee/synaptic-canvas --skill managing-sc-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-sc-packages
Source: https://github.com/randlee/synaptic-canvas/tree/main/packages/sc-manage/skills/managing-sc-packages
Command: npx skills add https://github.com/randlee/synaptic-canvas --skill managing-sc-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Synaptic Canvas packages, providing a dedicated tool to track, install, and uninstall skills, eliminating manual effort and ensuring a well-organized AI environment.

Core Features & Use Cases

  • Package Listing: Easily view all installed Synaptic Canvas packages and their details.
  • Scoped Installation/Uninstallation: Install or remove packages globally or locally within a specific repository.
  • Package Documentation Access: Quickly retrieve and display the README for any installed package.
  • Use Case: Imagine you want to see what Synaptic Canvas packages are installed on your system. Use this Skill to list them, then install a new package like 'delay-tasks' globally, and finally, view its documentation.

Quick Start

Use the sc-manage skill to list all installed Synaptic Canvas packages.

Frequently Asked Questions about managing-sc-packages

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all installed Synaptic Canvas packages?

List installed Synaptic Canvas packages using the sc-manage command to view package names, versions, and metadata. This gives you a complete inventory of your AI environment's skill packages and their current status.

Can I install Synaptic Canvas packages locally within a repository?

Yes, Synaptic Canvas package installation supports scoped deployment—install globally across your system or locally within a specific repository. The sc-manage command enforces scope rules to keep local installations isolated from the system environment.

How do I uninstall a Synaptic Canvas package?

Uninstall Synaptic Canvas packages via the sc-manage command, which removes them globally or from a specific repository scope. The operation applies safety constraints and returns confirmation of the package lifecycle change.

How do I access documentation for an installed package?

Retrieve the README documentation for any installed Synaptic Canvas package using the sc-manage command. This lets you quickly review package features, usage, and requirements without navigating external resources.

What's the difference between global and local package installation?

Global installation makes Synaptic Canvas packages available system-wide, while local installation restricts packages to a specific repository. Scope awareness prevents unsafe local-only packages from being installed globally and ensures correct environment isolation.

Can I manage multiple packages in a single workflow?

Yes, the sc-manage command handles package lifecycle operations sequentially—list packages, install new ones, and view documentation in one workflow. The Skill delegates specialized tasks to agents and returns fenced JSON with all operation results and metadata.