-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (58 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
59 lines (58 loc) · 4.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Superpowers 技能包 · 繁中解讀 · superpowers-zh-tw</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=Noto+Serif+TC:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<div class="container">
<header>
<h1>Superpowers 技能包</h1>
<div class="subtitle">14 個給 coding agent 的開發方法論技能,中英逐段並排,口語解說</div>
</header>
<div class="entry-cards">
<a class="entry-card" href="map.html">
<span class="ec-icon">🗺️</span>
<span class="ec-title">全景圖</span>
<span class="ec-en">Skill Atlas</span>
<span class="ec-desc">一張圖看懂 14 個技能怎麼接成「從點子到上線」的完整工作流——開場、動工前、計畫、執行、審查、收尾。</span>
</a>
<a class="entry-card" href="learning-path.html">
<span class="ec-icon">🧗</span>
<span class="ec-title">學習路線</span>
<span class="ec-en">Learning Path</span>
<span class="ec-desc">不想只看懂、想真的上手?從 L0 一路練到 L4,分層分級照著走。</span>
</a>
<a class="entry-card" href="install.html">
<span class="ec-icon">📦</span>
<span class="ec-title">安裝指南</span>
<span class="ec-en">Install Guide</span>
<span class="ec-desc">Superpowers 支援的每個平台(OpenCode / Claude Code / Codex / Cursor / Gemini…)一步一步裝。</span>
</a>
<a class="entry-card" href="docs/teaching/index.html">
<span class="ec-icon">📚</span>
<span class="ec-title">教學中心</span>
<span class="ec-en">Teaching Hub</span>
<span class="ec-desc">深讀解說:方法論總覽、工作流拆解、哲學四原則、SDD 深入、怎麼寫 Skill。</span>
</a>
</div>
<div class="sync-panel"><h2>待辦事項 · 上游同步</h2><div class="sync-meta">對齊上游 <code>v6.2.0</code>(<code>44c9b2d</code>) · 上游目前 <code>v6.3.0</code>(<code>b36e082</code>) <span class="sync-badge warn">落後 12 項</span></div><details class="sync-list"><summary>待翻譯/整理項目(12 項)</summary><ul><li><code>translate</code> skills/using-superpowers/references/hermes-tools.md<span class="sync-reason">(added)</span></li><li><code>translate</code> skills/brainstorming/SKILL.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/brainstorming/visual-companion.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/finishing-a-development-branch/SKILL.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/requesting-code-review/code-reviewer.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/subagent-driven-development/SKILL.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/subagent-driven-development/implementer-prompt.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/subagent-driven-development/re-review-prompt.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/subagent-driven-development/task-reviewer-prompt.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/using-superpowers/SKILL.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/using-superpowers/references/codex-tools.md<span class="sync-reason">(modified)</span></li><li><code>translate</code> skills/writing-plans/SKILL.md<span class="sync-reason">(modified)</span></li></ul></details></div><div class="about-card-wrap"><a class="about-card" href="about.html">
<div class="about-row">
<span class="ec-icon">👤</span>
<span class="ec-title">About Jesse Vincent</span>
<span class="ec-en">Author · 作者介紹</span>
<span class="ec-arrow">→</span>
</div>
<span class="ec-desc">Superpowers 的作者,Prime Radiant 的創辦人。開源 superpowers、bugzilla、RT(Request Tracker)等專案。點進了解完整介紹。</span>
</a></div><footer>
<div>這是 <a href="https://github.com/obra/superpowers">obra/superpowers</a> 的繁體中文翻譯學習站——翻譯只動說明文字,指令、路徑、技能名一律照原樣,安裝照常可用。</div>
<div>內容 © <a href="https://github.com/obra">Jesse Vincent</a>(MIT License)· 本站為非官方教學站,與 Prime Radiant 無關 · 使用 OpenCode 與 deepseek-v4-flash 進行繁中翻譯與網站設計建置</div>
</footer>
</div>
</body>
</html>