opencode-skills-collection 2.0.69 → 2.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +4 -1
- package/bundled-skills/axiom/SKILL.md +255 -0
- package/bundled-skills/axiom/examples/walkthrough-en.md +104 -0
- package/bundled-skills/axiom/examples/walkthrough-zh.md +99 -0
- package/bundled-skills/axiom/references/assumption-types.md +227 -0
- package/bundled-skills/axiom/references/scenarios.md +247 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/linkedin-profile-optimizer/SKILL.md +166 -0
- package/bundled-skills/wordpress-centric-high-seo-optimized-blogwriting-skill/SKILL.md +1 -1
- package/bundled-skills/zipai-optimizer/SKILL.md +39 -0
- package/package.json +1 -1
- package/skills_index.json +66 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
# Assumption Type Handbook / 假设分类手册
|
|
2
|
+
|
|
3
|
+
A detailed reference for the 4-type assumption classification system used in Axiom Phase 3. This handbook provides identification methods, challenge strategies, real-world examples, and edge-case guidance in both Chinese and English.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Why Classification Matters / 为什么分类本身就是洞见
|
|
8
|
+
|
|
9
|
+
Most first-principles tools skip classification and jump straight to "question everything." But **different types of assumptions require fundamentally different challenge strategies**:
|
|
10
|
+
|
|
11
|
+
- Questioning a **physical fact** wastes time and credibility
|
|
12
|
+
- Questioning a **convention** requires checking if the environment has changed
|
|
13
|
+
- Questioning a **belief** requires finding whose experience shaped it
|
|
14
|
+
- Questioning an **interest-driven** assumption requires following the money
|
|
15
|
+
|
|
16
|
+
**The biggest "aha" moment** often comes when someone discovers that what they treated as an unchangeable fact is actually just a convention — or even an interest-driven narrative.
|
|
17
|
+
|
|
18
|
+
> 很多人第一次做分类时会震惊地发现:他们一直当成"事实"的东西,其实只是"惯例",甚至是"利益驱动"。
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## The 4 Types in Detail / 四种假设类型详解
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
### 🔵 Type 1: Physical Fact / 物理事实
|
|
27
|
+
|
|
28
|
+
**Definition / 定义:**
|
|
29
|
+
Laws of nature, mathematical truths, verified scientific constants, and logical tautologies. These cannot be changed by human will, policy, or belief.
|
|
30
|
+
|
|
31
|
+
自然规律、数学定理、已验证的科学常数、逻辑恒等式。不能被人类意志、政策或信念改变。
|
|
32
|
+
|
|
33
|
+
**Identification Questions / 识别问题:**
|
|
34
|
+
- Can you find a single genuine counterexample anywhere on Earth? / 你能在地球上找到一个真正的反例吗?
|
|
35
|
+
- Is this universally true regardless of culture, time, or context? / 这在所有文化、时间、语境下都成立吗?
|
|
36
|
+
- Would this still be true if every human disappeared? / 如果人类消失了,这还成立吗?
|
|
37
|
+
- Is this based on repeatable, measurable evidence? / 这是否基于可重复、可测量的证据?
|
|
38
|
+
|
|
39
|
+
**Challenge Strategy / 质疑策略:**
|
|
40
|
+
**Accept it. Do not waste energy.** If something is genuinely a physical fact, the correct response is to work within its constraints, not against them.
|
|
41
|
+
|
|
42
|
+
接受它。不要浪费精力质疑引力。如果确实是物理事实,正确的做法是在它的约束内工作。
|
|
43
|
+
|
|
44
|
+
**Examples / 示例:**
|
|
45
|
+
|
|
46
|
+
| ✅ Genuine Physical Facts | ❌ Often Misclassified As Facts |
|
|
47
|
+
|---------------------------|-------------------------------|
|
|
48
|
+
| Gravity exists (9.8 m/s²) | "Housing always appreciates" (convention) |
|
|
49
|
+
| Entropy increases over time | "You need 8 hours of sleep" (convention — varies by person) |
|
|
50
|
+
| Speed of light is constant | "People are rational economic actors" (belief) |
|
|
51
|
+
| Compound interest formula | "Innovation requires disruption" (interest-driven) |
|
|
52
|
+
|
|
53
|
+
**Common Misclassification Trap:**
|
|
54
|
+
People often classify **social patterns** or **statistical trends** as physical facts. "The economy always recovers" is a historical pattern, not a law of physics. "People resist change" is a tendency, not a constant.
|
|
55
|
+
|
|
56
|
+
> ⚠️ 常见误分类:把**社会规律**或**统计趋势**当成物理事实。"经济总会复苏"是历史规律,不是物理定律。
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
### 🟡 Type 2: Historical Convention / 历史惯例
|
|
61
|
+
|
|
62
|
+
**Definition / 定义:**
|
|
63
|
+
Practices, rules, or beliefs that were once valid and widely adopted but originated in a specific context. The context may have changed, making the convention obsolete or optional.
|
|
64
|
+
|
|
65
|
+
曾经有效且被广泛采用的做法、规则或信念,但起源于特定语境。语境可能已经改变,使惯例过时或可选。
|
|
66
|
+
|
|
67
|
+
**Identification Questions / 识别问题:**
|
|
68
|
+
- When did this rule/practice originate? What was the world like then? / 这个规则/做法是什么时候起源的?那时的环境是什么样的?
|
|
69
|
+
- Has the underlying environment (technology, demographics, market, regulation) changed significantly since then? / 底层环境变了吗?
|
|
70
|
+
- Is this universal, or specific to a region/industry/era? / 这是普遍的,还是特定于某个地区/行业/时代?
|
|
71
|
+
- Who benefits from this convention continuing? / 谁因为这个惯例的延续而获益?
|
|
72
|
+
- What percentage of people who follow this convention actually get the promised result? / 遵循这个惯例的人中,多少比例真正得到了承诺的结果?
|
|
73
|
+
|
|
74
|
+
**Challenge Strategy / 质疑策略:**
|
|
75
|
+
**Check the timestamp.** Ask: "Was this true 20 years ago? Is it still true now? Will it be true in 10 years?" The key insight is that conventions carry enormous inertia — people follow them long after the original reason has disappeared.
|
|
76
|
+
|
|
77
|
+
检查时间戳。问:"这在20年前成立吗?现在还成立吗?10年后呢?"关键洞见:惯例有巨大的惯性 — 人们在原始理由消失后很久仍然遵循它们。
|
|
78
|
+
|
|
79
|
+
**Examples / 示例:**
|
|
80
|
+
|
|
81
|
+
| Convention | Original Context | Changed Context |
|
|
82
|
+
|-----------|------------------|-----------------|
|
|
83
|
+
| 大学学历是好工作的门票 | 1990s: 大学生稀缺 | 2020s: 本科普及,技能导向增强 |
|
|
84
|
+
| "You must be in the office to be productive" | Pre-2020: Limited remote tools | Post-COVID: Remote infrastructure mature |
|
|
85
|
+
| 在一家公司待 5-10 年才算忠诚 | Lifetime employment era | Average tenure is now 2-3 years |
|
|
86
|
+
| "Real estate is the best investment for the middle class" | 1980-2010: Population growth + urbanization | 2020s+: Demographic decline in many countries |
|
|
87
|
+
| 创业要写完整的商业计划书 | Before Lean Startup methodology | Now: MVP → iterate → pivot is standard |
|
|
88
|
+
| "Get a STEM degree for job security" | Pre-AI era | AI is now disrupting STEM roles too |
|
|
89
|
+
|
|
90
|
+
**Cross-Cultural Note / 跨文化注意:**
|
|
91
|
+
Some conventions are deeply culture-specific:
|
|
92
|
+
- 🇨🇳 "35岁是职业分水岭" — This is a Chinese labor market convention, virtually unknown in the West
|
|
93
|
+
- 🇺🇸 "You should change jobs every 2-3 years" — This is an American tech industry convention, unusual in Japan or Germany
|
|
94
|
+
- 🇨🇳 "有房才能结婚" — Chinese marriage convention, not a global reality
|
|
95
|
+
- 🇺🇸 "Follow your passion" — American cultural narrative, less common in collectivist cultures
|
|
96
|
+
|
|
97
|
+
> 有些惯例是文化特有的。"35岁危机"几乎只存在于中国劳动力市场。"Follow your passion"主要是美国文化叙事。
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
### 🔴 Type 3: Subjective Belief / 主观信念
|
|
102
|
+
|
|
103
|
+
**Definition / 定义:**
|
|
104
|
+
Conclusions drawn from personal experience, projected as general truths. The person genuinely believes them, but they are shaped by a narrow sample of experiences, cognitive biases, and emotional associations.
|
|
105
|
+
|
|
106
|
+
从个人经验中得出的结论,被投射为普遍真理。当事人真诚地相信它们,但它们是由有限的经验样本、认知偏差和情感联想塑造的。
|
|
107
|
+
|
|
108
|
+
**Identification Questions / 识别问题:**
|
|
109
|
+
- Who told you this? / 谁告诉你的?
|
|
110
|
+
- Have you personally verified this, or are you extrapolating from a small sample? / 你亲自验证过吗,还是从小样本推断?
|
|
111
|
+
- Could someone with different experiences reach the opposite conclusion? / 有不同经历的人能得出相反结论吗?
|
|
112
|
+
- Is this belief comfortable? Does it protect you from a harder truth? / 这个信念让你舒服吗?它是否保护你免受更难以面对的真相?
|
|
113
|
+
- If you discovered this belief was wrong, what would you have to do differently? / 如果发现这个信念是错的,你必须做出什么改变?
|
|
114
|
+
|
|
115
|
+
**Challenge Strategy / 质疑策略:**
|
|
116
|
+
**Seek counter-evidence.** Find people who did the opposite and succeeded, or people who followed this belief and failed. The goal isn't to disprove the belief, but to test its universality.
|
|
117
|
+
|
|
118
|
+
寻找反面证据。找到做了相反事情却成功的人,或遵循这个信念却失败的人。目标不是推翻信念,而是检验它的普遍性。
|
|
119
|
+
|
|
120
|
+
**Examples / 示例:**
|
|
121
|
+
|
|
122
|
+
| Subjective Belief | What It Actually Is |
|
|
123
|
+
|-------------------|---------------------|
|
|
124
|
+
| "我不适合做管理" | One bad management experience → generalized to identity |
|
|
125
|
+
| "I'm not a math person" | Early negative experience → self-limiting identity |
|
|
126
|
+
| "创业太冒险了" | Heard failure stories → availability bias |
|
|
127
|
+
| "My industry doesn't value X" | Based on one company's culture, not the industry |
|
|
128
|
+
| "我的性格不适合社交" | Introversion ≠ inability to build relationships |
|
|
129
|
+
| "Good developers don't need to be good at communication" | Belief that protects from discomfort |
|
|
130
|
+
|
|
131
|
+
**Red Flag — Belief Disguised As Fact:**
|
|
132
|
+
If someone says "That's just how it is" or "Everyone knows that" about something that isn't a physical law, it's almost certainly a belief or convention that has been promoted to "fact" status in their mind.
|
|
133
|
+
|
|
134
|
+
> 🚩 如果有人说"就是这样的"或"大家都知道",但说的不是物理定律,那几乎肯定是信念或惯例被提升成了"事实"。
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
### ⚫ Type 4: Interest-Driven / 利益驱动
|
|
139
|
+
|
|
140
|
+
**Definition / 定义:**
|
|
141
|
+
Assumptions that someone (an industry, company, influencer, or social group) actively propagates because they benefit from you believing them. This doesn't mean the claim is always false — but its truth is incidental to why it's being promoted.
|
|
142
|
+
|
|
143
|
+
某些人(行业、公司、意见领袖或社会群体)积极传播的假设,因为他们从你的相信中获益。这并不意味着这些说法总是假的 — 但它们被传播的原因不是因为真,而是因为有利可图。
|
|
144
|
+
|
|
145
|
+
**Identification Questions / 识别问题:**
|
|
146
|
+
- Who is promoting this idea? What do they sell? / 谁在推广这个观点?他们卖什么?
|
|
147
|
+
- Does the source of this information have a financial incentive for you to believe it? / 这个信息来源是否有经济动机让你相信?
|
|
148
|
+
- Would this idea still be popular if no one profited from it? / 如果没有人从中获利,这个观点还会流行吗?
|
|
149
|
+
- Is this framed as urgent? Urgency often serves the seller. / 这是否被包装成紧迫的?紧迫感通常服务于卖方。
|
|
150
|
+
- What's the null hypothesis — what happens if you do nothing? / 零假设是什么 — 如果你什么都不做会怎样?
|
|
151
|
+
|
|
152
|
+
**Challenge Strategy / 质疑策略:**
|
|
153
|
+
**Follow the money.** Trace the incentive chain from the idea back to whoever benefits. This doesn't automatically disprove the claim, but it changes how much weight you should give it.
|
|
154
|
+
|
|
155
|
+
追踪金钱链。从这个观点追溯到获益者。这并不自动推翻这个说法,但它改变了你应该给予它的权重。
|
|
156
|
+
|
|
157
|
+
**Examples / 示例:**
|
|
158
|
+
|
|
159
|
+
| Interest-Driven Assumption | Who Benefits |
|
|
160
|
+
|---------------------------|-------------|
|
|
161
|
+
| "你需要买保险来保护家人" | 保险公司和保险经纪人 |
|
|
162
|
+
| "AI will replace all jobs in 5 years" | AI companies raising funding |
|
|
163
|
+
| "创业是实现财务自由的唯一方式" | 创业培训课程、孵化器 |
|
|
164
|
+
| "You need to learn to code" (2015-2023) | Coding bootcamps, tech companies |
|
|
165
|
+
| "房价永远涨" | 房地产开发商、中介、银行 |
|
|
166
|
+
| "You need this certification to be competitive" | Certification providers |
|
|
167
|
+
| "知识付费是最好的自我投资" | 知识付费平台和课程制作者 |
|
|
168
|
+
| "Growth hacking is essential for startups" | Growth consultancies, SaaS tools |
|
|
169
|
+
|
|
170
|
+
**Cross-Cultural Note:**
|
|
171
|
+
- 🇨🇳 Chinese internet is saturated with interest-driven assumptions from: 知识付费 platforms, 房产中介, 保险销售, 创业导师, 消费主义 KOL
|
|
172
|
+
- 🇺🇸 American media is saturated with: VC-backed startup mythology, credentialism pushed by universities, lifestyle inflation pushed by advertising
|
|
173
|
+
|
|
174
|
+
> 中国互联网充满了知识付费、房产中介、保险销售的利益驱动假设。美国媒体充满了 VC 支持的创业神话和大学推动的学历主义。
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## Handling Mixed Types / 处理混合类型
|
|
179
|
+
|
|
180
|
+
Many real-world assumptions are **hybrids**. When you encounter one:
|
|
181
|
+
|
|
182
|
+
1. **Identify the primary type** — which type best describes the core mechanism?
|
|
183
|
+
2. **Note the secondary type** — what additional dynamics are at play?
|
|
184
|
+
3. **Apply the primary challenge strategy first**, then supplement with secondary
|
|
185
|
+
|
|
186
|
+
**Examples of Mixed Types / 混合类型示例:**
|
|
187
|
+
|
|
188
|
+
| Assumption | Primary | Secondary | Why |
|
|
189
|
+
|-----------|---------|-----------|-----|
|
|
190
|
+
| "现在是创业的好时机" | 🟡 Convention | ⚫ Interest-driven | The "good timing" narrative is a convention, but startup media amplifies it for clicks and funding |
|
|
191
|
+
| "A college degree pays for itself" | 🟡 Convention | ⚫ Interest-driven | Was true statistically, but universities have incentive to promote it regardless |
|
|
192
|
+
| "房价只涨不跌" | 🔴 Belief | 🟡 Convention | Personal experience from a specific era, reinforced by industry-wide convention |
|
|
193
|
+
| "Remote workers are less productive" | 🔴 Belief | 🟡 Convention | Manager's personal bias, reinforced by traditional management convention |
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## Edge Cases / 边界案例指南
|
|
198
|
+
|
|
199
|
+
### Statistical Trends vs Facts
|
|
200
|
+
"Men are taller than women on average" — This is a **statistical fact** (measurable, repeatable), but applying it to any individual is a **subjective belief**. Classify the assumption based on how the user is using it.
|
|
201
|
+
|
|
202
|
+
### Outdated Facts
|
|
203
|
+
"Pluto is a planet" — Was a physical fact, reclassified. If someone's assumption is based on an outdated fact, treat it as a **convention** that hasn't been updated.
|
|
204
|
+
|
|
205
|
+
### Self-Fulfilling Prophecies
|
|
206
|
+
"The stock market will crash" — If enough people believe this, they sell, and it crashes. Classify as **interest-driven** if the source benefits from the prediction, or **subjective belief** if it's the user's personal anxiety.
|
|
207
|
+
|
|
208
|
+
### Cultural Norms
|
|
209
|
+
"你应该30岁之前结婚" — This is a **convention** (culturally specific, has a historical basis), with potential **interest-driven** elements (family pressure, wedding industry).
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Quick Reference Card / 快速参考卡
|
|
214
|
+
|
|
215
|
+
```
|
|
216
|
+
🔵 PHYSICAL FACT → Can you find ANY counterexample? → No → Accept it
|
|
217
|
+
🟡 HISTORICAL CONV. → When did this rule form? → Check if context changed
|
|
218
|
+
🔴 SUBJECTIVE BELIEF → Who told you this? → Seek counter-evidence
|
|
219
|
+
⚫ INTEREST-DRIVEN → Who profits from this? → Follow the money
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
🔵 物理事实 → 能找到反例吗? → 不能 → 接受
|
|
224
|
+
🟡 历史惯例 → 这个规则什么时候形成的? → 检查环境是否已变
|
|
225
|
+
🔴 主观信念 → 谁告诉你的? → 寻找反面证据
|
|
226
|
+
⚫ 利益驱动 → 谁因此获利? → 追踪利益链
|
|
227
|
+
```
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# Scenario-Specific Assumption Mining Checklists / 场景专用假设挖掘清单
|
|
2
|
+
|
|
3
|
+
This file provides structured mining checklists for 8 common scenario types (4 Chinese-native + 4 English-native). Each checklist contains **high-frequency hidden assumptions** that people in those situations almost never question, plus tailored probing questions to surface them.
|
|
4
|
+
|
|
5
|
+
When a user's question matches a scenario type, use the corresponding checklist to ensure your Phase 2 (Assumption Mining) is thorough and culturally relevant.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🇨🇳 中文场景
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
### 场景一:职业决策(换工作、转行、升职、创业)
|
|
14
|
+
|
|
15
|
+
**高频隐藏假设清单:**
|
|
16
|
+
|
|
17
|
+
1. 大公司比小公司更稳定、更安全
|
|
18
|
+
2. 跳槽一定能涨薪 20% 以上
|
|
19
|
+
3. 我的技能在市场上是稀缺的 / 有竞争力的
|
|
20
|
+
4. 35 岁是职业发展的分水岭
|
|
21
|
+
5. 管理岗比技术岗的天花板更高
|
|
22
|
+
6. 行业经验比通用能力更重要
|
|
23
|
+
7. 现在的不满会在换了环境之后消失
|
|
24
|
+
8. 大厂背景(字节/腾讯/阿里)是职业加速器
|
|
25
|
+
9. 远程工作会影响职业发展
|
|
26
|
+
10. 学历(985/211/硕士)对职业发展至关重要
|
|
27
|
+
11. 做自己喜欢的事就不会觉得累
|
|
28
|
+
12. 在一个公司待太久会"贬值"
|
|
29
|
+
13. 只要够努力,什么行业都能做好
|
|
30
|
+
14. 我的上级/领导对我的评价是客观的
|
|
31
|
+
15. 体制内一定比体制外稳定
|
|
32
|
+
|
|
33
|
+
**推荐挖掘问题:**
|
|
34
|
+
- "你说想换工作 — 如果当前公司环境改善 50%,你还想走吗?"
|
|
35
|
+
- "你认为自己的核心竞争力是什么?你的同事/猎头也这么认为吗?"
|
|
36
|
+
- "你说35岁是门槛 — 你认识几个35岁以上转型成功的案例?"
|
|
37
|
+
- "你想进大厂 — 你了解大厂同级别的实际日常工作状态吗?"
|
|
38
|
+
- "你说现在是好时机 — 好时机的判断依据是什么?是数据还是感觉?"
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
### 场景二:产品方向验证(创业、新功能、业务转型)
|
|
43
|
+
|
|
44
|
+
**高频隐藏假设清单:**
|
|
45
|
+
|
|
46
|
+
1. 用户说他们需要这个功能 = 他们会为此付费
|
|
47
|
+
2. 市场足够大(TAM 看起来很大)
|
|
48
|
+
3. 我们能比竞品做得更好
|
|
49
|
+
4. 技术壁垒足够高,竞争者不容易模仿
|
|
50
|
+
5. 只要产品好,营销不是问题
|
|
51
|
+
6. 增长会随着时间自然发生
|
|
52
|
+
7. 我们团队有能力执行这个方向
|
|
53
|
+
8. 客户的反馈 = 市场需求
|
|
54
|
+
9. 先入者有优势 / 我们动作要快
|
|
55
|
+
10. 融资之后就能解决增长问题
|
|
56
|
+
11. 用户留存率会随着产品完善而提升
|
|
57
|
+
12. 这个赛道还没有真正的竞争者
|
|
58
|
+
13. 我们的目标用户和我们自己的画像相似
|
|
59
|
+
14. 小范围验证的成功可以直接放大
|
|
60
|
+
|
|
61
|
+
**推荐挖掘问题:**
|
|
62
|
+
- "你说用户需要这个 — 有多少人实际掏了钱?愿望和付费之间差距有多大?"
|
|
63
|
+
- "你说市场很大 — 你的可触达市场(SAM)是多少?你能触达的渠道是什么?"
|
|
64
|
+
- "你说你们能做得更好 — '更好'具体是什么维度?用户真的在乎这个维度吗?"
|
|
65
|
+
- "你说要快速行动 — 在这个领域,速度真的比深度重要吗?"
|
|
66
|
+
- "你的竞品分析里,有没有包括'用户目前的替代方案'(包括 Excel 和不作为)?"
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
### 场景三:消费选择(买房、投资、重大消费)
|
|
71
|
+
|
|
72
|
+
**高频隐藏假设清单:**
|
|
73
|
+
|
|
74
|
+
1. 房价长期来看一定会涨
|
|
75
|
+
2. 学区房是刚需,不买孩子就输在起跑线
|
|
76
|
+
3. 租房是"帮别人还房贷",买房才是资产
|
|
77
|
+
4. 保险是必须的 / 买越多越好
|
|
78
|
+
5. 存钱比投资更安全
|
|
79
|
+
6. 黄金/房产是最好的抗通胀资产
|
|
80
|
+
7. 大品牌一定质量更好
|
|
81
|
+
8. 越贵的东西越保值
|
|
82
|
+
9. 投资要分散,鸡蛋不放一个篮子
|
|
83
|
+
10. 提前还贷一定比投资划算
|
|
84
|
+
11. 有车/有房才算"安顿下来"
|
|
85
|
+
12. 消费升级是生活品质提高的标志
|
|
86
|
+
13. 早买早享受,晚买有折扣但错过了使用时间
|
|
87
|
+
|
|
88
|
+
**推荐挖掘问题:**
|
|
89
|
+
- "你说房价会涨 — 你参考的是过去20年的数据。未来20年的人口结构和经济增速一样吗?"
|
|
90
|
+
- "你说学区房是刚需 — '孩子教育'具体需要学区房解决什么问题?有没有替代方案?"
|
|
91
|
+
- "你说租房不值 — 你算过同地段租房+投资差额 vs 买房+还贷的 30 年总成本吗?"
|
|
92
|
+
- "这笔消费给你的满足感预计能持续多久?"
|
|
93
|
+
- "如果你不做这笔消费,你最担心什么?这个担心是真实风险还是社会压力?"
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
### 场景四:认知信念质疑(人生观、价值观、方法论)
|
|
98
|
+
|
|
99
|
+
**高频隐藏假设清单:**
|
|
100
|
+
|
|
101
|
+
1. 努力一定有回报(方向不对的努力呢?)
|
|
102
|
+
2. 年轻就该拼,老了才享受
|
|
103
|
+
3. 稳定才是最重要的
|
|
104
|
+
4. 读书/学历改变命运
|
|
105
|
+
5. 社交人脉 = 个人实力的外延
|
|
106
|
+
6. 时间管理 = 效率提升(忙和有效是两回事)
|
|
107
|
+
7. 情绪化是不成熟的表现
|
|
108
|
+
8. 成功人士的方法论可以复制
|
|
109
|
+
9. 坚持就对了(沉没成本?)
|
|
110
|
+
10. 先苦后甜 / 延迟满足一定更好
|
|
111
|
+
11. 别人的评价是衡量自身价值的重要指标
|
|
112
|
+
12. 选择比努力重要(但选择能力也是通过努力培养的)
|
|
113
|
+
13. 信息越多决策越好
|
|
114
|
+
14. 理性决策一定优于直觉
|
|
115
|
+
|
|
116
|
+
**推荐挖掘问题:**
|
|
117
|
+
- "你说努力一定有回报 — 你指的是哪种努力?你怎么定义'回报'?"
|
|
118
|
+
- "你说稳定最重要 — 稳定的成本是什么?你放弃了什么来换取稳定?"
|
|
119
|
+
- "你说要延迟满足 — 延迟到什么时候?你怎么知道那个未来一定更好?"
|
|
120
|
+
- "你说信息越多决策越好 — 你最近哪次重大决策是因为信息太多而犹豫不决的?"
|
|
121
|
+
- "你从谁那里学到这个信念的?他们当时的处境和你现在一样吗?"
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## 🇺🇸 English Scenarios
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### Scenario 5: Career Decisions (Job Change, Career Pivot, Promotion)
|
|
130
|
+
|
|
131
|
+
**High-Frequency Hidden Assumptions:**
|
|
132
|
+
|
|
133
|
+
1. A bigger company is always safer and more stable
|
|
134
|
+
2. I need an MBA / advanced degree to advance to leadership
|
|
135
|
+
3. Remote work will hurt my career progression
|
|
136
|
+
4. I'm too old to switch industries (the "ageism" assumption)
|
|
137
|
+
5. My current skills are highly transferable to any industry
|
|
138
|
+
6. Higher pay = better career move
|
|
139
|
+
7. I need to "pay my dues" before I can lead
|
|
140
|
+
8. The job market is either "hot" or "cold" — binary thinking
|
|
141
|
+
9. My manager's opinion reflects the company's opinion of me
|
|
142
|
+
10. Staying at one company too long looks bad on a resume
|
|
143
|
+
11. I should follow my passion and the money will follow
|
|
144
|
+
12. A title promotion equals real career growth
|
|
145
|
+
13. Networking is the most important career skill
|
|
146
|
+
14. I need to have a 5-year plan
|
|
147
|
+
|
|
148
|
+
**Recommended Probing Questions:**
|
|
149
|
+
- "You say you want to switch jobs — if your current role improved 50%, would you still leave?"
|
|
150
|
+
- "You say you're too old — how many people in your target industry are your age or older?"
|
|
151
|
+
- "You say remote work hurts career growth — what evidence do you have beyond anecdotes?"
|
|
152
|
+
- "You say higher pay is better — what's the total compensation including work-life balance, learning, and stress?"
|
|
153
|
+
- "Who told you that you need an MBA? Do they have one? Did it work for them the way they claim?"
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
### Scenario 6: Business & Product Validation (Startup, New Feature, Pivot)
|
|
158
|
+
|
|
159
|
+
**High-Frequency Hidden Assumptions:**
|
|
160
|
+
|
|
161
|
+
1. If we build it, they will come
|
|
162
|
+
2. The TAM (Total Addressable Market) is $X billion — therefore we'll get a slice
|
|
163
|
+
3. We have a first-mover advantage
|
|
164
|
+
4. Our technology is our moat
|
|
165
|
+
5. Users will switch from their current solution because ours is "better"
|
|
166
|
+
6. A successful MVP means the product will scale
|
|
167
|
+
7. Our target user profile matches our own profile
|
|
168
|
+
8. Competitor analysis = looking at direct competitors only (ignoring spreadsheets, email, or doing nothing)
|
|
169
|
+
9. Growth will come organically once the product is ready
|
|
170
|
+
10. Venture funding will solve our growth problem
|
|
171
|
+
11. Customer interviews = validated demand
|
|
172
|
+
12. B2B sales cycles are predictable and repeatable
|
|
173
|
+
13. We can outexecute the incumbents because we're more agile
|
|
174
|
+
14. Monthly active users = product-market fit
|
|
175
|
+
|
|
176
|
+
**Recommended Probing Questions:**
|
|
177
|
+
- "You say users need this — how many have actually paid? Wishing and paying are very different."
|
|
178
|
+
- "You say the market is huge — what's your SAM? What channels can you actually reach?"
|
|
179
|
+
- "You say you have a moat — can a well-funded competitor replicate it in 6 months?"
|
|
180
|
+
- "You say you validated with an MVP — how many users stayed after 3 months?"
|
|
181
|
+
- "Your competitor analysis includes 'doing nothing' as an alternative, right?"
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
### Scenario 7: Financial & Life Decisions (Property, Investing, Major Purchases)
|
|
186
|
+
|
|
187
|
+
**High-Frequency Hidden Assumptions:**
|
|
188
|
+
|
|
189
|
+
1. Real estate always appreciates in the long run
|
|
190
|
+
2. Renting is "throwing money away"
|
|
191
|
+
3. Diversification eliminates risk
|
|
192
|
+
4. I need $X million to retire comfortably
|
|
193
|
+
5. Index funds are always the safest long-term investment
|
|
194
|
+
6. Buying a house is a better investment than renting + investing the difference
|
|
195
|
+
7. Student loans are always "good debt"
|
|
196
|
+
8. I should maximize my 401k/pension before doing anything else
|
|
197
|
+
9. Insurance is always worth the premium
|
|
198
|
+
10. Early retirement = success
|
|
199
|
+
11. A financial advisor always has my best interests in mind
|
|
200
|
+
12. More expensive = better quality (cars, education, healthcare)
|
|
201
|
+
13. Debt is always bad
|
|
202
|
+
14. I need to own assets to build wealth
|
|
203
|
+
|
|
204
|
+
**Recommended Probing Questions:**
|
|
205
|
+
- "You say real estate always goes up — are you using 1980-2020 data? What about Japan 1990-2020?"
|
|
206
|
+
- "You say renting is wasting money — have you calculated rent + invest vs buy + mortgage over 30 years?"
|
|
207
|
+
- "You say you need $X to retire — how did you arrive at that number? What lifestyle does it assume?"
|
|
208
|
+
- "You say index funds are safest — safest compared to what? Over what time horizon?"
|
|
209
|
+
- "Your financial advisor — do they earn commissions on the products they recommend?"
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
### Scenario 8: Belief & Worldview Audit (Values, Methodology, Life Philosophy)
|
|
214
|
+
|
|
215
|
+
**High-Frequency Hidden Assumptions:**
|
|
216
|
+
|
|
217
|
+
1. Hard work always pays off (what about direction?)
|
|
218
|
+
2. Follow your passion and you'll never work a day (survivorship bias?)
|
|
219
|
+
3. Failure is always the best teacher (only if you extract the right lesson)
|
|
220
|
+
4. More data = better decisions (analysis paralysis is real)
|
|
221
|
+
5. Rational thinking is always superior to intuition
|
|
222
|
+
6. Success is primarily about talent/intelligence
|
|
223
|
+
7. Consistency beats intensity (in what contexts?)
|
|
224
|
+
8. You should always play to your strengths (what about critical weaknesses?)
|
|
225
|
+
9. The best time to start was yesterday (urgency bias)
|
|
226
|
+
10. Compounding effects mean small habits always work (linear vs threshold effects)
|
|
227
|
+
11. Being busy = being productive
|
|
228
|
+
12. Feedback from others is essential for growth (which others? what kind of feedback?)
|
|
229
|
+
13. You can learn anything with enough time
|
|
230
|
+
14. Meritocracy exists — the best work gets recognized
|
|
231
|
+
|
|
232
|
+
**Recommended Probing Questions:**
|
|
233
|
+
- "You say hard work pays off — in what domains? Can you name a case where hard work in the wrong direction made things worse?"
|
|
234
|
+
- "You say follow your passion — how many people do you know who followed their passion and failed? How would you know?"
|
|
235
|
+
- "You say more data is better — when was the last time you delayed a decision because you had too much data?"
|
|
236
|
+
- "You say the best time to start was yesterday — what if starting too early, before you're ready, actually increases failure risk?"
|
|
237
|
+
- "Where did you learn this belief? What was the context? Does that context match yours?"
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## How to Use These Checklists / 使用方法
|
|
242
|
+
|
|
243
|
+
1. **Identify the scenario type** from the user's question
|
|
244
|
+
2. **Use the checklist as a mining guide** — not all assumptions will apply to every user, but scan through them systematically
|
|
245
|
+
3. **Prioritize culturally-specific assumptions** — a Chinese user asking about career decisions will have very different hidden assumptions than an American user
|
|
246
|
+
4. **Combine with organic mining** — the checklist is a starting point, not a ceiling. Always mine for assumptions unique to the user's specific situation
|
|
247
|
+
5. **Use the probing questions** to surface assumptions the user can't articulate directly
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.
|
|
3
|
+
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.407+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,1.
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,1.407+ skills
|
|
7
7
|
|
|
8
8
|
This guide shows how to integrate the `antigravity-awesome-skills` repository with an agent based on **Jetski/Cortex + Gemini** (or similar frameworks) **without exceeding the model context window**.
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ Never do:
|
|
|
23
23
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
24
24
|
- re-inject the entire library for **every** request.
|
|
25
25
|
|
|
26
|
-
With over 1,1.
|
|
26
|
+
With over 1,1.407 skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -20,7 +20,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
|
|
20
20
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
21
21
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
22
22
|
|
|
23
|
-
This pattern avoids context overflow when you have 1,
|
|
23
|
+
This pattern avoids context overflow when you have 1,407+ skills installed.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -6,7 +6,7 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
|
|
6
6
|
|
|
7
7
|
Preferred positioning:
|
|
8
8
|
|
|
9
|
-
> Installable GitHub library of 1,
|
|
9
|
+
> Installable GitHub library of 1,407+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
|
|
10
10
|
|
|
11
11
|
Key framing:
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Key framing:
|
|
|
20
20
|
|
|
21
21
|
Preferred description:
|
|
22
22
|
|
|
23
|
-
> Installable GitHub library of 1,
|
|
23
|
+
> Installable GitHub library of 1,407+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
|
|
24
24
|
|
|
25
25
|
Preferred homepage:
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Preferred homepage:
|
|
|
28
28
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
|
-
- use a clean preview image that says `1,
|
|
31
|
+
- use a clean preview image that says `1,407+ Agentic Skills`;
|
|
32
32
|
- mention Claude Code, Cursor, Codex CLI, and Gemini CLI;
|
|
33
33
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
34
34
|
|
|
@@ -69,7 +69,7 @@ For manual updates, you need:
|
|
|
69
69
|
The update process refreshes:
|
|
70
70
|
- Skills index (`skills_index.json`)
|
|
71
71
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
72
|
-
- All 1,
|
|
72
|
+
- All 1,407+ skills from the skills directory
|
|
73
73
|
|
|
74
74
|
## When to Update
|
|
75
75
|
|
|
@@ -12,7 +12,7 @@ Install the library into Claude Code, then invoke focused skills directly in the
|
|
|
12
12
|
|
|
13
13
|
## Why use this repo for Claude Code
|
|
14
14
|
|
|
15
|
-
- It includes 1,
|
|
15
|
+
- It includes 1,407+ skills instead of a narrow single-domain starter pack.
|
|
16
16
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
17
17
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
18
18
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,407+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,407+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -14,7 +14,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of a full l
|
|
|
14
14
|
|
|
15
15
|
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
|
16
16
|
|
|
17
|
-
✅ **Downloaded 1,
|
|
17
|
+
✅ **Downloaded 1,407+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
18
18
|
✅ **Made them available** to your AI assistant
|
|
19
19
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@ Bundles are **curated groups** of skills organized by role. They help you decide
|
|
|
34
34
|
|
|
35
35
|
**Analogy:**
|
|
36
36
|
|
|
37
|
-
- You installed a toolbox with 1,
|
|
37
|
+
- You installed a toolbox with 1,407+ tools (✅ done)
|
|
38
38
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
39
39
|
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
40
40
|
|
|
@@ -212,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
212
212
|
|
|
213
213
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
214
214
|
|
|
215
|
-
Don't try to use all 1,
|
|
215
|
+
Don't try to use all 1,407+ skills at once. Here's a sensible approach:
|
|
216
216
|
|
|
217
217
|
If you want a tool-specific starting point before choosing skills, use:
|
|
218
218
|
|
|
@@ -343,7 +343,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
343
343
|
|
|
344
344
|
### "Can I load all skills into the model at once?"
|
|
345
345
|
|
|
346
|
-
No. Even though you have 1,
|
|
346
|
+
No. Even though you have 1,407+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
347
347
|
|
|
348
348
|
The intended pattern is:
|
|
349
349
|
|
|
@@ -34,7 +34,7 @@ antigravity-awesome-skills/
|
|
|
34
34
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
35
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
36
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
37
|
+
├── 📁 skills/ ← 1,407+ skills live here
|
|
38
38
|
│ │
|
|
39
39
|
│ ├── 📁 brainstorming/
|
|
40
40
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
|
|
47
47
|
│ │ └── 📁 2d-games/
|
|
48
48
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
49
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
50
|
+
│ └── ... (1,407+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,407+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,407+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|