opencode-skills-collection 2.0.115 → 2.0.116

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 (27) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +12 -1
  2. package/bundled-skills/ai-dev-jobs-mcp/SKILL.md +180 -0
  3. package/bundled-skills/design-taste-frontend/SKILL.md +247 -0
  4. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  5. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  6. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  7. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  8. package/bundled-skills/docs/sources/sources.md +9 -0
  9. package/bundled-skills/docs/users/bundles.md +1 -1
  10. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  11. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  12. package/bundled-skills/docs/users/getting-started.md +1 -1
  13. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  14. package/bundled-skills/docs/users/usage.md +4 -4
  15. package/bundled-skills/docs/users/visual-guide.md +4 -4
  16. package/bundled-skills/full-output-enforcement/SKILL.md +70 -0
  17. package/bundled-skills/gpt-taste/SKILL.md +96 -0
  18. package/bundled-skills/high-end-visual-design/SKILL.md +119 -0
  19. package/bundled-skills/industrial-brutalist-ui/SKILL.md +113 -0
  20. package/bundled-skills/minimalist-ui/SKILL.md +106 -0
  21. package/bundled-skills/mise-configurator/SKILL.md +154 -0
  22. package/bundled-skills/not-human-search-mcp/SKILL.md +155 -0
  23. package/bundled-skills/redesign-existing-projects/SKILL.md +199 -0
  24. package/bundled-skills/stitch-design-taste/DESIGN.md +121 -0
  25. package/bundled-skills/stitch-design-taste/SKILL.md +205 -0
  26. package/package.json +1 -1
  27. package/skills_index.json +242 -0
