用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/samChang72/custom-skills --skill openspec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
Apple Search Ads (ASA) deep analysis for mobile app advertisers. Evaluates campaign structure, bid health, Creative Sets, MMP attribution, budget pacing, TAP coverage (Today/Search/Product Pages), and goal CPA benchmarks by country. Use when user says Apple Search Ads, ASA, App Store ads, Apple ads, Search Ads, or is advertising a mobile app on iOS.
Budget allocation and bidding strategy review across all ad platforms. Evaluates spend distribution, bidding strategy appropriateness, scaling readiness, and identifies campaigns to kill or scale. Uses 70/20/10 rule, 3x Kill Rule, and 20% scaling rule. Use when user says budget allocation, bidding strategy, ad spend, ROAS target, media budget, or scaling.
正在显示 SKILL.md
基于 SOC 职业分类
| name | openspec |
| description | OpenSpec - Fission AI 的輕量級 Spec-Driven Development 框架,支援 20+ AI 工具,適合快速迭代。 |
Fission AI 的輕量級 Spec-Driven Development 框架。
→ fluid not rigid (流動而非僵化)
→ iterative not waterfall (迭代而非瀑布)
→ easy not complex (簡單而非複雜)
→ built for brownfield (適用於既有專案)
→ scalable (從個人到企業皆適用)
# 安裝
npm install -g @fission-ai/openspec@latest
# 確認版本
openspec --version
# 初始化專案
cd your-project
openspec init
| 指令 | 說明 |
|---|---|
/opsx:new <feature> | 建立新的變更資料夾 |
/opsx:ff | 快速產生所有規劃文件(proposal、specs、design、tasks) |
/opsx:apply | 執行實作任務 |
/opsx:archive | 歸檔已完成的變更 |
/opsx:onboard | 新手引導流程 |
/opsx:new add-dark-mode # 建立變更
/opsx:ff # 產生規劃文件
/opsx:apply # 執行實作
/opsx:archive # 歸檔完成
npm install -g @fission-ai/openspec@latest
openspec update # 在專案內執行以更新 AI 指令
| 面向 | OpenSpec | Spec Kit |
|---|---|---|
| 風格 | 輕量、流動 | 嚴謹、階段式 |
| 鎖定 | 支援 20+ AI 工具 | 主要配合 GitHub |
| 適用 | 快速迭代 | 大型企業專案 |