vibe-init
Installation
SKILL.md
/vibe-init — 项目初始化
1. CC 原生初始化
无 CLAUDE.md → 运行 /init,生成后追加: "本项目使用 VibeCoding,开发用 /vibe-dev"
已有 CLAUDE.md → 跳过。
2. 项目扫描
# 检测技术栈、包管理器、测试框架、lint、构建、dev server
ls package.json pyproject.toml Cargo.toml go.mod 2>/dev/null
cat package.json 2>/dev/null | grep -A5 '"scripts"'
ls jest.config* vitest.config* pytest.ini .eslintrc* ruff.toml 2>/dev/null
3. 创建 .ai_state/
Related skills