@@ -0,0 +1,205 @@
1
+ ---
2
+ name: stitch-design-taste
3
+ description: "Use when generating Google Stitch DESIGN.md systems for premium typography, color, layout, motion intent, and anti-generic UI rules."
4
+ category: frontend
5
+ risk: safe
6
+ source: community
7
+ source_repo: Leonxlnx/taste-skill
8
+ source_type: community
9
+ date_added: "2026-04-17"
10
+ author: Leonxlnx
11
+ tags: [stitch, design-system, frontend, ui]
12
+ tools: [claude, cursor, codex, antigravity]
13
+ ---
14
+ # Stitch Design Taste — Semantic Design System Skill
15
+
16
+ ## When to Use
17
+
18
+ - Use when the user wants a Google Stitch-compatible DESIGN.md or semantic design system for AI screen generation.
19
+ - Use when translating premium frontend taste rules into Stitch-friendly visual descriptions, color roles, typography specs, and component behavior.
20
+ - Use when the design system must prevent generic AI UI patterns before screens are generated.
21
+
22
+ ## Limitations
23
+
24
+ - This skill produces semantic design-system guidance for Stitch; it does not guarantee Stitch will render every constraint exactly.
25
+ - Generated `DESIGN.md` files still require review against the actual product brief, brand constraints, accessibility needs, and screen content.
26
+ - Motion sections document implementation intent for later coding agents because Stitch itself may generate static screens.
27
+
28
+
29
+ ## Overview
30
+ This skill generates `DESIGN.md` files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces.
31
+
32
+ The generated `DESIGN.md` serves as the **single source of truth** for prompting Stitch to generate new screens that align with a curated, high-agency design language. Stitch interprets design through **"Visual Descriptions"** supported by specific color values, typography specs, and component behaviors.
33
+
34
+ ## Prerequisites
35
+ - Access to Google Stitch via [labs.google.com/stitch](https://labs.google.com/stitch)
36
+ - Optionally: Stitch MCP Server for programmatic integration with Cursor, Antigravity, or Gemini CLI
37
+
38
+ ## The Goal
39
+ Generate a `DESIGN.md` file that encodes:
40
+ 1. **Visual atmosphere** — the mood, density, and design philosophy
41
+ 2. **Color calibration** — neutrals, accents, and banned patterns with hex codes
42
+ 3. **Typographic architecture** — font stacks, scale hierarchy, and anti-patterns
43
+ 4. **Component behaviors** — buttons, cards, inputs with interaction states
44
+ 5. **Layout principles** — grid systems, spacing philosophy, responsive strategy
45
+ 6. **Motion philosophy** — animation engine specs, spring physics, perpetual micro-interactions
46
+ 7. **Anti-patterns** — explicit list of banned AI design clichés
47
+
48
+ ## Analysis & Synthesis Instructions
49
+
50
+ ### 1. Define the Atmosphere
51
+ Evaluate the target project's intent. Use evocative adjectives from the taste spectrum:
52
+ - **Density:** "Art Gallery Airy" (1–3) → "Daily App Balanced" (4–7) → "Cockpit Dense" (8–10)
53
+ - **Variance:** "Predictable Symmetric" (1–3) → "Offset Asymmetric" (4–7) → "Artsy Chaotic" (8–10)
54
+ - **Motion:** "Static Restrained" (1–3) → "Fluid CSS" (4–7) → "Cinematic Choreography" (8–10)
55
+
56
+ Default baseline: Variance 8, Motion 6, Density 4. Adapt dynamically based on user's vibe description.
57
+
58
+ ### 2. Map the Color Palette
59
+ For each color provide: **Descriptive Name** + **Hex Code** + **Functional Role**.
60
+
61
+ **Mandatory constraints:**
62
+ - Maximum 1 accent color. Saturation below 80%
63
+ - The "AI Purple/Blue Neon" aesthetic is strictly BANNED — no purple button glows, no neon gradients
64
+ - Use absolute neutral bases (Zinc/Slate) with high-contrast singular accents
65
+ - Stick to one palette for the entire output — no warm/cool gray fluctuation
66
+ - Never use pure black (`#000000`) — use Off-Black, Zinc-950, or Charcoal
67
+
68
+ ### 3. Establish Typography Rules
69
+ - **Display/Headlines:** Track-tight, controlled scale. Not screaming. Hierarchy through weight and color, not just massive size
70
+ - **Body:** Relaxed leading, max 65 characters per line
71
+ - **Font Selection:** `Inter` is BANNED for premium/creative contexts. Force unique character: `Geist`, `Outfit`, `Cabinet Grotesk`, or `Satoshi`
72
+ - **Serif Ban:** Generic serif fonts (`Times New Roman`, `Georgia`, `Garamond`, `Palatino`) are BANNED. If serif is needed for editorial/creative contexts, use only distinctive modern serifs: `Fraunces`, `Gambarino`, `Editorial New`, or `Instrument Serif`. Serif is always BANNED in dashboards or software UIs
73
+ - **Dashboard Constraint:** Use Sans-Serif pairings exclusively (`Geist` + `Geist Mono` or `Satoshi` + `JetBrains Mono`)
74
+ - **High-Density Override:** When density exceeds 7, all numbers must use Monospace
75
+
76
+ ### 4. Define the Hero Section
77
+ The Hero is the first impression and must be creative, striking, and never generic:
78
+ - **Inline Image Typography:** Embed small, contextual photos or visuals directly between words or letters in the headline. Images sit inline at type-height, rounded, acting as visual punctuation. This is the signature creative technique
79
+ - **No Overlapping:** Text must never overlap images or other text. Every element occupies its own clean spatial zone
80
+ - **No Filler Text:** "Scroll to explore", "Swipe down", scroll arrow icons, bouncing chevrons are BANNED. The content should pull users in naturally
81
+ - **Asymmetric Structure:** Centered Hero layouts BANNED when variance exceeds 4
82
+ - **CTA Restraint:** Maximum one primary CTA. No secondary "Learn more" links
83
+
84
+ ### 5. Describe Component Stylings
85
+ For each component type, describe shape, color, shadow depth, and interaction behavior:
86
+ - **Buttons:** Tactile push feedback on active state. No neon outer glows. No custom mouse cursors
87
+ - **Cards:** Use ONLY when elevation communicates hierarchy. Tint shadows to background hue. For high-density layouts, replace cards with border-top dividers or negative space
88
+ - **Inputs/Forms:** Label above input, helper text optional, error text below. Standard gap spacing
89
+ - **Loading States:** Skeletal loaders matching layout dimensions — no generic circular spinners
90
+ - **Empty States:** Composed compositions indicating how to populate data
91
+ - **Error States:** Clear, inline error reporting
92
+
93
+ ### 6. Define Layout Principles
94
+ - No overlapping elements — every element occupies its own clear spatial zone. No absolute-positioned content stacking
95
+ - Centered Hero sections are BANNED when variance exceeds 4 — force Split Screen, Left-Aligned, or Asymmetric Whitespace
96
+ - The generic "3 equal cards horizontally" feature row is BANNED — use 2-column Zig-Zag, asymmetric grid, or horizontal scroll
97
+ - CSS Grid over Flexbox math — never use `calc()` percentage hacks
98
+ - Contain layouts using max-width constraints (e.g., 1400px centered)
99
+ - Full-height sections must use `min-h-[100dvh]` — never `h-screen` (iOS Safari catastrophic jump)
100
+
101
+ ### 7. Define Responsive Rules
102
+ Every design must work across all viewports:
103
+ - **Mobile-First Collapse (< 768px):** All multi-column layouts collapse to single column. No exceptions
104
+ - **No Horizontal Scroll:** Horizontal overflow on mobile is a critical failure
105
+ - **Typography Scaling:** Headlines scale via `clamp()`. Body text minimum `1rem`/`14px`
106
+ - **Touch Targets:** All interactive elements minimum `44px` tap target
107
+ - **Image Behavior:** Inline typography images (photos between words) stack below headline on mobile
108
+ - **Navigation:** Desktop horizontal nav collapses to clean mobile menu
109
+ - **Spacing:** Vertical section gaps reduce proportionally (`clamp(3rem, 8vw, 6rem)`)
110
+
111
+ ### 8. Encode Motion Philosophy
112
+ - **Spring Physics default:** `stiffness: 100, damping: 20` — premium, weighty feel. No linear easing
113
+ - **Perpetual Micro-Interactions:** Every active component should have an infinite loop state (Pulse, Typewriter, Float, Shimmer)
114
+ - **Staggered Orchestration:** Never mount lists instantly — use cascade delays for waterfall reveals
115
+ - **Performance:** Animate exclusively via `transform` and `opacity`. Never animate `top`, `left`, `width`, `height`. Grain/noise filters on fixed pseudo-elements only
116
+
117
+ ### 9. List Anti-Patterns (AI Tells)
118
+ Encode these as explicit "NEVER DO" rules in the DESIGN.md:
119
+ - No emojis anywhere
120
+ - No `Inter` font
121
+ - No generic serif fonts (`Times New Roman`, `Georgia`, `Garamond`) — distinctive modern serifs only if needed
122
+ - No pure black (`#000000`)
123
+ - No neon/outer glow shadows
124
+ - No oversaturated accents
125
+ - No excessive gradient text on large headers
126
+ - No custom mouse cursors
127
+ - No overlapping elements — clean spatial separation always
128
+ - No 3-column equal card layouts
129
+ - No generic names ("John Doe", "Acme", "Nexus")
130
+ - No fake round numbers (`99.99%`, `50%`)
131
+ - No AI copywriting clichés ("Elevate", "Seamless", "Unleash", "Next-Gen")
132
+ - No filler UI text: "Scroll to explore", "Swipe down", scroll arrows, bouncing chevrons
133
+ - No broken Unsplash links — use `picsum.photos` or SVG avatars
134
+ - No centered Hero sections (for high-variance projects)
135
+
136
+ ## Output Format (DESIGN.md Structure)
137
+
138
+ ```markdown
139
+ # Design System: [Project Title]
140
+
141
+ ## 1. Visual Theme & Atmosphere
142
+ (Evocative description of the mood, density, variance, and motion intensity.
143
+ Example: "A restrained, gallery-airy interface with confident asymmetric layouts
144
+ and fluid spring-physics motion. The atmosphere is clinical yet warm — like a
145
+ well-lit architecture studio.")
146
+
147
+ ## 2. Color Palette & Roles
148
+ - **Canvas White** (#F9FAFB) — Primary background surface
149
+ - **Pure Surface** (#FFFFFF) — Card and container fill
150
+ - **Charcoal Ink** (#18181B) — Primary text, Zinc-950 depth
151
+ - **Muted Steel** (#71717A) — Secondary text, descriptions, metadata
152
+ - **Whisper Border** (rgba(226,232,240,0.5)) — Card borders, 1px structural lines
153
+ - **[Accent Name]** (#XXXXXX) — Single accent for CTAs, active states, focus rings
154
+ (Max 1 accent. Saturation < 80%. No purple/neon.)
155
+
156
+ ## 3. Typography Rules
157
+ - **Display:** [Font Name] — Track-tight, controlled scale, weight-driven hierarchy
158
+ - **Body:** [Font Name] — Relaxed leading, 65ch max-width, neutral secondary color
159
+ - **Mono:** [Font Name] — For code, metadata, timestamps, high-density numbers
160
+ - **Banned:** Inter, generic system fonts for premium contexts. Serif fonts banned in dashboards.
161
+
162
+ ## 4. Component Stylings
163
+ * **Buttons:** Flat, no outer glow. Tactile -1px translate on active. Accent fill for primary, ghost/outline for secondary.
164
+ * **Cards:** Generously rounded corners (2.5rem). Diffused whisper shadow. Used only when elevation serves hierarchy. High-density: replace with border-top dividers.
165
+ * **Inputs:** Label above, error below. Focus ring in accent color. No floating labels.
166
+ * **Loaders:** Skeletal shimmer matching exact layout dimensions. No circular spinners.
167
+ * **Empty States:** Composed, illustrated compositions — not just "No data" text.
168
+
169
+ ## 5. Layout Principles
170
+ (Grid-first responsive architecture. Asymmetric splits for Hero sections.
171
+ Strict single-column collapse below 768px. Max-width containment.
172
+ No flexbox percentage math. Generous internal padding.)
173
+
174
+ ## 6. Motion & Interaction
175
+ (Spring physics for all interactive elements. Staggered cascade reveals.
176
+ Perpetual micro-loops on active dashboard components. Hardware-accelerated
177
+ transforms only. Isolated Client Components for CPU-heavy animations.)
178
+
179
+ ## 7. Anti-Patterns (Banned)
180
+ (Explicit list of forbidden patterns: no emojis, no Inter, no pure black,
181
+ no neon glows, no 3-column equal grids, no AI copywriting clichés,
182
+ no generic placeholder names, no broken image links.)
183
+ ```
184
+
185
+ ## Best Practices
186
+ - **Be Descriptive:** "Deep Charcoal Ink (#18181B)" — not just "dark text"
187
+ - **Be Functional:** Explain what each element is used for
188
+ - **Be Consistent:** Same terminology throughout the document
189
+ - **Be Precise:** Include exact hex codes, rem values, pixel values in parentheses
190
+ - **Be Opinionated:** This is not a neutral template — it enforces a specific, premium aesthetic
191
+
192
+ ## Tips for Success
193
+ 1. Start with the atmosphere — understand the vibe before detailing tokens
194
+ 2. Look for patterns — identify consistent spacing, sizing, and styling
195
+ 3. Think semantically — name colors by purpose, not just appearance
196
+ 4. Consider hierarchy — document how visual weight communicates importance
197
+ 5. Encode the bans — anti-patterns are as important as the rules themselves
198
+
199
+ ## Common Pitfalls to Avoid
200
+ - Using technical jargon without translation ("rounded-xl" instead of "generously rounded corners")
201
+ - Omitting hex codes or using only descriptive names
202
+ - Forgetting functional roles of design elements
203
+ - Being too vague in atmosphere descriptions
204
+ - Ignoring the anti-pattern list — these are what make the output premium
205
+ - Defaulting to generic "safe" designs instead of enforcing the curated aesthetic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "2.0.115",
3
+ "version": "2.0.116",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/skills_index.json CHANGED
@@ -839,6 +839,28 @@
839
839
  "reasons": []
840
840
  }
