vibe-agents
GitHub基于PRD和技术设计生成Agent指令文件,通过CLI验证环境并填充占位符,支持无文件访问模式及上下文打包。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-agents -g -y
SKILL.md
Frontmatter
{
"name": "vibe-agents",
"description": "Generate project agent instructions from agreed requirements and technical decisions. Not for ordinary incremental feature changes.",
"allowed-tools": "Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion"
}
Vibe Agents
Read the agreed PRD and Tech Design using vibe.project.json paths when available; otherwise inspect docs/PRD--MVP.md and docs/TechDesign--MVP.md. Reconcile conflicts and reuse Handoff Context before asking anything.
Run npx vibeworkflow --dry-run --json to inspect setup changes, then initialize within existing authorization. Existing files are preserved by default. Use --force only for explicitly intended replacement after showing affected files. The CLI installs selected files directly; it does not create a templates/ directory.
Fill required placeholders from decisions. AGENTS.md contains stable rules; MEMORY.md contains current progress; agent_docs contains concise build context. Run npx vibeworkflow doctor and resolve required setup errors. Build and behavior remain Not checked.
For a chat without filesystem access, use the repository's downloadable docs/context-pack.md plus the user's product documents; output clearly separated files to save. Do not invent absent template content. Tool configurations follow the installed client's supported settings; do not enable broad permissions automatically.
Version History
-
b00eb84
Current 2026-09-08 23:12
v0.3.0: 新增情境路由、比例规划及标准技能;强化CLI参数解析与覆盖处理;修复权限设置及格式化钩子。
- 254bae5 2026-08-27 13:01


