Interactive project initialization skill. Conducts a requirements interview, generates an AGENTS.md rule file, recommends matching skills/tools, and orchestrates a development workflow. Trigger with " " (Chinese for start ) or "start"
一个 AI 对话式 skill,通过需求访谈自动初始化项目开发工作流。
# Windows
path\to\install.bat
# Linux/Mac
bash path/to/install.sh
脚本会自动检测 AI IDE 类型并安装到正确位置。
在目标项目根目录创建对应的 skills 目录:
.claude/skills/.kiro/skills/.agents/skills/将 dev-workflow-init/ 文件夹复制到上述目录中
最终结构应该是:
your-project/
├── .claude/skills/dev-workflow-init/ # 或 .kiro/skills/ 或 .agents/skills/
│ ├── SKILL.md
│ ├── README.md
│ └── ...
└── (你的项目文件)
重要:不要将 dev-workflow-init 文件夹直接放在项目根目录,必须放在 .claude/skills/、.kiro/skills/ 或 .agents/skills/ 目录下。
启动start开始初始化项目AGENTS.md(统一规则源)提示:如果 AI 没有自动识别,可以明确说:"请使用 dev-workflow-init skill"
启动 → 需求访谈 → 确认摘要 → 生成 AGENTS 规则 → 推荐 Skills → 编排工作流
dev-workflow-init/
├── SKILL.md # 核心 skill 文件
├── README.md # 本说明文件
├── USAGE_EXAMPLES.md # 使用示例与场景
├── TESTING.md # 测试指南与问题排查
└── references/
├── search-strategy.md # Skills 搜索策略与网页抓取方案
└── agents-template.md # AGENTS.md 生成模板
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer