← ClaudeAtlas

skills-registrylisted

Use when looking up available tools, skills, commands, agents, or plugins
JacobPEvans/claude-code-plugins · ★ 2 · AI & Automation · score 68
Install: claude install-skill JacobPEvans/claude-code-plugins
# Skills & Tools Registry ## Plugin Slash Commands | Intent | Command | Plugin | Notes | | --- | --- | --- | --- | | Sync branch with main | `/sync-main` | `git-workflows` | Merge into current | | Sync repo, cleanup | `/refresh-repo` | `git-workflows` | Also merges PRs | | Rebase + merge PR | `/rebase-pr` | `git-workflows` | Local rebase-merge | | Squash + merge PR | `/squash-merge-pr` | `github-workflows` | Squash-merge | | Troubleshoot rebase | `/troubleshoot-rebase` | `git-workflows` | Recover failures | | Troubleshoot worktrees | `/troubleshoot-worktree` | `git-workflows` | Fix refname | | Troubleshoot pre-commit | `/troubleshoot-precommit` | `git-workflows` | Fix hooks | | Manage your PR | `/finalize-pr` | `github-workflows` | PR author flow (`all`/`org` for multi-repo) | | Create GitHub issues | `/shape-issues` | `github-workflows` | Shape Up method | | Resolve PR threads | `/resolve-pr-threads` | `github-workflows` | Thread resolution | | Resolve CodeQL alerts | `/resolve-codeql` | `codeql-resolver` | Fix alerts | | Autonomous maintenance | `/auto-maintain` | `ai-delegation` | Finds work | | Delegate to AI models | `/delegate-to-ai` | `ai-delegation` | External AI | | Sync permissions | `/sync-permissions` | `config-management` | Merge perms | | Add tool permissions | `/quick-add-permission` | `config-management` | Quick allow | | Orchestrate infra | `/orchestrate-infra` | `infra-orchestration` | Cross-repo | | Sync terraform inventory | `/sync-inventory` | `infra-or