Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Manage Claude Code remote-control sessions in Terminal.app for mobile access via OpenClaw
npx claudepluginhub pangcheng1849/g-claude-code-pluginsA Claude Code plugins marketplace.
This repository can be used in two ways:
/plugin installnpx skills/plugin marketplace add pangcheng1849/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 URL 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 https://github.com/pangcheng1849/g-claude-code-plugins
# Install one skill to Codex
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins -a codex -s feishu-channel
# Install all repository skills to Claude Code
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins -a claude-code -s '*'
# List available skills without installing
npx skills add https://github.com/pangcheng1849/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 |
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 (GPT-5.4) via Codex CLI |
npx skills add pangcheng1849/g-claude-code-plugins --skill claude-code-agent
npx skills add pangcheng1849/g-claude-code-plugins --skill codex-agent
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.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Meta-tools for Claude Code configuration and customization
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
An example plugin with skill, agent, and hook
Feishu/Lark channel for Claude Code — chat with Claude through Feishu messaging with built-in access control.
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 claim