원클릭으로
skills-registry
Use when looking up available tools, skills, commands, agents, or plugins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when looking up available tools, skills, commands, agents, or plugins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues
Use when creating or editing GitHub Actions workflows that call reusable workflows (uses: OWNER/repo/.github/workflows/...) — org owner references must be the literal current org, and shared-CI homes are under dryvist.
Emit a paste-ready two-part handoff for a fresh session: a `## Goal statement` hard-capped under 4000 characters (measured with wc -c, never estimated) that pastes straight into Claude Code's /goal Stop hook, plus an unbounded `## Full prompt` carrying cwd, ordered reading list, hard rules, pitfalls, and deliverables. Use when forking work to a new session, spinning up an orchestrator, or when wrap-up needs a next-session prompt with a real goal and not just a task list.
Analyzes current session state and repository status without any cleanup. Full mode (default): resolves the active plan file, reads plan checklist + TaskList, gathers unfinished work/issues from conversation history, checks git status, and emits a /handoff-built next-session prompt. Mid-session mode (`/session-status mid`): a fast plain-language 'done vs remaining' snapshot for mid-flight orientation, skipping the history scan, triage, and handoff.
End-of-session handler that first checks whether the current session's plan is actually complete. If complete: refresh repo, run quick retrospective, clean gone branches, and emit a forward-looking follow-up prompt. If incomplete: skip cleanup and emit one or more `cd`-into-worktree blocks paired with ready-to-paste resume prompts so the unfinished work can be picked up cold in a new session.
Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.
| name | skills-registry |
| description | Use when looking up available tools, skills, commands, agents, or plugins |
| 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 |
| Pre-commit architecture | /pre-commit-architecture | git-workflows | Hook/config homes |
| Shared workflow org refs | /shared-workflow-org-refs | github-workflows | Literal uses: owners |
| Nix tool policy | /nix-tool-policy | project-standards | No ad-hoc installs |
| 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 |
| Orchestrate premium agents | /premium-agent-orchestration | ai-delegation | Preserve senior judgment |
| 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-orchestration | Outputs |
| E2E pipeline test | /test-e2e | infra-orchestration | Full stack |
| Git workflow standards | /git-workflow-standards | git-standards | Branches |
| PR & issue standards | /pr-standards | git-standards | PR guards |
| Code quality | /code-quality-standards | code-standards | Code rules |
| Code review | /review-standards | code-standards | Review focus |
| Infrastructure | /infrastructure-standards | infra-standards | IaC standards |
| Claude skill authoring | /claude-skill-authoring | project-standards | Token budgets & placement |
| Workspace management | /workspace-standards | project-standards | Multi-repo |
| This registry | /skills-registry | project-standards | Tool lookup |
All plugins sourced from jacobpevans-cc-plugins.
| Plugin | Purpose |
|---|---|
git-guards | Pre-commit guards for git operations |
content-guards | Content validation hooks |
| Intent | Skill | Notes |
|---|---|---|
| Receive code review | superpowers:receiving-code-review | After comments |
| Request code review | superpowers:requesting-code-review | Before merge |
| Verify completion | superpowers:verification-before-completion | Before "done" |
| TDD workflow | superpowers:test-driven-development | Features/bugfixes |
| Debug systematically | superpowers:systematic-debugging | Bugs/failures |
| Finalize branch | superpowers:finishing-a-development-branch | Ready for review |
| Brainstorm | superpowers:brainstorming | Before features |
| Write plans | superpowers:writing-plans | Multi-step planning |
| Execute plans | superpowers:executing-plans | Separate context |
| Parallel agents | superpowers:dispatching-parallel-agents | 2+ tasks |
| Find superpowers | superpowers:using-superpowers | Discover skills |
| Multi-agent dev | superpowers:subagent-driven-development | Plans + agents |
| Create/edit skills | superpowers:writing-skills | Skill dev |
| Git worktrees | superpowers:using-git-worktrees | Feature isolation |
| Interactive CLI | superpowers:using-tmux-for-interactive-commands | vim, rebase -i |
| Intent | Name | Type | Notes |
|---|---|---|---|
| Review a PR | pr-review-toolkit | plugin | Multi-agent review |
| Review code | code-reviewer | agent | Confidence-scored |
| Resolve PR threads | pr-thread-resolver | agent | After comments |
| Fix CI failures | ci-fixer | agent | Fix CI on PRs |
| Implement issues | issue-resolver | agent | For shaped issues |
| Review documentation | docs-reviewer | agent | Markdown validation |