Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub ben2pc/g-claude-code-plugins --plugin example-pluginModifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A Claude Code plugins marketplace.
This repository can be used in two ways:
/plugin installnpx skills/plugin marketplace add Ben2pc/g-claude-code-plugins
Or via local path (for development):
/plugin marketplace add ./
/plugin install example-plugin@g-claude-code-plugins
Use /plugin install when you want the full plugin package, including plugin metadata and any bundled agents or hooks.
npx skillsIf you only want the raw SKILL.md content, you can install skills directly with npx skills.
Recommended: use the repository slug (org/repo) directly with npx skills add for interactive installation. The CLI will discover nested skills in this repo and let you choose what to install.
# Recommended: interactive installation
npx skills add Ben2pc/g-claude-code-plugins
# Install one skill to Codex
npx skills add Ben2pc/g-claude-code-plugins -a codex -s feishu-channel
# Install all repository skills to Claude Code
npx skills add Ben2pc/g-claude-code-plugins -a claude-code -s '*'
# List available skills without installing
npx skills add Ben2pc/g-claude-code-plugins --list
| Plugin | Description | Version |
|---|---|---|
| example-plugin | An example plugin with skill, agent, and hook | 1.0.0 |
| feishu-channel | Connect Claude Code to Feishu via WebSocket — chat, access control, pairing auth | 0.2.0 |
| claude-remote | Manage Claude Code remote-control sessions in Terminal.app | 0.1.0 |
| deep-review | Multi-dimensional PR review orchestrator (11 built-in reviewers + project-level custom reviewers via docs/rules/review/) | 0.3.0 |
Skills that live outside plugins, under skills/ at the repo root:
| Skill | Description |
|---|---|
| claude-code-agent | Delegate tasks to an independent Claude Code CLI instance |
| codex-agent | Delegate tasks to Codex via Codex CLI |
| ip-diagnosis | Diagnose public IPv4/IPv6, DNS, route, utun, and WebRTC exposure on macOS + Chrome |
| test-designer | Independent-Evaluation test designer for TDD red phase |
| parallel-implementation | Slice planner for parallel multi-subagent code writing |
npx skills add Ben2pc/g-claude-code-plugins --skill claude-code-agent
npx skills add Ben2pc/g-claude-code-plugins --skill codex-agent
npx skills add Ben2pc/g-claude-code-plugins --skill ip-diagnosis
npx skills add Ben2pc/g-claude-code-plugins --skill test-designer
npx skills add Ben2pc/g-claude-code-plugins --skill parallel-implementation
The g-feishu plugin has been removed. For Feishu (Lark) API integration, use the official lark-cli and its skills:
# Install lark-cli globally
npm install -g @larksuite/cli
# Install lark skills (interactive — pick what you need)
npx skills add larksuite/cli
# Or install specific skills directly
npx skills add larksuite/cli --skill lark-im -a claude-code -y
npx skills add larksuite/cli --skill lark-doc -a claude-code -y
| Package | Description | Install |
|---|---|---|
| @ben1849/feishu-channel | Sandbox profile manager for feishu-channel | npx @ben1849/feishu-channel sandbox |
plugins/
└── my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── my-skill/
│ └── SKILL.md # Skill definition
├── agents/
│ └── my-agent.md # Agent definition
└── hooks/
└── hooks.json # Event hooks
plugins/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonLoad a single plugin directly for development:
claude --plugin-dir ./plugins/my-plugin
After editing files, reload without restarting:
/reload-plugins
Submit a PR with your plugin following the structure above.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers
Meta-tools for Claude Code configuration and customization
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Manage Claude Code remote-control sessions in Terminal.app for mobile access via OpenClaw
Feishu/Lark channel for Claude Code — chat with Claude through Feishu messaging with built-in access control.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns