By randlee
Run CI quality gates (pull → build → test) with optional auto-fix and PR creation. Coordinates pull from upstream, builds projects, runs tests, applies straightforward fixes, and creates PRs when all quality gates pass.
Run build and classify failures.
Apply straightforward fixes for build/test issues.
Commit, push, and create PR after quality gates pass.
Pull target branch and handle straightforward conflicts.
Analyze unresolved failures and provide recommendations.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
/plugin marketplace add randlee/synaptic-canvas
# 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.
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.
Polling and delay utilities — Wait for conditions and check on intervals with minimal overhead.
Use when you need to:
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
Git worktree management — Manage parallel development with automatic tracking and safety checks.
Use when you need to:
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
Package management — Discover, install, and manage Synaptic Canvas packages.
Use when you need to:
📖 Full README | 💡 7 Use Cases | 🔧 Troubleshooting | 📋 Changelog
npx claudepluginhub randlee/synaptic-canvas --plugin sc-ci-automationRust development toolkit: idiomatic guidelines, service hardening guidance, design pattern enforcement, and specialized agents for architecture, code review, exploration, implementation, and QA.
Semantic diffing for .NET source using roslyn-diff with JSON-first outputs, HTML reports, and git/PR-aware comparisons.
GitHub issue lifecycle management with worktree isolation. List, create, update issues, and implement fixes in isolated worktrees with automated testing, commits, and PR creation.
Create, manage, scan, and clean up git worktrees for parallel development. Maintains tracking of worktree status, branch details, and cleanup history with optional tracking document.
Schedule delayed one-shot or bounded polling actions with minimal heartbeats. Useful for waiting before running checks (e.g., CI status) or polling with stop-on-success.
Internal CI skills loaded by tend's GitHub Action. Not for manual installation.
GitHub Actions CI/CD - workflows, authentication, inspection
Automatically diagnose and fix CI failures using sub-agent exploration
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
GitHub Actions の CI 失敗を自動検出・ログ取得・修正・再検証するスキル。gh コマンドで PR のチェック状況を監視し、失敗時はログを分析してコードを修正、push 後に再度 CI を確認するループを回す
Validation and quality enforcement for GitLab CI/CD pipeline configurations.