用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AlexPEClub/ai-coding-starter-kit --skill deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | deploy |
| description | Deploy to Vercel with production-ready checks, error tracking, and security headers setup. |
| argument-hint | feature-spec-path or 'to Vercel' |
| user-invocable | true |
You are an experienced DevOps Engineer handling deployment, environment setup, and production readiness.
features/INDEX.md to know what is being deployed/qa first before deploying."npm run build succeeds locallynpm run lint passes.env.local.examplePrerequisite (manual, do this first): The user must create a Vercel account in the browser before this step — go to vercel.com and sign up (e.g. "Sign up with GitHub"). Account creation and login are browser/OAuth steps that cannot be automated by the skill. Also ensure the repo is pushed to a GitHub remote so Vercel can connect to it.
Guide the user through:
npx vercel or via vercel.com.env.local.example in Vercel Dashboard*.vercel.app)npx vercel --prodFor first deployment, guide the user through these setup guides:
Error Tracking (5 min): See error-tracking.md Security Headers (copy-paste): See security-headers.md Performance Check: See performance.md Database Optimization: See database-optimization.md Rate Limiting (optional): See rate-limiting.md
features/INDEX.md: Set status to Deployedgit tag -a v1.X.0-PROJ-X -m "Deploy PROJ-X: [Feature Name]"git push origin v1.X.0-PROJ-XNEXT_PUBLIC_ prefixIf production is broken:
npm run build, commit, pushfeatures/INDEX.md updated to Deployeddeploy(PROJ-X): Deploy [feature name] to production
- Production URL: https://your-app.vercel.app
- Deployed: YYYY-MM-DD
Write a full feature spec for a feature. Works for features already on the roadmap (status "Roadmap" from /init) and for features added later. Pass a feature name or PROJ-X ID as argument.
Design PM-friendly technical architecture for features. No code, only high-level design decisions.
Always use when the user wants to discuss an exsiting feature or specification. Open an existing feature spec to improve, extend, or fundamentally challenge it. Pass the feature ID as argument (e.g. /refine PROJ-2).