Plugin Claude Code
Plugin marketplace listing 15 plugins: code-review, prd-toolkit, claude-md-toolkit, discuss, handoff.
Plugin Claude Code
Plugin marketplace listing 15 plugins: code-review, prd-toolkit, claude-md-toolkit, discuss, handoff.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing version-bump-check.sh and marketplace-sync-check.sh (2 commands). From juanmhidalgo/claude-plugins.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Instructions file
Instructions for juanmhidalgo/claude-plugins, covering claude.md, plugin layout, version management, ai code review principle and prd documentation standard.
Plugin Claude Code
Analyze and optimize CLAUDE.md files using Anthropic's best practices for prompt engineering, XML tags, and memory patterns.
Command
Use when you need to audit a CLAUDE.md file against Anthropic's best practices. Do NOT use to apply changes — use /claude-md-toolkit:optimize-claude-md for that.
Command
Use when creating a new CLAUDE.md or bootstrapping one for a project that doesn't have one yet. Do NOT use to improve an existing CLAUDE.md — use /claude-md-toolkit:optimize-claude-md instead.
Command
Use when you want to apply best-practice improvements to an existing CLAUDE.md file. Do NOT use to create one from scratch — use /claude-md-toolkit:init instead.
Skill Claude CodeCodex
Use when creating, analyzing, or optimizing CLAUDE.md files for Claude Code projects. Do NOT use for general prompt engineering or non-CLAUDE.md configuration.
Plugin Claude Code
Comprehensive code review workflow: branch reviews, PR triage, false positive dismissal, and fix tracking.
Agent
Code review specialist for branch comparisons and PR preparation. Use PROACTIVELY when: (1) Reviewing branch changes before merge, (2) Comparing current branch vs main/develop, (3) Preparing code for PR submission, (4) Analyzing diffs for security/performance issues.
Agent
Shallow scan for obvious bugs in PR changes. Agent #2 in parallel review.
Agent
Review PR changes for CLAUDE.md compliance. Agent #1 in parallel review.
Agent
Check if PR changes comply with guidance in code comments. Agent #5 in parallel review.
Agent
Verifies a single PR review comment against actual code. Returns VALID BUG or FALSE POSITIVE with evidence. Spawned by the pipeline to triage comments in parallel.
Agent
Score issue confidence to filter false positives. Uses 0-100 scale with explicit rubric.
Agent
Implements a single code fix from review feedback. Spawned by the pipeline command to fix one specific issue. Use when delegating individual fix tasks.
Agent
Review git blame and history for context on modified code. Agent #3 in parallel review.
Agent
Check previous PR comments that may apply to current changes. Agent #4 in parallel review.
Agent
Check if a PR is eligible for code review. Returns eligibility status and reason.
Agent
Analyze and triage PR feedback from AI reviewers (Copilot, Gemini). Use when: (1) PR has bot comments to review, (2) Need to separate valid issues from false positives, (3) Prioritizing code review feedback.
Agent
Generate a summary of PR changes for code review context.
Agent
Technical debt analyzer for pre-merge reviews. Use PROACTIVELY when: (1) Checking if changes introduce maintainability issues, (2) Evaluating code quality before merge, (3) Identifying refactoring opportunities in new code.
Command
Use when reviewing branch changes for merge readiness with severity classification. Do NOT use for staged-only review (use /code-review:staged) or PR feedback triage (use /code-review:triage).