841
841
  },
842
+ {
843
+ "id": "ai-dev-jobs-mcp",
844
+ "path": "skills/ai-dev-jobs-mcp",
845
+ "category": "mcp",
846
+ "name": "ai-dev-jobs-mcp",
847
+ "description": "Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP",
848
+ "risk": "safe",
849
+ "source": "https://aidevboard.com",
850
+ "date_added": "2026-04-16",
851
+ "plugin": {
852
+ "targets": {
853
+ "codex": "supported",
854
+ "claude": "supported"
855
+ },
856
+ "setup": {
857
+ "type": "none",
858
+ "summary": "",
859
+ "docs": null
860
+ },
861
+ "reasons": []
862
+ }
863
+ },
842
864
  {
843
865
  "id": "ai-engineer",
844
866
  "path": "skills/ai-engineer",
@@ -10279,6 +10301,28 @@
10279
10301
  "reasons": []
10280
10302
  }
10281
10303
  },
10304
+ {
10305
+ "id": "design-taste-frontend",
10306
+ "path": "skills/design-taste-frontend",
10307
+ "category": "frontend",
10308
+ "name": "design-taste-frontend",
10309
+ "description": "Use when building high-agency frontend interfaces with strict design taste, calibrated color, responsive layout, and motion rules.",
10310
+ "risk": "safe",
10311
+ "source": "community",
10312
+ "date_added": "2026-04-17",
10313
+ "plugin": {
10314
+ "targets": {
10315
+ "codex": "supported",
10316
+ "claude": "supported"
10317
+ },
10318
+ "setup": {
10319
+ "type": "none",
10320
+ "summary": "",
10321
+ "docs": null
10322
+ },
10323
+ "reasons": []
10324
+ }
10325
+ },
10282
10326
  {
10283
10327
  "id": "devcontainer-setup",
10284
10328
  "path": "skills/devcontainer-setup",
@@ -13229,6 +13273,28 @@
13229
13273
  "reasons": []
13230
13274
  }
