Help us improve
Share bugs, ideas, or general feedback.
Claude Code plugins by himicoswilson
npx claudepluginhub himicoswilson/himi-claude-pluginsManage git worktrees with Claude Code - create, switch, and cleanup.
自主学习型测试文档生成器 - 从需求文档生成测试计划、测试用例、测试报告
Turn design prototypes into maintainable frontend components through structured analysis and incremental generation.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
A plugin marketplace for Claude Code by himicoswilson.
| Plugin | Description |
|---|---|
| git-worktree | Manage git worktrees with Claude Code |
# Add the marketplace
/plugin marketplace add himicoswilson/himi-claude-plugins
# Install plugin
/plugin install git-worktree
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
└── git-worktree/ # Git worktree plugin
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands
│ ├── wt-create.md
│ └── wt-finish.md
├── scripts/ # Shell scripts
│ ├── wt-create.sh
│ ├── wt-finish.sh
│ ├── wt-parallel.sh
│ └── lib/ # Shared libraries
│ ├── common.sh
│ ├── terminal.sh
│ ├── detect-terminal.sh
│ └── adapters/ # Terminal adapters
├── skills/ # Agent skills
│ └── parallel-tasks/
│ └── SKILL.md
├── LICENSE
└── README.md
MIT License - see individual plugin directories for details.
himicoswilson