Skip to content
Skill

genesis

by BellyBook

AI Summary

Genesis is a project scaffolding booster that instantly initializes production-ready React, FastAPI, Go, or Taro projects with modern stacks (React19+TailwindV4+Vite). It benefits full-stack developers and teams who want to eliminate boilerplate setup and start coding immediately.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "genesis" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/genesis && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/genesis/SKILL.md "https://raw.githubusercontent.com/BellyBook/genesis/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

太初有道,道生代码。从零搭建 React19+TailwindV4+Vite 前端、FastAPI Python 后端、Go Gin 后端、Taro 4.x 小程序。用户说"新建项目"、"初始化"、"从零开始"、"搭建项目"、"创建项目"、"生成落地页"、"生成官网"、"生成 Landing Page"、"动画提升"、"动效升级"、"新建小程序"、"创建小程序"、"Taro 项目"时触发。

首要决策:初始化模式

在开始前,必须询问用户选择初始化模式: | 模式 | 说明 | 适用场景 | | --------------- | ---------------------------------- | ------------------------------ | | A. 模板复制 | 直接复制 templates/ 下的现成项目 | 快速启动、标准项目、不需要定制 | | B. AI 生成 | 根据 references/ 文档从零构建 | 深度定制、学习过程、特殊需求 | 询问话术: > 请选择初始化模式: > > - A 模板复制:秒级启动,复制现成模板 > - B AI 生成:逐步构建,可深度定制 > > 输入 A 或 B: ---

决策流程

` 用户触发 "新建项目" ↓ 确认项目类型 → Web 前端 / Python 后端 / Go 后端 / Taro 小程序 ↓ 确认项目名称和目标目录 ↓ 询问初始化模式 → A 模板复制 / B AI 生成 ↓ A: 复制模板 → 改名 → 安装依赖 → 完成 B: 读取 references → 逐步执行 → 完成 ` ---

前端初始化(React + 设计系统)

触发词:创建 React 项目、新建前端项目、Web 应用、H5 项目 技术栈:React 19 + Vite + TailwindCSS V4 + shadcn/ui

模式 A:模板复制(秒级完成)

直接执行,无需确认: `bash cp -r ~/.claude/skills/genesis/templates/web-react {目标目录} cd {目标目录} && sed -i '' 's/"name": "web-react"/"name": "{项目名}"/g' package.json npm install && npm run dev ` 模板已包含:Vite + React 19 + TailwindCSS V4 + shadcn/ui + 微拟物光影

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Forks1
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code