13231
13275
  },
13276
+ {
13277
+ "id": "full-output-enforcement",
13278
+ "path": "skills/full-output-enforcement",
13279
+ "category": "frontend",
13280
+ "name": "full-output-enforcement",
13281
+ "description": "Use when a task requires exhaustive unabridged output, complete files, or strict prevention of placeholders and skipped code.",
13282
+ "risk": "safe",
13283
+ "source": "community",
13284
+ "date_added": "2026-04-17",
13285
+ "plugin": {
13286
+ "targets": {
13287
+ "codex": "supported",
13288
+ "claude": "supported"
13289
+ },
13290
+ "setup": {
13291
+ "type": "none",
13292
+ "summary": "",
13293
+ "docs": null
13294
+ },
13295
+ "reasons": []
13296
+ }
13297
+ },
13232
13298
  {
13233
13299
  "id": "full-stack-orchestration-full-stack-feature",
13234
13300
  "path": "skills/full-stack-orchestration-full-stack-feature",
@@ -14197,6 +14263,28 @@
14197
14263
  "reasons": []
14198
14264
  }
14199
14265
  },
14266
+ {
14267
+ "id": "gpt-taste",
14268
+ "path": "skills/gpt-taste",
14269
+ "category": "frontend",
14270
+ "name": "gpt-taste",
14271
+ "description": "Use when generating elite GSAP-heavy frontend pages with strict AIDA structure, wide hero typography, and gapless bento grids.",
14272
+ "risk": "safe",
14273
+ "source": "community",
14274
+ "date_added": "2026-04-17",
14275
+ "plugin": {
14276
+ "targets": {
14277
+ "codex": "supported",
14278
+ "claude": "supported"
14279
+ },
14280
+ "setup": {
14281
+ "type": "none",
14282
+ "summary": "",
14283
+ "docs": null
14284
+ },
14285
+ "reasons": []
14286
+ }
14287
+ },
14200
14288
  {
14201
14289
  "id": "grafana-dashboards",
14202
14290
  "path": "skills/grafana-dashboards",
@@ -14771,6 +14859,28 @@
14771
14859
  "reasons": []
14772
14860
  }
