⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
sc-managing-worktrees
>
Use with your AI agent
Open your project in any AI assistant that can read your files. Works with ChatGPT, Claude, Claude Code, Codex, Cursor, Hermes Agent, OpenClaw, Grok Bot, and more.
Your agent needs access to this page’s linked instructions and your project files. Copying does not install or execute anything.
// RATINGS
Not yet listed on ClawHub or SkillsMP
// README
Synaptic Canvas
A marketplace for Claude Code skills, agents, and commands.
Discover and install productivity packages for Claude development workflows. Register once, use across all your projects.
🚀 Quick Start (10 Seconds)
Add the Marketplace
/plugin marketplace add randlee/synaptic-canvas
Browse & Install Packages
# Browse all packages interactively
/plugin
# Or install directly
/plugin install sc-delay-tasks@synaptic-canvas
That's it! Commands, agents, and skills are immediately available in Claude Code.
Alternative: Python CLI (Legacy)
For advanced use cases or automation, the Python CLI is still available:
# Register marketplace
python3 tools/sc-install.py registry add synaptic-canvas \
https://raw.githubusercontent.com/randlee/synaptic-canvas/main/docs/registries/nuget/registry.json
# Install package
python3 tools/sc-install.py install sc-delay-tasks
⚠️ Deprecation Notice: The Python CLI is deprecated and will be removed in v1.0.0. Please use
/plugincommands.See Legacy Installation Guide for details.
📦 Available Packages
sc-delay-tasks
Polling and delay utilities — Wait for conditions and check on intervals with minimal overhead.
Use when you need to:
- Delay execution before running checks (perfect for CI/CD pipelines)
- Poll on bounded intervals for external system readiness
- Wait for GitHub Actions, PR reviews, or deployment completion
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
sc-git-worktree
Git worktree management — Manage parallel development with automatic tracking and safety checks.
Use when you need to:
- Work on multiple branches simultaneously without context switching
- Isolate experiments in separate worktrees for safety
- Track worktree state across your team
- Clean up old worktrees with built-in safety checks
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
sc-manage
Package management — Discover, install, and manage Synaptic Canvas packages.
Use when you need to:
- Discover packages available in the marketplace registry
- List installed packages and check their versions
- Install packages globally or locally in specific repos
- Check package compatibility with your environment
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
sc-repomix-nuget
NuGet & C# analysis — Generate AI-ready context from .NET projects for code review and documentation.
Use when you need to:
- Analyze .NET/NuGet projects with AI assistance
- Generate documentation from C# code automatically
- Check framework and dependency compatibility
- Create AI-ready context from large codebases
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
sc-github-issue
GitHub issue lifecycle management — List, create, update issues, and implement fixes in isolated worktrees with automated testing and PR creation.
Use when you need to:
- List and browse GitHub issues with filtering
- Create and update issues interactively
- Implement bug fixes in isolated worktrees
- Automate testing, commits, and PR creation
- Maintain clean main working directory during fixes
📖 Full README | 💡 10 Use Cases | 🔧 Troubleshooting | 📋 Changelog
sc-ai-cli
AI-first CLI design toolkit — Create, review, and harden JSON-first CLIs with MCP-ready contracts, typed error handling, and simulator-backed testing.
Use when you need to:
- Design CLIs whose primary contract is machine consumption, not human prose
- Review existing CLIs against AI-first contract standards (JSON, errors, auditability)
- Build stateful simulators for device, service, or database integrations
- Generate scaffolding for Rust, .NET, or Go CLI projects
📖 Full README | 💡 7 Use Cases | 📋 Changelog
sc-ci-automation
[![Tier 2](https://img.
// HOW IT'S BUILT
KEY FILES