opencode-skills-collection 3.0.38 → 3.0.40

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 (40) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +6 -1
  2. package/bundled-skills/2slides-ppt-generator/SKILL.md +12 -2
  3. package/bundled-skills/2slides-ppt-generator/requirements.txt +1 -0
  4. package/bundled-skills/2slides-ppt-generator/scripts/create_pdf_slides.py +1 -1
  5. package/bundled-skills/accesslint-diff/SKILL.md +4 -1
  6. package/bundled-skills/article-illustrations/SKILL.md +159 -0
  7. package/bundled-skills/cv-generator/SKILL.md +874 -0
  8. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  9. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  10. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  11. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  12. package/bundled-skills/docs/sources/sources.md +1 -0
  13. package/bundled-skills/docs/users/bundles.md +1 -1
  14. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  15. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  16. package/bundled-skills/docs/users/getting-started.md +1 -1
  17. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  18. package/bundled-skills/docs/users/usage.md +4 -4
  19. package/bundled-skills/docs/users/visual-guide.md +4 -4
  20. package/bundled-skills/examprep-ai/SKILL.md +8 -0
  21. package/bundled-skills/hugging-face-cli/SKILL.md +2 -2
  22. package/bundled-skills/open-dynamic-workflows/SKILL.md +101 -0
  23. package/bundled-skills/permission-manager/README.md +1 -1
  24. package/bundled-skills/permission-manager/SKILL.md +2 -1
  25. package/bundled-skills/polis-protocol/SKILL.md +13 -4
  26. package/bundled-skills/runapi-cli/SKILL.md +140 -0
  27. package/bundled-skills/schema-markup-generator/SKILL.md +2 -1
  28. package/bundled-skills/smart-git-automation/SKILL.md +4 -2
  29. package/bundled-skills/user-thoughts/scripts/common.py +93 -6
  30. package/bundled-skills/user-thoughts/scripts/ignore_ops.py +20 -20
  31. package/bundled-skills/user-thoughts/scripts/init.py +3 -1
  32. package/bundled-skills/user-thoughts/scripts/show_mdbase.py +5 -5
  33. package/bundled-skills/user-thoughts/scripts/show_raw.py +3 -3
  34. package/bundled-skills/user-thoughts/scripts/sortin.py +37 -26
  35. package/bundled-skills/user-thoughts/scripts/status.py +8 -8
  36. package/bundled-skills/user-thoughts/scripts/write_raw.py +20 -11
  37. package/bundled-skills/vercel-cli-with-tokens/SKILL.md +15 -12
  38. package/bundled-skills/video-content-extractor/SKILL.md +103 -0
  39. package/package.json +1 -1
  40. package/skills_index.json +119 -7
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-06-06T01:57:53.615Z",
3
+ "updatedAt": "2026-06-08T02:30:29.010Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -113,6 +113,7 @@
113
113
  "architecture-decision-records",
114
114
  "architecture-patterns",
115
115
  "arm-cortex-expert",
116
+ "article-illustrations",
116
117
  "asana-automation",
117
118
  "ask-questions-if-underspecified",
118
119
  "astro",
@@ -435,6 +436,7 @@
435
436
  "customer-psychographic-profiler",
436
437
  "customer-support",
437
438
  "customs-trade-compliance",
439
+ "cv-generator",
438
440
  "daily",
439
441
  "daily-gift",
440
442
  "daily-news-report",
@@ -1001,6 +1003,7 @@
1001
1003
  "onboarding-cro",
1002
1004
  "onboarding-psychologist",
1003
1005
  "one-drive-automation",
1006
+ "open-dynamic-workflows",
1004
1007
  "openapi-spec-generation",
1005
1008
  "openclaw-github-repo-commander",
1006
1009
  "options-flow-analyzer",
@@ -1146,6 +1149,7 @@
1146
1149
  "robius-state-management",
1147
1150
  "robius-widget-patterns",
1148
1151
  "ruby-pro",
1152
+ "runapi-cli",
1149
1153
  "runaway-guard",