14773
14861
  },
14862
+ {
14863
+ "id": "high-end-visual-design",
14864
+ "path": "skills/high-end-visual-design",
14865
+ "category": "frontend",
14866
+ "name": "high-end-visual-design",
14867
+ "description": "Use when designing expensive agency-grade interfaces with premium fonts, spatial rhythm, soft depth, and fluid microinteractions.",
14868
+ "risk": "safe",
14869
+ "source": "community",
14870
+ "date_added": "2026-04-17",
14871
+ "plugin": {
14872
+ "targets": {
14873
+ "codex": "supported",
14874
+ "claude": "supported"
14875
+ },
14876
+ "setup": {
14877
+ "type": "none",
14878
+ "summary": "",
14879
+ "docs": null
14880
+ },
14881
+ "reasons": []
14882
+ }
14883
+ },
14774
14884
  {
14775
14885
  "id": "hono",
14776
14886
  "path": "skills/hono",
@@ -15607,6 +15717,28 @@
15607
15717
  "reasons": []
15608
15718
  }
15609
15719
  },
15720
+ {
15721
+ "id": "industrial-brutalist-ui",
15722
+ "path": "skills/industrial-brutalist-ui",
15723
+ "category": "frontend",
15724
+ "name": "industrial-brutalist-ui",
15725
+ "description": "Use when creating raw industrial or tactical telemetry UIs with rigid grids, stark typography, CRT effects, and high-density data.",
15726
+ "risk": "safe",
15727
+ "source": "community",
15728
+ "date_added": "2026-04-17",
15729
+ "plugin": {
15730
+ "targets": {
15731
+ "codex": "supported",
15732
+ "claude": "supported"
15733
+ },
15734
+ "setup": {
15735
+ "type": "none",
15736
+ "summary": "",
15737
+ "docs": null
15738
+ },
15739
+ "reasons": []
15740
+ }
15741
+ },
15610
15742
  {
15611
15743
  "id": "infinite-gratitude",
15612
15744
  "path": "skills/infinite-gratitude",
@@ -18455,6 +18587,28 @@
18455
18587
  "reasons": []
18456
18588
  }
