一键导入
global-setup
一次性配置SkillForge的marketplace设置
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
一次性配置SkillForge的marketplace设置
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start, check, or continue any work. Analyzes intent, plans tasks, and orchestrates execution via subagents (L2) or Agent Teams (L3).
Generate Playwright test scripts for browser-based acceptance verification. Load when DAG tasks touch UI, routes, or user-facing API responses.
Classify intent, assess complexity, generate task DAGs. Activates on /go or when user describes work.
Guide for using Reddit MCP to gather community sentiment, pain points, and adoption trends. Load this skill when a DAG contains research tasks about market validation, developer experience, or community opinions.
解析PRD,决定水平拆分策略,生成带验收标准的mini-PRD。当主协调器收到初始PRD或需要重新拆分工作时使用。
使用git worktrees为并行子协调器生成和管理tmux会话。当各部分准备好执行时使用。
| name | global-setup |
| description | 一次性配置SkillForge的marketplace设置 |
| allowed-tools | Write, Read, Bash |
配置SkillForge的marketplace路径和作者信息,只需执行一次。
询问用户:"你是否已经有一个Claude Code插件marketplace?"
如果回答YES:
如果回答NO:
保存到 ~/.skillforge-config:
{
"marketplacePath": "/完整/路径/到/marketplace",
"author": "用户名称",
"email": "user@example.com"
}
✅ SkillForge配置完成!
📁 Marketplace路径: ~/projects/my-marketplace
👤 作者: Shiran
🚀 现在可以开始创建插件了