Stats
Actions
Tags
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 skillforgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.