18457
18589
  },
18590
+ {
18591
+ "id": "minimalist-ui",
18592
+ "path": "skills/minimalist-ui",
18593
+ "category": "frontend",
18594
+ "name": "minimalist-ui",
18595
+ "description": "Use when creating clean editorial interfaces with warm monochrome palettes, crisp borders, restrained motion, and flat bento layouts.",
18596
+ "risk": "safe",
18597
+ "source": "community",
18598
+ "date_added": "2026-04-17",
18599
+ "plugin": {
18600
+ "targets": {
18601
+ "codex": "supported",
18602
+ "claude": "supported"
18603
+ },
18604
+ "setup": {
18605
+ "type": "none",
18606
+ "summary": "",
18607
+ "docs": null
18608
+ },
18609
+ "reasons": []
18610
+ }
18611
+ },
18458
18612
  {
18459
18613
  "id": "miro-automation",
18460
18614
  "path": "skills/miro-automation",
@@ -18477,6 +18631,28 @@
18477
18631
  "reasons": []
18478
18632
  }
18479
18633
  },
18634
+ {
18635
+ "id": "mise-configurator",
18636
+ "path": "skills/mise-configurator",
18637
+ "category": "devops",
18638
+ "name": "mise-configurator",
18639
+ "description": "Generate production-ready mise.toml setups for local development, CI/CD pipelines, and toolchain standardization.",
18640
+ "risk": "safe",
18641
+ "source": "self",
18642
+ "date_added": "2026-04-16",
18643
+ "plugin": {
18644
+ "targets": {
18645
+ "codex": "supported",
18646
+ "claude": "supported"
18647
+ },
18648
+ "setup": {
18649
+ "type": "none",
18650
+ "summary": "",
18651
+ "docs": null
18652
+ },
18653
+ "reasons": []
18654
+ }
18655
+ },
18480
18656
  {
18481
18657
  "id": "mixpanel-automation",
18482
18658
  "path": "skills/mixpanel-automation",
@@ -19645,6 +19821,28 @@
19645
19821
  "reasons": []
19646
19822
  }