1150
1154
  "rust-async-patterns",
1151
1155
  "rust-pro",
@@ -1452,6 +1456,7 @@
1452
1456
  "vibecode-production-qa-validator",
1453
1457
  "vibers-code-review",
1454
1458
  "viboscope",
1459
+ "video-content-extractor",
1455
1460
  "videodb",
1456
1461
  "videodb-skills",
1457
1462
  "viral-generator-builder",
@@ -10,6 +10,11 @@ date_added: "2026-06-05"
10
10
  author: 2slides
11
11
  tags: [presentations, slides, powerpoint, ai, api-integration, pdf, narration, document-summarization]
12
12
  tools: [claude, cursor, gemini, codex, antigravity]
13
+ plugin:
14
+ setup:
15
+ type: manual
16
+ summary: "Install Python requirements and configure a 2slides API key before running generation scripts."
17
+ docs: SKILL.md
13
18
  ---
14
19
 
15
20
  # 2slides Presentation Generation
@@ -269,6 +274,12 @@ Section 2: [Subtopic]
269
274
 
270
275
  Use the `create_pdf_slides.py` script:
271
276
 
277
+ Install the Python dependency first if it is not already available:
278
+
279
+ ```bash
280
+ python -m pip install -r requirements.txt
281
+ ```
282
+
272
283
  ```bash
273
284
  # Basic generation
274
285
  python scripts/create_pdf_slides.py --content "Your content here"
@@ -294,7 +305,6 @@ python scripts/create_pdf_slides.py \
294
305
  --resolution 1K|2K|4K # default: 2K
295
306
  --page N # 0=auto, 1-100 (default: 1)
296
307
  --content-detail concise|standard # default: standard
297
- --mode sync|async # default: async
298
308
  ```
299
309
 
300
310
  **Step 3: Handle Results**
@@ -706,7 +716,7 @@ All scripts accept parameters that match [2slides API](https://2slides.com/api.m
706
716
  | | `--aspect-ratio` | 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9 |
707
717
  | | `--resolution` | 1K, 2K, 4K |
708
718
  | | `--content-detail` | concise, standard |
709
- | `create_pdf_slides.py` | Same as above + `--design-style` (free text), `--mode` (default async) | |
719
+ | `create_pdf_slides.py` | Same as above + `--design-style` / `--design-spec` (free text) | |
710
720
  | `generate_narration.py` | `--mode` | single, multi |
711
721
  | | `--voice` | 30 voices (Puck, Aoede, Charon, …); use `--list-voices` |
712
722
  | | `--content-mode` | concise, standard |
@@ -0,0 +1 @@
1
+ requests>=2.31.0
@@ -126,7 +126,7 @@ Examples:
126
126
  )
127
127
 
128
128
  parser.add_argument("--content", required=True, help="Content for slides")
129
- parser.add_argument("--design-spec", help="Optional design specifications")
129
+ parser.add_argument("--design-spec", "--design-style", dest="design_spec", help="Optional design specifications")
130
130
  parser.add_argument("--language", default="Auto", help="Response language (default: Auto)")
131
131
  parser.add_argument("--aspect-ratio", default="16:9", help="Aspect ratio in width:height format (default: 16:9)")
