Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/fe-dev:claude-initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
分析项目结构和技术栈,生成 CLAUDE.md 文件。
分析项目结构和技术栈,生成 CLAUDE.md 文件。
package.json(名称、版本、依赖)tree -L 3 -I 'node_modules|.nuxt|dist'CLAUDE.md# [项目名称]
## 项目简介
[请补充项目描述]
## 技术栈
- 框架:[自动检测] + Vue 3 + TypeScript
- UI 组件:[自动检测]
- 样式:[自动检测]
- 状态管理:[自动检测]
## 目录结构
[自动生成目录树]
## 开发指南
### 启动项目
npm run dev
### 构建项目
npm run build
## 代码规范
[根据项目配置自动生成]
| 错误 | 处理 |
|---|---|
| 不是前端项目 | 提示无法识别技术栈 |
| CLAUDE.md 已存在 | AskUserQuestion:覆盖 / 追加 / 取消 |
npx claudepluginhub twoer/skills --plugin fe-devGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.