npx claudepluginhub blueif16/amazing-claude-code-plugins --plugin skillforgeThis skill is limited to using the following tools:
将插件发布到配置的marketplace,包含验证和git自动化。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
将插件发布到配置的marketplace,包含验证和git自动化。
~/.skillforge-config 获取marketplace路径.claude/ 目录{plugin-name}-dev/ 目录结构:
✅ 插件已同步到marketplace
📦 版本: 0.2.0
📁 打包目录: ./{plugin-name}-dev/
📁 Marketplace位置: {marketplace-path}/plugins/{plugin-name}/
🔄 Git commit: abc1234
🚀 已推送到remote
其他人可以这样安装:
/plugin marketplace add <your-repo-url>
/plugin install {plugin-name}@<marketplace-name>
此skill实现了关键的架构转换:
Task(
subagent_type="workspace-validator",
prompt="验证插件: ./{plugin-name}-dev"
)
Task(
subagent_type="marketplace-publisher",
prompt="发布插件 {plugin-name} 到 {marketplace-path}"
)