132
132
  parser.add_argument("--resolution", choices=["1K", "2K", "4K"], default="2K",
@@ -36,7 +36,10 @@ Branch switching triggers a rebuild but not a browser reload — the CLI opens a
36
36
 
37
37
  ```bash
38
38
  git diff --quiet && git diff --cached --quiet || git stash push -u -m "accesslint-diff-branch"
39
- git checkout <branch>
39
+ branch="<branch>"
40
+ git check-ref-format --branch "$branch" >/dev/null
41
+ case "$branch" in -*) echo "Refusing option-like branch name: $branch" >&2; exit 1 ;; esac
42
+ git checkout -- "$branch"
40
43
  npx -y @accesslint/cli@latest "<url>" --port "$PORT" --snapshot accesslint-diff --snapshot-dir /tmp --update-snapshot [--wait-for "<selector>"]
41
44
  git checkout - && git stash pop 2>/dev/null
42
45
  npx -y @accesslint/cli@latest "<url>" --port "$PORT" --snapshot accesslint-diff --snapshot-dir /tmp --format json [--wait-for "<selector>"]
@@ -0,0 +1,159 @@
1
+ ---
2
+ name: article-illustrations
3
+ description: "Generate hand-drawn 16:9 article illustrations with the Grav character IP, sparse annotations, and absurd but clear visual metaphors."
4
+ category: creative
5
+ risk: safe
6
+ source: community
7
+ source_repo: vipin-si/article-illustrations
8
+ source_type: community
9
+ license: MIT
10
+ license_source: https://github.com/vipin-si/article-illustrations/blob/main/LICENSE
11
+ date_added: "2026-06-06"
12
+ author: vipin-si
13
+ tags: [illustration, article-graphics, visual-metaphors, image-generation, whiteboard-sketch]
14
+ tools: [image-generation]
15
+ ---
16
+
17
+ # Article Illustrations — Grav Hand-Drawn Style
18
+
19
+ ## Overview
20
+
21
+ Generate 16:9 landscape hand-drawn illustrations for articles, blog posts, and technical content. Each illustration captures one cognitive anchor point from an article and turns it into a clean, absurd, memorable whiteboard-sketch explanation.
22
+
23
+ The skill uses a recurring character IP called **Grav**: a small, round, always-floating figure with dot eyes and a thin antenna. Grav participates in the core action of every illustration — never just decoration.
24
+
25
+ **Repository:** [vipin-si/article-illustrations](https://github.com/vipin-si/article-illustrations)
26
+
27
+ ## When to Use This Skill
28
+
29
+ - Use when writing articles, blog posts, or documentation that need inline illustrations
30
+ - Use when you want to turn abstract concepts into concrete visual metaphors
31
+ - Use when you want a consistent visual language across multiple articles
32
+ - Use when you need hand-drawn explanation sketches, not PPT infographics
33
+
34
+ ## How It Works
35
+
36
+ ### Step 1: Digest the Article
37
+
38
+ Read the article and identify cognitive anchor points — core judgments, turning points, input/output loops, before/after contrasts, and common pitfalls. Don't distribute illustrations evenly; prioritize moments that benefit from visual explanation.
39
+
40
+ ### Step 2: Plan a Shot List
41
+
42
+ For each illustration, define:
43
+ - **Placement**: After which section
44
+ - **Theme**: What this image is about
45
+ - **Core Meaning**: The one idea it conveys
46
+ - **Structure Type**: One of 8 composition patterns (Workflow, System Closeup, Before/After, Role States, Conceptual Metaphor, Layered Method, Map Route, Mini Comic)
47
+ - **Grav's Action**: What Grav is doing in the scene
48
+ - **Annotation Labels**: 3–5 short English labels
49
+
50
+ ### Step 3: Generate Images
51
+
52
+ Use the `generate_image` tool with the built-in prompt template. Each image follows strict style rules:
53
+ - Pure white background, no textures
54
+ - Black hand-drawn line art with slight wobble
55
+ - Sparse red/orange/blue handwritten annotations
56
+ - Grav always floating (never touching surfaces)
57
+ - One core idea per image
58
+ - 40–60% canvas usage, 35%+ whitespace
59
+
60
+ ### Step 4: QA Check
61
+
62
+ Verify each image against the QA checklist: correct format, Grav present and active, original metaphor, clean composition, sparse annotations, correct color usage.
63
+
64
+ ## Examples
65
+
66
+ ### Example 1: Plan illustrations for an article
67
+
68
+ ```
69
+ Analyze this article and create a shot list of 5 illustrations.
70
+ Don't generate images yet — just plan which cognitive anchor points
71
+ deserve illustrations and what each image should convey.
72
+
73
+ <paste article>
74
+ ```
75
+
76
+ ### Example 2: Generate illustrations directly
77
+
78
+ ```
79
+ Generate 4 Grav-style illustrations for this article.
80
+ Requirements: 16:9 landscape, pure white background, black hand-drawn
81
+ line art, sparse red/orange/blue English annotations.
82
+
83
+ <paste article>
84
+ ```
85
+
86
+ ### Example 3: Single concept illustration
87
+
88
+ ```
89
+ Generate one 16:9 illustration for this concept:
90
+ "Trust isn't declared — it's built one piece of evidence at a time."
91
+ Grav must perform the core action. Maximum 5 annotation labels.
92
+ ```
93
+
94
+ ### Example 4: Iterate on a result
95
+
96
+ ```
97
+ This illustration is on the right track, but Grav feels like decoration.
98
+ Keep the core meaning but regenerate: make Grav the one actually
99
+ driving the structure.
100
+ ```
101
+
102
+ ## Visual Style
103
+
104
+ | Element | Rule |
105
+ |:--------|:-----|
106
+ | Background | Pure white — no cream, texture, gradients, or shadows |
107
+ | Line art | Black, hand-drawn, slightly wobbly, not mechanical |
108
+ | Whitespace | Main subject 40–60% of canvas, 35%+ empty space |
109
+ | Annotations | Handwritten English, 2–5 words each, max 5–8 per image |
110
+ | Color: Black | Main line art, characters, structures, objects |
111
+ | Color: Red | Key highlights, problems, warnings, results |
112
+ | Color: Orange | Main flow, paths, arrows, direction |
113
+ | Color: Blue | Supplementary notes, feedback, system state |
114
+ | Prohibited | Green, purple, yellow, pink, gradients, drop shadows, 3D, realistic UI |
115
+
116
+ ## Character: Grav
117
+
118
+ - Small round body (pebble/potato shape)
119
+ - Two dot eyes (slightly asymmetric)
120
+ - One thin bent antenna with tiny circle tip
121
+ - Thin stick legs that dangle without touching surfaces
122
+ - Always hovering — visible gap between Grav and any surface
123
+ - Expression: calm, focused, deadpan
124
+ - Role: active participant in the system, never decoration
125
+
126
+ ## Best Practices
127
+
128
+ - ✅ Start with a shot list before generating images
129
+ - ✅ Invent a new metaphor for every illustration — never reuse compositions
130
+ - ✅ Make Grav the action protagonist, not a bystander
131
+ - ✅ Keep it absurd but structurally clear
132
+ - ✅ Use color sparingly — when in doubt, use black
133
+ - ❌ Don't make PPT infographics or formal flowcharts
134
+ - ❌ Don't add title bars or decorative frames
135
+ - ❌ Don't let Grav touch the ground or stand on surfaces
136
+ - ❌ Don't make Grav cute, smiling, or emoji-like
137
+
138
+ ## Limitations
139
+
140
+ - Requires access to an image-generation tool that can follow composition, line-art, and annotation constraints.
141
+ - The recurring Grav character style can drift between generations; verify every output against the QA checklist.
142
+ - Text in generated images may be misspelled or distorted, so short labels and post-generation review are required.
143
+ - The style is intended for explanatory article illustrations, not photorealistic product imagery or brand-final artwork.
144
+
145
+ ## Common Pitfalls
146
+
147
+ - **Problem:** Illustration looks like a PPT slide
148
+ **Solution:** Remove 30% of elements, increase whitespace, make it weirder
149
+
150
+ - **Problem:** Grav is just standing next to the action
151
+ **Solution:** Redesign so Grav IS the mechanism — becomes the funnel, dangles from the lever, is suspended inside the machine
152
+
153
+ - **Problem:** Same metaphor as a previous illustration
154
+ **Solution:** Replace the physical object entirely — same concept, different analogy
155
+
156
+ ## Additional Resources
157
+
158
+ - [Full skill with prompt templates and QA checklist](https://github.com/vipin-si/article-illustrations)
159
+ - [Example illustrations](https://github.com/vipin-si/article-illustrations#examples)