.cursor/skills/readme-generator/SKILL.md
Generates professional README files by synthesizing standard-readme, Best-README-Template, Google styleguide, and GitHub best practices. Use when creating or redesigning README.md, documenting projects, or when the user asks for README templates or best practices.
npx skillsauth add Aafff623/pet-adoption-app readme-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
生成专业、规范的 README 文件,融合主流规范与个性化风格。
触发词:README、项目说明、文档设计、readme 规范、readme 模板
package.json、目录结构、主要入口文件,理解技术栈与功能| 顺序 | 章节 | 要求 | |------|------|------| | 1 | Title | 项目名,与仓库/包名一致;可加副标题 | | 2 | Short Description | 一句话简介,≤120 字符,单独一行 | | 3 | Badges | 技术栈徽章(shields.io),可选 License、Build 等 | | 4 | 功能特性 / Features | 核心功能列表或表格,简洁明了 | | 5 | 技术栈 / Built With | 框架、库、服务,表格或列表 | | 6 | 快速开始 / Getting Started | 前置要求、安装步骤、环境变量、启动命令 | | 7 | Usage / 使用说明 | 基本用法、示例命令或代码块 | | 8 | 项目结构 | 目录树,标注关键文件用途 | | 9 | 部署 | 静态/容器部署说明,环境变量提醒 | | 10 | Contributing | 贡献方式、PR 要求、Issue 链接 | | 11 | License | 许可证名称,链接到 LICENSE 文件 |
根据项目类型选择一种风格,并在生成时保持一致:
| 风格 | 适用 | 特点 | |------|------|------| | 简洁 | 库、工具、CLI | 少 emoji,纯文本,章节精简 | | 专业 | 企业、开源项目 | 表格多,结构清晰,徽章齐全 | | 创意 | 个人项目、作品集 | 适度 emoji、居中标题、视觉层次 |
创意风格可选元素:
<div align="center">...</div>## ✨ 功能特性、## 🚀 快速开始[功能](#功能) · [开始](#开始)🔍 浏览、❤️ 收藏### 前置要求
- Node.js ≥ 18
- [其他依赖]
### 安装步骤
1. 克隆:`git clone <repo>`
2. 安装:`npm install`
3. 配置:复制 `.env.example` 为 `.env`,填写变量
4. 启动:`npm run dev`
环境变量用表格说明:变量名 | 必填 | 说明 | 获取方式。
生成后自检:
bash、env 等)your-api-key)package.json 的 description 一致tools
Guides Supabase usage in petconnect-app including MCP tool calls, migrations, RLS, and API layer conventions. Use when working with Supabase, executing SQL, applying migrations, list_tables, execute_sql, RLS policies, or database schema changes.
tools
项目仓库瘦身与规范。Use when cleaning repo, optimizing .gitignore, removing large files, or organizing project structure. 约定:脚本仅用 PowerShell / npm 跨平台命令,不生成 .sh 文件。
development
专业处理 README 与部署文档。Use when writing README, deployment guides, environment variable docs, or project structure documentation. 约定:README 必须包含环境变量表、获取 API Key 的链接、部署步骤、项目结构。
testing
Safely slim down projects by removing redundant files and dependencies while ensuring delivery readiness and functionality. Use when the user asks for project slimming, cleanup, reducing project size, or preparing for delivery after testing.