opencode-skills-collection 4.0.41 → 4.0.43

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.
Files changed (73) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +5 -2
  2. package/bundled-skills/animejs-animation/SKILL.md +1 -1
  3. package/bundled-skills/anti-ui-slop/SKILL.md +51 -86
  4. package/bundled-skills/antigravity-design-expert/SKILL.md +1 -1
  5. package/bundled-skills/design-spells/SKILL.md +1 -1
  6. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  7. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  8. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  9. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  10. package/bundled-skills/docs/users/aas-core.md +1 -1
  11. package/bundled-skills/docs/users/bundles.md +1 -1
  12. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  13. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  14. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  15. package/bundled-skills/docs/users/usage.md +3 -3
  16. package/bundled-skills/docs/users/visual-guide.md +4 -4
  17. package/bundled-skills/famulor-skill/SKILL.md +132 -0
  18. package/bundled-skills/famulor-skill/references/assistant-design.md +137 -0
  19. package/bundled-skills/famulor-skill/references/toolsets/assistants.md +64 -0
  20. package/bundled-skills/famulor-skill/references/toolsets/automations.md +36 -0
  21. package/bundled-skills/famulor-skill/references/toolsets/billing.md +15 -0
  22. package/bundled-skills/famulor-skill/references/toolsets/calls.md +23 -0
  23. package/bundled-skills/famulor-skill/references/toolsets/campaigns.md +42 -0
  24. package/bundled-skills/famulor-skill/references/toolsets/dashboards.md +27 -0
  25. package/bundled-skills/famulor-skill/references/toolsets/knowledge.md +28 -0
  26. package/bundled-skills/famulor-skill/references/toolsets/messaging.md +52 -0
  27. package/bundled-skills/famulor-skill/references/toolsets/migration.md +10 -0
  28. package/bundled-skills/famulor-skill/references/toolsets/platform.md +14 -0
  29. package/bundled-skills/famulor-skill/references/toolsets/settings.md +28 -0
  30. package/bundled-skills/famulor-skill/references/toolsets/tasks.md +12 -0
  31. package/bundled-skills/famulor-skill/references/toolsets/telephony.md +35 -0
  32. package/bundled-skills/iconsax-library/SKILL.md +1 -1
  33. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
  34. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
  35. package/bundled-skills/lore/SKILL.md +104 -298
  36. package/bundled-skills/lore/references/audit-template.md +21 -4
  37. package/bundled-skills/lore/references/compatibility.md +51 -121
  38. package/bundled-skills/lore/references/config.md +22 -23
  39. package/bundled-skills/lore/references/entry-format.md +33 -3
  40. package/bundled-skills/lore/references/history-command.md +98 -2
  41. package/bundled-skills/lore/references/platform-mirrors.md +45 -16
  42. package/bundled-skills/lore/references/stale-new-markers.md +10 -8
  43. package/bundled-skills/lore/references/summary-template.md +8 -1
  44. package/bundled-skills/lore/references/workflows.md +192 -0
  45. package/bundled-skills/lore/scripts/README.md +14 -13
  46. package/bundled-skills/lore/scripts/README.zh-CN.md +14 -13
  47. package/bundled-skills/lore/scripts/find_duplicates.py +14 -4
  48. package/bundled-skills/lore/scripts/find_stale.py +68 -16
  49. package/bundled-skills/lore/scripts/history.py +235 -23
  50. package/bundled-skills/lore/scripts/id_hash.py +7 -4
  51. package/bundled-skills/lore/scripts/list_entries.py +82 -13
  52. package/bundled-skills/magic-animator/SKILL.md +1 -1
  53. package/bundled-skills/magic-ui-generator/SKILL.md +1 -1
  54. package/bundled-skills/poka-yoke/SKILL.md +172 -0
  55. package/bundled-skills/project-state-governor/SKILL.md +483 -0
  56. package/bundled-skills/project-state-governor/references/manifest-routing.md +47 -0
  57. package/bundled-skills/project-state-governor/references/persistence-lifecycle.md +93 -0
  58. package/bundled-skills/project-state-governor/references/project-state-schema.md +173 -0
  59. package/bundled-skills/project-state-governor/references/reconstruction-workflow.md +183 -0
  60. package/bundled-skills/salesforce-development/SKILL.md +107 -37
  61. package/bundled-skills/spec-driven-loop/SKILL.md +203 -0
  62. package/bundled-skills/spec-driven-loop/references/agent-and-judge-contracts.md +120 -0
  63. package/bundled-skills/spec-driven-loop/references/document-templates.md +184 -0
  64. package/bundled-skills/unsplash-integration/SKILL.md +1 -1
  65. package/bundled-skills/vizcom/SKILL.md +1 -1
  66. package/bundled-skills/x-twitter-scraper/SKILL.md +20 -7
  67. package/package.json +1 -1
  68. package/skills_index.json +136 -36
  69. package/bundled-skills/lore/README.md +0 -386
  70. package/bundled-skills/lore/README.zh-CN.md +0 -386
  71. package/bundled-skills/lore/WORKFLOWS.md +0 -216
  72. package/bundled-skills/lore/WORKFLOWS.zh-CN.md +0 -216
  73. package/bundled-skills/uizze-ui-research/SKILL.md +0 -128
