
Signal
- 10 repo stars
- Updated June 17, 2026
- mattbaconz/signal
Token-efficient answers, BOOT/checkpoints, and git workflows (commit, push, PR, review).
About
signal is a Claude Code skill in the Git & Pull Requests category. Token-efficient answers, BOOT/checkpoints, and git workflows (commit, push, PR, review).
- signal
- Git & Pull Requests
- AI-coding skill
Signal by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add mattbaconz/signal/plugin install signal@signal-suiteAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Last updated | June 17, 2026 |
| Repository | mattbaconz/signal ↗ |
What it does
Token-efficient answers, BOOT/checkpoints, and git workflows (commit, push, PR, review).
README.md
SIGNAL — Claude Code plugin
This directory is a Claude Code plugin (manifest: .claude-plugin/plugin.json). Skills are copied from the repository root by scripts/sync-integration-packages.ps1.
Try locally
claude --plugin-dir ./claude-signal
Slash commands (namespaced)
Plugin skills are invoked as /signal:<skill-folder> — for example:
/signal:signal— core protocol/signal:signal-commit— instant commit/signal:signal-push— commit + push/signal:signal-pr— PR viagh/signal:signal-review— structured review/signal:signal-ckpt— checkpoint
Exact names match the folder names under skills/. See Claude Code plugins.
To keep short commands like /signal-commit without the prefix, install skills standalone under ~/.claude/skills/ (e.g. scripts/install-signal-all.ps1) or use the plugin — not both, to avoid duplicate definitions.
Marketplace (team install)
From the repository root, this repo includes .claude-plugin/marketplace.json. In Claude Code (not the generic claude.ai chat app), add the marketplace and install:
/plugin marketplace add mattbaconz/signal
/plugin install signal@signal-suite
/reload-plugins
Use the marketplace name field (signal-suite) as shown by /plugin marketplace list after adding.
If /plugin is not recognized
That usually means you are not in Claude Code, or Claude Code is out of date. See Discover plugins — troubleshooting. Update, restart, and try again.
Fallback (no plugin): copy skills into ~/.claude/skills/ from claude-signal/skills/ or run scripts/install-signal-all.ps1 from the repo root. Then use short slash commands (/signal, /signal-commit, …) without the signal: prefix — do not also enable the plugin (duplicate skills).
See the main README.md for SIGNAL behavior, tiers, and Claude Code install paths.