npx claudepluginhub jimloop/custom-claude-package --plugin deploy-workflowClaude Code 扩展包,包含两个独立插件。
当前版本:1.2.0
路径:plugins/deploy-workflow
部署工作流 Agent,支持:
安装:
/plugin add /path/to/plugins/deploy-workflow
/reload-plugins
使用:
/workdone-deploy
路径:plugins/plugin-creator
插件创建向导,支持:
安装:
/plugin add /path/to/plugins/plugin-creator
/reload-plugins
使用:
/create-plugin
| 类型 | 用途 | 触发方式 |
|---|---|---|
| Agent | 自主执行复杂任务 | 被 Command 调用 |
| Command | 斜杠命令入口 | 用户输入 /命令名 |
| Skill | 知识库和最佳实践 | 自动激活 |
| Hook | 事件钩子脚本 | 事件触发 |
custom-claude-package/
├── .claude-plugin/
│ └── marketplace.json # 根目录市场配置(多插件必需)
├── plugins/
│ ├── deploy-workflow/ # 部署工作流插件
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # 子插件只需 plugin.json
│ │ ├── agents/
│ │ │ └── deploy-workflow.md
│ │ ├── commands/
│ │ │ └── workdone-deploy.md
│ │ └── skills/
│ │ └── workdone-deploy/SKILL.md
│ └── plugin-creator/ # 插件创建工具
│ ├── .claude-plugin/
│ │ └── plugin.json # 子插件只需 plugin.json
│ ├── agents/
│ │ └── plugin-creator.md
│ ├── commands/
│ │ └── create-plugin.md
│ └── skills/
│ └── create-plugin/SKILL.md
└── README.md
注意:多插件仓库中,子插件目录只需要
plugin.json,不需要marketplace.json。
使用 deploy-workflow 插件前,在项目的 CLAUDE.md 中添加:
## Deployment Configuration
DEPLOY_SERVER=user@your-server.com
DEPLOY_PATH=/path/to/project
DEPLOY_METHOD=docker-compose
DEPLOY_SERVICE_NAME=your-service
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.