19647
19823
  },
19824
+ {
19825
+ "id": "not-human-search-mcp",
19826
+ "path": "skills/not-human-search-mcp",
19827
+ "category": "mcp",
19828
+ "name": "not-human-search-mcp",
19829
+ "description": "Search AI-ready websites, inspect indexed site details, verify MCP endpoints, and discover tools and APIs using the Not Human Search MCP server",
19830
+ "risk": "safe",
19831
+ "source": "https://nothumansearch.ai",
19832
+ "date_added": "2026-04-16",
19833
+ "plugin": {
19834
+ "targets": {
19835
+ "codex": "supported",
19836
+ "claude": "supported"
19837
+ },
19838
+ "setup": {
19839
+ "type": "none",
19840
+ "summary": "",
19841
+ "docs": null
19842
+ },
19843
+ "reasons": []
19844
+ }
19845
+ },
19648
19846
  {
19649
19847
  "id": "notebooklm",
19650
19848
  "path": "skills/notebooklm",
@@ -23126,6 +23324,28 @@
23126
23324
  "reasons": []
23127
23325
  }
23128
23326
  },
23327
+ {
23328
+ "id": "redesign-existing-projects",
23329
+ "path": "skills/redesign-existing-projects",
23330
+ "category": "frontend",
23331
+ "name": "redesign-existing-projects",
23332
+ "description": "Use when upgrading existing websites or apps by auditing generic UI patterns and applying premium design fixes without rewrites.",
23333
+ "risk": "safe",
23334
+ "source": "community",
23335
+ "date_added": "2026-04-17",
23336
+ "plugin": {
23337
+ "targets": {
23338
+ "codex": "supported",
23339
+ "claude": "supported"
23340
+ },
23341
+ "setup": {
23342
+ "type": "none",
23343
+ "summary": "",
23344
+ "docs": null
23345
+ },
23346
+ "reasons": []
23347
+ }
23348
+ },
23129
23349
  {
23130
23350
  "id": "reference-builder",
23131
23351
  "path": "skills/reference-builder",
@@ -26704,6 +26924,28 @@
26704
26924
  "reasons": []
26705
26925
  }
26706
26926
  },
26927
+ {
26928
+ "id": "stitch-design-taste",
26929
+ "path": "skills/stitch-design-taste",
26930
+ "category": "frontend",
26931
+ "name": "stitch-design-taste",
26932
+ "description": "Use when generating Google Stitch DESIGN.md systems for premium typography, color, layout, motion intent, and anti-generic UI rules.",
26933
+ "risk": "safe",
26934
+ "source": "community",
26935
+ "date_added": "2026-04-17",
26936
+ "plugin": {
26937
+ "targets": {
26938
+ "codex": "supported",
26939
+ "claude": "supported"
26940
+ },
26941
+ "setup": {
26942
+ "type": "none",
26943
+ "summary": "",
26944
+ "docs": null
26945
+ },
26946
+ "reasons": []
26947
+ }
26948
+ },
26707
26949
  {
26708
26950
  "id": "stitch-loop",
26709
26951
  "path": "skills/stitch-loop",