⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

sc-managing-worktrees

@randlee⭐ 4 stars

>

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.

—/10

// RATINGS

⭐GitHub Stars
⭐ 4 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

Synaptic Canvas

Build Status License MIT Publisher Verified

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 /plugin commands.

See Legacy Installation Guide for details.


📦 Available Packages

sc-delay-tasks

Stable v1.0.0 Tier 0 MIT License

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

Stable v1.0.0 Tier 1 MIT License

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

Beta v0.6.0 Tier 0 MIT License

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

Beta v0.6.0 Tier 2 MIT License

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

Beta v0.6.0 Tier 2 MIT License

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

Beta v0.12.0 Tier 1 MIT License

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

Beta v0.12.0 [![Tier 2](https://img.

// HOW IT'S BUILT

KEY FILES

.claude.local-backup-20251130130230/skills/managing-worktrees/SKILL.mdREADME.md

// REPO STATS

4 stars