VibeCoding 项目初始化。在项目根目录创建 .ai_state/ 状态管理目录和模板文件。当用户说'初始化 VibeCoding''init''创建状态目录''设置开发环境'时触发。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill vibecoding-init --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vibecoding Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-vibecoding-init)More formats (shields.io, HTML) on the badges page.
---
description: "VibeCoding 项目初始化。在项目根目录创建 .ai_state/ 状态管理目录和模板文件。当用户说'初始化 VibeCoding''init''创建状态目录''设置开发环境'时触发。"
name: VibeCoding Init
---
# 项目初始化
## 操作步骤
### 1. 创建 .ai_state/ 目录
在项目根目录下创建以下文件:
**state.json** — 当前阶段和路径
```json
{
"phase": "idle",
"path": "",
"task": "",
"updated": "",
"lastSession": "",
"sessionStatus": "",
"backlog": []
}
```
**feature_list.json** — 功能/任务清单
```json
{
"features": [],
"completed": 0,
"total": 0
}
```
**progress.json** — 整体进度
```json
{
"percent": 0,
"started": "",
"updated": ""
}
```
**quality.json** — 质量评估结果
```json
{
"verdict": "",
"dimensions": {},
"issues": [],
"timestamp": ""
}
```
**lessons.md** — 经验教训
```markdown
# 经验教训
<!-- 开发过程中的重要发现、踩坑记录、最佳实践 -->
```
### 2. 探索项目结构
创建完状态文件后:
1. 检测项目类型:
- package.json → Node.js / 前端
- Cargo.toml → Rust
- go.mod → Go
- pyproject.toml / requirements.txt → Python
- pom.xml / build.gradle → Java
2. 识别测试框架和测试命令
3. 识别 lint / format 工具
### 3. 输出初始化摘要
```
✅ VibeCoding 初始化完成
- 项目类型: [type]
- 状态目录: .ai_state/ (5 个文件)
- 测试命令: [command] (如检测到)
- 现在可以开始使用 VibeCoding 开发流程
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.