igarcez
01Plugin Claude Code
Ian Garcez's Claude Code plugins — planning, intelligence-layer tooling, and more.
Plugin Claude Code
Ian Garcez's Claude Code plugins — planning, intelligence-layer tooling, and more.
Instructions file
Claude Code instructions for igarcez/claude-plugins, covering claude.md and project intelligence.
Plugin Claude Code
Project intelligence layer manager — bootstrap, extend, and audit an intelligence/index.md index + intelligence/.md topic files.
Command
Manage a project intelligence layer (intelligence/index.md + intelligence/.md topic files). Subcommands - setup | add | maintain | upgrade.
Hook
Runs when you submit a prompt, before the agent sees it, executing intel-haiku.sh via bash. From igarcez/claude-plugins.
Hook
Runs when the agent finishes a response, executing intel-capture.sh via bash. From igarcez/claude-plugins.
Skill Claude CodeCodex
Branch of /intel: audit the intelligence layer end-to-end (subcommand maintain). Internal: loaded by the intel command; not a standalone task.
Skill Claude CodeCodex
Shared reference for /intel — the applied-migration ledger plus the registry of intelligence-layer migrations, each with a detect rule and a fix procedure. Internal: loaded by the intel command's setup / maintain / upgrade branches; not a standalone task.
Skill Claude CodeCodex
Shared reference for /intel — shape of an intelligence file, hub/sub-index splitting, code-citation rules, canonical intelligence/index.md and pointer-stanza file shapes. Internal: loaded by the intel command before any branch; not a standalone task.
Skill Claude CodeCodex
Branch of /intel: detect and apply pending intelligence-layer migrations (subcommand upgrade). Internal: loaded by the intel command; not a standalone task.
Command
Merge a branch into the current branch, resolving any conflicts. Defaults to the remote default branch.
Plugin Claude Code
Interview-driven implementation plans written for AI coding agents — create, list, review, execute.
Command
Interview-driven implementation plans for AI agents — setup, create, list, review, execute.
Skill Claude CodeCodex
Branch of /plan-md: execute a plan step by step, tracking plan gaps (subcommand execute). Internal: loaded by the plan-md command; not a standalone task.
Skill Claude CodeCodex
Branch of /plan-md: list active and completed plans (subcommand list). Internal: loaded by the plan-md command; not a standalone task.
Skill Claude CodeCodex
Branch of /plan-md: legacy DONE-marker migration, run before any scan of the plans directory. Internal: loaded by other plan-md branches; not a standalone task.
Skill Claude CodeCodex
Branch of /plan-md: interview the user and write a new plan (empty argument). Internal: loaded by the plan-md command; not a standalone task.
Skill Claude CodeCodex
Apply when project contains composer.json, .php, or artisan (Laravel).
Skill Claude CodeCodex
Branch of /plan-md: address claude: feedback comments in a plan (subcommand review). Internal: loaded by the plan-md command; not a standalone task.
Skill Claude CodeCodex
Apply when project contains package.json, tsconfig.json, .ts, .tsx, .js, .jsx, or .mjs.
Plugin Claude Code
AI pull-request reviews — review a GitHub PR (or your own current branch via /self-review), then plan the fixes, keep a local report, or push inline review comments (beta).
Command
Review a GitHub pull request — plan the fixes, keep a local report, or push inline review comments.
Command
Review your own current-branch work — its open PR or the local diff vs base — and route the findings into a plan-md fix plan.
Skill Claude CodeCodex
Branch of /pr-review: hand the review findings to plan-md:new as a seeded fix plan. Internal: loaded by the pr-review command; not a standalone task.