By kimharry99
Worktree-first workflow guidance for avoiding source edits directly on main.
A personal plugin marketplace for Claude Code and Codex.
| Plugin | Description |
|---|---|
| python-harness | Python convention guidance for OOP, style, test layout, and test patterns. Claude Code also gets hook enforcement. |
| custom-reviewer | Multi-perspective code and plan reviews via specialist review contexts. |
| git-skills | GitHub PR lifecycle skills for opening PRs, merging, analyzing reviews, and applying feedback. |
| worktree-habit | Worktree-first guidance for creating feature worktrees before editing on main. |
Add this repository as a marketplace in Claude Code, then install individual plugins:
/plugin marketplace add kimharry99/ai-agent-plugins
Install only the plugins you need:
/plugin install python-harness@ai-agent-plugins
/plugin install custom-reviewer@ai-agent-plugins
/plugin install git-skills@ai-agent-plugins
/plugin install worktree-habit@ai-agent-plugins
Add this repository as a local Codex marketplace, then install individual plugins:
codex plugin marketplace add /absolute/path/to/ai-agent-plugins
codex plugin add python-harness@ai-agent-plugins
codex plugin add custom-reviewer@ai-agent-plugins
codex plugin add git-skills@ai-agent-plugins
codex plugin add worktree-habit@ai-agent-plugins
Codex reads marketplace metadata from .agents/plugins/marketplace.json and plugin metadata from each plugin's .codex-plugin/plugin.json.
Each plugin keeps Claude Code and Codex metadata side by side:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Claude Code plugin metadata
├── .codex-plugin/
│ └── plugin.json # Codex plugin metadata
├── hooks/ # Claude Code hook definitions where supported
├── skills/ # Shared skill definitions
├── agents/ # Agent definitions where supported
└── README.md # Documentation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kimharry99/ai-agent-plugins --plugin worktree-habitTBD
Multi-perspective code & plan reviews for Claude Code — pluggable review contexts driven by a shared file-based reviewer agent.
GitHub PR lifecycle skills for Claude Code — open PRs, analyze and apply reviews, run a merge gate, rebase-merge, and clean up completed branches.
TBD
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer