.cursor/skills/readme-deployment/SKILL.md
专业处理 README 与部署文档。Use when writing README, deployment guides, environment variable docs, or project structure documentation. 约定:README 必须包含环境变量表、获取 API Key 的链接、部署步骤、项目结构。
npx skillsauth add Aafff623/pet-adoption-app readme-deploymentInstall 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.
npm install、npm run dev、访问地址.gitignore 要点、不提交内容| 变量 | 说明 | 获取方式 |
|------|------|----------|
| `VITE_SUPABASE_URL` | 项目 URL | [Supabase](https://supabase.com/dashboard/project/_/settings/api) → Project URL |
| `VITE_SUPABASE_ANON_KEY` | 匿名公钥 | 同上 → anon public |
必须提供可点击的获取链接,不要只写「在控制台获取」。
node_modules、dist、.env.local 必须忽略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
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.
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.