From 98ab79bc72ccfc0e32f846633fd8f6e9245c7a22 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 22:57:16 +0000 Subject: [PATCH 1/2] docs: update CLAUDE.md plugin table to reflect consolidation - Remove stale references to git-permission-guard, main-branch-guard, and pr-review-toolkit (consolidated into git-guards and github-workflows) - Add missing plugins: ai-delegation, codeql-resolver, config-management, infra-orchestration, process-cleanup - Update git-workflows skills to include troubleshoot-* skills - Update github-workflows skills to include trigger-ai-reviews --- CLAUDE.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) mode change 120000 => 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 120000 index 47dc3e3..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -AGENTS.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..59b3f1e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,28 @@ +# Claude Code Plugins Quick Reference + +Reference guide for AI assistants working with this repository. + +## Repository Purpose + +This is a **Claude Code plugins repository** containing production-ready hooks for development workflows. + +## Available Plugins + +| Plugin | Type | Tools/Commands | Purpose | +|--------|------|--------|------| +| **ai-delegation** | Skill | `/delegate-to-ai`, `/auto-maintain` | Route tasks to external AI models (Gemini, Ollama, etc.) via PAL MCP | +| **codeql-resolver** | Command/Skill/Agent | `/resolve-codeql` | Resolve CodeQL security alerts in GitHub Actions workflows | +| **config-management** | Skill | `/sync-permissions`, `/quick-add-permission` | Manage Claude and Gemini permission configs across repositories | +| **content-guards** | Pre/PostToolUse | Bash, Write, Edit | Token limits, markdown/README validation, webfetch guard, issue/PR rate limiting | +| **git-guards** | PreToolUse | Bash, Edit, Write, NotebookEdit | Blocks dangerous git/gh commands and file edits on main branch | +| **git-workflows** | Command/Skill | `/rebase-pr`, `/sync-main`, `/refresh-repo`, `/troubleshoot-rebase`, `/troubleshoot-precommit`, `/troubleshoot-worktree` | Git sync, refresh, and PR merge workflows | +| **github-workflows** | Command/Skill | `/finalize-pr`, `/squash-merge-pr`, `/resolve-pr-threads`, `/shape-issues`, `/trigger-ai-reviews` | GitHub PR/issue management workflows | +| **infra-orchestration** | Skill | `/orchestrate-infra`, `/sync-inventory`, `/test-e2e` | Cross-repo infrastructure orchestration for Terraform and Ansible | +| **process-cleanup** | PostToolUse | — | Cleanup orphaned MCP server processes on session exit | + +## Multi-Model Delegation + + + +Use `/delegate-to-ai` to route tasks to external AI models (Gemini, local Ollama, etc.) via PAL MCP. +Useful for research, code review consensus, and multi-model validation. See the `ai-delegation` plugin. From f5b0da12bc195592552164e58d7f8faf038b0993 Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:15:08 -0500 Subject: [PATCH 2/2] fix: apply stale plugin reference fixes to AGENTS.md, restore CLAUDE.md symlink (claude) --- AGENTS.md | 15 +++++++++------ CLAUDE.md | 29 +---------------------------- 2 files changed, 10 insertions(+), 34 deletions(-) mode change 100644 => 120000 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md index b7a8b3b..59b3f1e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,13 +9,16 @@ This is a **Claude Code plugins repository** containing production-ready hooks f ## Available Plugins | Plugin | Type | Tools/Commands | Purpose | -|--------|------|--------|---------| -| **git-permission-guard** | PreToolUse | Bash | Blocks dangerous git/gh commands | -| **git-workflows** | Command/Skill | `/rebase-pr`, `/sync-main`, `/refresh-repo` | Git sync, refresh, and PR merge workflows | -| **github-workflows** | Command/Skill | `/finalize-pr`, `/squash-merge-pr`, `/resolve-pr-threads`, `/shape-issues` | GitHub PR/issue management workflows | +|--------|------|--------|------| +| **ai-delegation** | Skill | `/delegate-to-ai`, `/auto-maintain` | Route tasks to external AI models (Gemini, Ollama, etc.) via PAL MCP | +| **codeql-resolver** | Command/Skill/Agent | `/resolve-codeql` | Resolve CodeQL security alerts in GitHub Actions workflows | +| **config-management** | Skill | `/sync-permissions`, `/quick-add-permission` | Manage Claude and Gemini permission configs across repositories | | **content-guards** | Pre/PostToolUse | Bash, Write, Edit | Token limits, markdown/README validation, webfetch guard, issue/PR rate limiting | -| **main-branch-guard** | PreToolUse | Edit, Write, NotebookEdit | Blocks file edits on main branch | -| **pr-review-toolkit** | Skill | `/resolve-pr-threads` | Resolve PR review threads via GraphQL (read, reply, resolve) | +| **git-guards** | PreToolUse | Bash, Edit, Write, NotebookEdit | Blocks dangerous git/gh commands and file edits on main branch | +| **git-workflows** | Command/Skill | `/rebase-pr`, `/sync-main`, `/refresh-repo`, `/troubleshoot-rebase`, `/troubleshoot-precommit`, `/troubleshoot-worktree` | Git sync, refresh, and PR merge workflows | +| **github-workflows** | Command/Skill | `/finalize-pr`, `/squash-merge-pr`, `/resolve-pr-threads`, `/shape-issues`, `/trigger-ai-reviews` | GitHub PR/issue management workflows | +| **infra-orchestration** | Skill | `/orchestrate-infra`, `/sync-inventory`, `/test-e2e` | Cross-repo infrastructure orchestration for Terraform and Ansible | +| **process-cleanup** | PostToolUse | — | Cleanup orphaned MCP server processes on session exit | ## Multi-Model Delegation diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 59b3f1e..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1,28 +0,0 @@ -# Claude Code Plugins Quick Reference - -Reference guide for AI assistants working with this repository. - -## Repository Purpose - -This is a **Claude Code plugins repository** containing production-ready hooks for development workflows. - -## Available Plugins - -| Plugin | Type | Tools/Commands | Purpose | -|--------|------|--------|------| -| **ai-delegation** | Skill | `/delegate-to-ai`, `/auto-maintain` | Route tasks to external AI models (Gemini, Ollama, etc.) via PAL MCP | -| **codeql-resolver** | Command/Skill/Agent | `/resolve-codeql` | Resolve CodeQL security alerts in GitHub Actions workflows | -| **config-management** | Skill | `/sync-permissions`, `/quick-add-permission` | Manage Claude and Gemini permission configs across repositories | -| **content-guards** | Pre/PostToolUse | Bash, Write, Edit | Token limits, markdown/README validation, webfetch guard, issue/PR rate limiting | -| **git-guards** | PreToolUse | Bash, Edit, Write, NotebookEdit | Blocks dangerous git/gh commands and file edits on main branch | -| **git-workflows** | Command/Skill | `/rebase-pr`, `/sync-main`, `/refresh-repo`, `/troubleshoot-rebase`, `/troubleshoot-precommit`, `/troubleshoot-worktree` | Git sync, refresh, and PR merge workflows | -| **github-workflows** | Command/Skill | `/finalize-pr`, `/squash-merge-pr`, `/resolve-pr-threads`, `/shape-issues`, `/trigger-ai-reviews` | GitHub PR/issue management workflows | -| **infra-orchestration** | Skill | `/orchestrate-infra`, `/sync-inventory`, `/test-e2e` | Cross-repo infrastructure orchestration for Terraform and Ansible | -| **process-cleanup** | PostToolUse | — | Cleanup orphaned MCP server processes on session exit | - -## Multi-Model Delegation - - - -Use `/delegate-to-ai` to route tasks to external AI models (Gemini, local Ollama, etc.) via PAL MCP. -Useful for research, code review consensus, and multi-model validation. See the `ai-delegation` plugin. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file