How this skill is triggered — by the user, by Claude, or both
Slash command
/skillforge:global-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
配置SkillForge的marketplace路径和作者信息,只需执行一次。
配置SkillForge的marketplace路径和作者信息,只需执行一次。
询问用户:"你是否已经有一个Claude Code插件marketplace?"
如果回答YES:
如果回答NO:
保存到 ~/.skillforge-config:
{
"marketplacePath": "/完整/路径/到/marketplace",
"author": "用户名称",
"email": "[email protected]"
}
✅ SkillForge配置完成!
📁 Marketplace路径: ~/projects/my-marketplace
👤 作者: Shiran
🚀 现在可以开始创建插件了
npx claudepluginhub blueif16/amazing-claude-code-plugins --plugin skillforgeConverts any Claude Code skills repository into an official plugin marketplace by generating marketplace.json, validating with `claude plugin validate`, testing installation, and PRing upstream.
Scaffolds a new Claude Code marketplace plugin with validation, ADR, and release automation. Guides through interactive prompts, directory creation, and git workflow.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.