@@ -1,216 +0,0 @@
1
- # 工作流
2
-
3
- lore 有七个工作流。本文用平实语言解释每个什么时候用。Agent 跑它们时的 operational 规范见 [`SKILL.md`](SKILL.md)。
4
-
5
- > [English](./WORKFLOWS.md)
6
-
7
- ## 概览
8
-
9
- | Workflow | 做什么 | 频率 |
10
- |---|---|---|
11
- | [`init`](#init) | 建 `.lore/` + 接管平台 mirror 文件 | 每个项目 1 次 |
12
- | [`sync`](#sync) | 代码变更后更新 `.lore/` | 每个 feature 后 |
13
- | [`query`](#query) | 搜 `.lore/` 找答案 | 每个 session |
14
- | [`audit`](#audit) | 找 stale / 矛盾的 entry | 季度 |
15
- | [`compress`](#compress) | 重建 `SUMMARY.md` | SUMMARY 过期时 |
16
- | [`mirror`](#mirror) | 从 `.lore/` 重新生成平台文件 | 一批 sync 后 |
17
- | [`history`](#history) | 列出 entry / 文件 / scope 的 git commits | 调查时 |
18
-
19
- ---
20
-
21
- ## `init`
22
-
23
- **一句话**:建 `.lore/`,接管你已有的 `CLAUDE.md` / `AGENTS.md`。
24
-
25
- **怎么用**:`lore init` —— 每个项目 1 次,或老项目第一次接入 lore。
26
-
27
- **agent 做什么**:
28
- 1. 扫现有平台文件(`CLAUDE.md`、`AGENTS.md`、`.cursorrules` 等)
29
- 2. 每个文件问你:接管 / 保留 / 中止
30
- 3. 检测 monorepo 结构(pnpm workspaces、Cargo workspace 等),给 scope 列表
31
- 4. 写初始 `.lore/draft/`(entry 带 `#added:<today>` + 确定性 ID)
32
- 5. 给你看 summary
33
- 6. 你确认后:移到 `.lore/`,生成 `SUMMARY.md`,刷新平台文件
34
-
35
- **真实场景**:
36
- - 新项目第一次用 lore → `lore init`
37
- - 老项目已有 `CLAUDE.md`,想让 lore 接管 → `lore init` 选「接管」
38
- - Monorepo 有 `frontend/` 和 `backend/` → init 自动识别两个 scope,问名字
39
-
40
- **输出**:完整 `.lore/` 目录 + 更新过的平台文件 + 写好的 `.config.json`。
41
-
42
- ---
43
-
44
- ## `sync`
45
-
46
- **一句话**:代码改了,把变化落到 `.lore/`。
47
-
48
- **怎么用**:`lore sync` —— 提交完 feature / refactor / 依赖变更后。
49
-
50
- **agent 做什么**:
51
- 1. 跑 `git diff --stat HEAD` 看变更
52
- 2. 变更显著时(≥50 行 / 跨 ≥2 目录,或新 module/dir/dep),agent 主动提议
53
- 3. 每个变更分类成 `[NEW]` / `[STALE]` / `[REFINED]`
54
- 4. 输出 marker 提案
55
- 5. 你按 marker 接受 / 拒绝
56
- 6. 接受的 marker 落到 `.lore/*.md`
57
-
58
- **真实场景**:
59
- - 「我刚加了新依赖 —— 更新 lore」 → `lore sync`
60
- - 「我们决定不用 React Query 了,换 SWR」 → 代码改完后 `lore sync`
61
- - 「新加了个 module —— 记一下」 → `lore sync`
62
-
63
- **输出**:更新过的 `.lore/*.md` 文件(新 entry 和 `#verified` / `#stale` tag)。
64
-
65
- **注意**:`sync` 不会更新平台 mirror 文件(那是独立的 `mirror` 命令)。理由:保持 agent 端文件 `git log` 可读。
66
-
67
- ---
68
-
69
- ## `query`
70
-
71
- **一句话**:搜 `.lore/` 找答案。
72
-
73
- **怎么用**:`lore query <term>` —— 任何想问「memory 里有什么」的时候。
74
-
75
- **agent 做什么**:
76
- 1. 读 `.lore/SUMMARY.md`(目录)
77
- 2. 对 entry 文本做模糊匹配
78
- 3. 返回命中 entry,带稳定 `[file#ID]` 引用
79
- 4. 可选地深入具体 scope 文件拿更完整上下文
80
-
81
- **真实场景**:
82
- - 「这个项目用什么数据库?」 → `lore query database`
83
- - 「为什么选 Zustand?」 → `lore query zustand`
84
- - 「backend module 的约定是什么?」 → `lore query backend:conventions`
85
-
86
- **输出**:bounded 命中列表:
87
-
88
- ```
89
- [_global/DECISIONS.md#DEC-2026-07-11-6137] Picked OpenAI-compatible LLM API
90
- [scopes/backend/CONVENTIONS.md#CONV-2026-07-11-9b89] Embedding has two backends
91
- ```
92
-
93
- `[file#ID]` 引用让 agent `cat` 文件对应行拿完整文本。
94
-
95
- ---
96
-
97
- ## `audit`
98
-
99
- **一句话**:找 `.lore/` 里的 stale / 矛盾 entry。
100
-
101
- **怎么用**:`lore audit` —— 季度 review,或大重构前。
102
-
103
- **agent 做什么**:
104
- 1. 跑 `find_stale.py` 找 `#added` > 90 天且无 `#verified` 的 entry
105
- 2. 跑 `find_duplicates.py` 找互相矛盾的 entry
106
- 3. 交叉检查 entry 引用的代码路径
107
- 4. 输出 `[ALERT]` 报告
108
-
109
- **真实场景**:
110
- - 「有没有跟现状矛盾的 lore entry?」 → `lore audit`
111
- - 季度体检 → `lore audit`
112
- - onboarding 新贡献者前 → `lore audit` 清 stale
113
-
114
- **输出**:按问题类型分组的报告:
115
-
116
- ```
117
- [ALERT] 5 entries may be stale (no #verified in >90 days):
118
- - ARCH-2026-01-15-d7a3 last verified 2026-04-12
119
- ...
120
-
121
- [ALERT] 2 entries contradict current code:
122
- - CONV-2026-03-01-1f8c says "use webpack"; project now uses Vite
123
- ```
124
-
125
- **注意**:`audit` 不改文件。要落地整改,跑 `sync` 走提案流程。
126
-
127
- ---
128
-
129
- ## `compress`
130
-
131
- **一句话**:从当前 entry 重建 `.lore/SUMMARY.md`。
132
-
133
- **怎么用**:`lore compress` —— SUMMARY 过期时(entries > 500 或 > 30 天没压),或分享 lore 前。
134
-
135
- **agent 做什么**:
136
- 1. 跑 `list_entries.py` 枚举所有 entry
137
- 2. 跳过 recently-stale 的 entry
138
- 3. 每个 `(scope, layer)` 对,按规则挑 3–5 条最重要的
139
- 4. 按模板写 `SUMMARY.md`
140
- 5. 如果 config 里 `auto_mirror: true`,重生成平台 mirror;否则每个 mirror 目标单独问,只写你确认的(这是第二个 mirror 触发点——`sync` 故意不更新 mirror)
141
- 6. mirror 处理完(写或拒绝)后停止
142
-
143
- **真实场景**:
144
- - 「刷新一下 summary」 → `lore compress`
145
- - 「两个月没压了」 → `lore compress`
146
- - 「onboarding 新人 —— 确保 SUMMARY 是最新的」 → `lore compress`
147
-
148
- **输出**:更新过的 `SUMMARY.md`(以及可能的 mirror 文件)。
149
-
150
- **幂等**:跑两次产出同样的结果(日期戳除外)。
151
-
152
- ---
153
-
154
- ## `mirror`
155
-
156
- **一句话**:从 `.lore/` 重新生成平台文件(`CLAUDE.md`、`AGENTS.md` 等)。
157
-
158
- **怎么用**:`lore mirror` —— 一批 sync 之后,或手动改过 `.lore/*.md` 想同步到 mirror。
159
-
160
- **agent 做什么**:
161
- 1. 读当前 `.lore/SUMMARY.md` 和 scope 索引
162
- 2. 对每个 target 检测段边界(`## Lore` / `---` / `## My notes`)
163
- 3. 计算新 Lore 段内容
164
- 4. **Content-based dedup**:跟现有 byte-identical 就跳过
165
- 5. 替换 Lore 段;My notes 段原样保留
166
- 6. 写回文件
167
-
168
- **真实场景**:
169
- - 「刚做完一批 sync —— 同步到 agent 端文件」 → `lore mirror`
170
- - 「我手动改过 `.lore/SUMMARY.md` —— 推到 mirror」 → `lore mirror`
171
- - 「验证 mirror 没漂移」 → `lore mirror`(无变化报告即确认)
172
-
173
- **输出**:更新过的 `CLAUDE.md` / `AGENTS.md` 等,或「No changes needed」无变化报告。
174
-
175
- ---
176
-
177
- ## `history`
178
-
179
- **一句话**:列出与某 entry / 文件 / scope 相关的 git commits。
180
-
181
- **怎么用**:`lore history <entry-id>|<file-path>|--scope=<name>` —— 调查「为什么有这个」或「什么时候改的」。
182
-
183
- **agent 做什么**:
184
- - **Entry 形式**:`lore history DEC-2026-02-03-7c19` —— 找 entry,导 `#added` 日期,跑 `git log --since=<date>` 在引用的代码文件上
185
- - **File 形式**:`lore history frontend/src/store.ts` —— 跑 `git log --since=1970` 在该路径上
186
- - **Scope 形式**:`lore history --scope=frontend` —— 对 `.lore/scopes/frontend/*.md` 每个跑 file 形式
187
-
188
- **真实场景**:
189
- - 「为什么选 Postgres?」 → 先 `query` 找到 entry,再 `lore history <id>`
190
- - 「这个文件什么时候改的?」 → `lore history <file>`
191
- - 调试:「这个 module 最近的 history?」 → `lore history <path>`
192
-
193
- **输出**:
194
-
195
- ```markdown
196
- # history: [DEC-2026-02-03-7c19]
197
-
198
- abc1234 2026-05-12 refactor: extract chat agent_loop (#87)
199
- def5678 2026-03-08 feat: switch chat chain to chat_fast (#74)
200
- ```
201
-
202
- ---
203
-
204
- ## 速查
205
-
206
- | 我想…… | 用 |
207
- |---|---|
208
- | 在项目上启动 lore | `init` |
209
- | 代码改了更新 lore | `sync` |
210
- | 找 memory 里有什么 | `query` |
211
- | 找 stale entry | `audit` |
212
- | 刷新 summary | `compress` |
213
- | 更新 agent 端文件 | `mirror` |
214
- | 查「为什么有这个」 | `history` |
215
-
216
- Agent 跑命令时的 operational 规范(一步步做什么)见 [`SKILL.md`](SKILL.md)。各平台文件映射(哪些 agent 读哪些文件)见 [`references/platform-mirrors.md`](references/platform-mirrors.md)。
@@ -1,128 +0,0 @@
1
- ---
2
- name: uizze-ui-research
3
- description: "Use when building or reviewing web and iOS UI and you need real references from the free UIZZE public catalog, a structured design contract, a consent-gated rendered HTML/CSS preview, or a hard pre-ship finish gate."
4
- category: design
5
- risk: safe
6
- source: https://github.com/aislon/uizze-mcp/tree/main/skills/uizze-ui-research
7
- source_repo: aislon/uizze-mcp
8
- source_type: official
9
- license: MIT
10
- license_source: https://github.com/aislon/uizze-mcp/blob/main/LICENSE
11
- date_added: "2026-07-12"
12
- author: UIZZE
13
- tags: [ui-design, ui-research, mcp, design-contracts, agent-workflows]
14
- tools: [claude, cursor, codex, copilot, antigravity, lovable]
15
- ---
16
-
17
- # UIZZE UI Research
18
-
19
- ## Overview
20
-
21
- Use [UIZZE](https://uizze.com) to give coding agents real product-UI context before implementation rather than relying on a generic styling prompt. The public catalog supports a free manual workflow without an account. The hosted preview provides a bounded rendered HTML/CSS check, while the full UIZZE MCP requires an authorized connection for reference search and broader review workflows.
22
-
23
- This skill turns UI research into an explicit workflow: retrieve relevant references, translate transferable patterns into a design contract, implement within the current project's system, and run the available validation or critique gates.
24
-
25
- ## When to Use This Skill
26
-
27
- - You are designing a new product screen, flow, or component for web or iOS.
28
- - You need real interface references before implementing an AI-generated UI.
29
- - You are reviewing an implementation against explicit design constraints.
30
- - You need to reduce generic or repetitive UI by grounding work in observed product patterns.
31
- - You have rendered HTML/CSS and need a no-account first check before deciding whether the task needs deeper reference research.
32
-
33
- ## How It Works
34
-
35
- ### Step 1: Confirm product scope and access mode
36
-
37
- Identify the screen's primary user, job, action, existing design system, real content or data, and required loading, empty, error, success, and permission states. Use the free public catalog for manual research by default. If UIZZE MCP is already configured, use only the tools authorized for the task. If browsing is unavailable, ask the user for two or three relevant UIZZE links or screenshots. Do not block the manual workflow, bypass access controls, expose credentials, or claim that a manual review came from MCP.
38
-
39
- ### Step 2: Retrieve relevant visual context
40
-
41
- Find the smallest useful set of screens, flows, components, or elements that match the product task. Focus on transferable patterns such as hierarchy, navigation, interaction states, spacing, density, and responsive behavior. Distinguish observed evidence from assumptions and record whether each finding came from manual browsing, the free preview, or the full MCP.
42
-
43
- ### Step 3: Make constraints explicit
44
-
45
- Write a short design contract that names the screen job, content hierarchy, primary action, allowed project components and tokens, required states, responsive behavior, product-specific decisions, forbidden generic patterns, and verification criteria. Adapt patterns to the existing project design system instead of treating any reference as a visual template.
46
-
47
- ### Step 4: Implement within the product
48
-
49
- Build with the repository's existing components and tokens. Preserve platform conventions and make the interface specific to the product's content and workflow rather than adding decorative cards, badges, gradients, or motion by default.
50
-
51
- ### Step 5: Run a hard finish gate
52
-
53
- Inspect the rendered result when the environment supports it, use an available UIZZE validation, audit, or critique workflow only when authorized, and reject completion if any of these checks fail:
54
-
55
- - The hierarchy does not make the screen job and primary action immediately clear.
56
- - A visible control is inert, ambiguous, or missing its interaction outcome.
57
- - Required loading, empty, error, success, permission, or responsive states are absent.
58
- - The implementation drifts from the project's existing components, tokens, or platform conventions.
59
- - Interchangeable card grids, filler metrics, vague copy, or decorative effects replace product-specific decisions.
60
-
61
- Name each blocking issue, fix it, and rerun the gate plus the project's normal tests. Never claim a rendered or MCP-backed check that was not actually performed.
62
-
63
- ### Optional: Use the free rendered-screen preview
64
-
65
- When rendered HTML or CSS exists, offer the free preview once if it would materially improve the finish gate. Before changing MCP configuration or transmitting any markup or styles, obtain the user's explicit approval for both actions. Do not send secrets, personal data, proprietary content, tokens, or internal-only markup and styles.
66
-
67
- After approval, a Codex user can add the bounded preview with:
68
-
69
- ```bash
70
- codex mcp add uizze-preview --url https://uizze.com/mcp/preview
71
- ```
72
-
73
- Give `check_ui_slop` only the rendered HTML and CSS the user approved. The preview requires no UIZZE login and exposes one bounded diagnostic; it does not search the reference catalog, create a design contract, replace accessibility or security review, or authorize a full UIZZE connection.
74
-
75
- ## Examples
76
-
77
- ### Research an iOS onboarding flow
78
-
79
- ```text
80
- Use UIZZE to research real iOS onboarding flows for a subscription product. Identify transferable patterns for progressive disclosure and permission timing, turn them into a concise design contract, then propose an implementation that fits this app's existing design system.
81
- ```
82
-
83
- ### Review a web settings screen
84
-
85
- ```text
86
- Use UIZZE to inspect relevant real product settings screens, audit this implementation against a design contract for hierarchy, form states, and navigation, then list the concrete changes needed before release.
87
- ```
88
-
89
- ## Best Practices
90
-
91
- - ✅ Start with the smallest relevant set of references rather than collecting a broad gallery.
92
- - ✅ Separate observed patterns from the current project's brand and component rules.
93
- - ✅ Use validation findings as implementation feedback, not as permission to copy an interface.
94
- - ✅ Keep the manual workflow useful when hosted MCP access is unavailable.
95
- - ✅ Label manual, preview, and full-MCP evidence truthfully in the handoff.
96
- - ❌ Do not reproduce another product's brand, proprietary copy, assets, or exact layout.
97
- - ❌ Do not commit agent tokens, include them in prompts, or place them in client-side code.
98
-
99
- ## Security & Safety Notes
100
-
101
- - Keep any full-connection credential in local agent configuration or a supported environment variable only; never commit it, paste it into prompts, or include it in client-side code.
102
- - Treat the free preview as an external network service. Configure it and transmit selected rendered HTML/CSS only after explicit user approval and a sensitive-data check.
103
- - Hosted MCP workflows require authorized access; the free catalog and preview do not grant permission to use full workflows.
104
- - Treat returned references as research context, not reusable visual assets.
105
-
106
- ## Common Pitfalls
107
-
108
- - **Problem:** Treating a reference as a design to clone.
109
- **Solution:** Extract the interaction or hierarchy pattern, then implement it using the target project's own design system and content.
110
- - **Problem:** Starting implementation before the agent has relevant UI context.
111
- **Solution:** Search for the smallest useful set of matching screens or flows first, then define constraints before coding.
112
- - **Problem:** Treating an unavailable MCP connection as a reason to stop.
113
- **Solution:** Use the free public catalog manually, or ask the user for two or three relevant UIZZE links or screenshots, and continue with the same design-contract and finish-gate workflow.
114
- - **Problem:** Configuring the preview or sending markup without informed approval.
115
- **Solution:** Explain the persistent configuration and external transmission, remove sensitive content, and continue only after the user approves both.
116
- - **Problem:** Exposing an agent token in a repository or chat transcript.
117
- **Solution:** Store credentials only in supported local configuration or environment variables and rotate a token if it is exposed.
118
-
119
- ## Related Skills
120
-
121
- - `@stitch-ui-design` - Use when generating or iterating UI concepts in Google Stitch.
122
-
123
- ## Limitations
124
-
125
- - This skill does not replace product-specific user research, accessibility review, project tests, or human design judgment.
126
- - The free preview cannot search UIZZE references, create design contracts, or replace the full implementation review workflow.
127
- - It cannot make a full hosted UIZZE MCP workflow available without a valid authorized connection.
128
- - Stop and ask for clarification if the product goal, existing design system, or access boundaries are missing.