opencode-skills-collection 2.0.105 → 2.0.107

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-04-16T13:48:36.159Z",
3
+ "updatedAt": "2026-04-16T17:16:52.960Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -419,6 +419,7 @@
419
419
  "customer-support",
420
420
  "customs-trade-compliance",
421
421
  "daily",
422
+ "daily-gift",
422
423
  "daily-news-report",
423
424
  "data-engineer",
424
425
  "data-engineering-data-driven-feature",
@@ -746,6 +747,7 @@
746
747
  "kpi-dashboard-design",
747
748
  "kubernetes-architect",
748
749
  "kubernetes-deployment",
750
+ "lambdatest-agent-skills",
749
751
  "landing-page-generator",
750
752
  "langchain-architecture",
751
753
  "langfuse",
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: daily-gift
3
+ description: "Relationship-aware daily gift engine with five-stage creative pipeline — editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video"
4
+ category: productivity
5
+ risk: unknown
6
+ source: community
7
+ source_repo: openclaw/skills
8
+ source_type: community
9
+ date_added: "2026-04-15"
10
+ author: jiawei248
11
+ tags: [creative, gift, personalization, h5, image-generation, video-generation, relationship]
12
+ tools: [openclaw]
13
+ license: "MIT-0"
14
+ license_source: "https://clawhub.ai/jiawei248/daily-gift"
15
+ ---
16
+
17
+ # Daily Gift
18
+
19
+ ## Overview
20
+
21
+ A relationship-aware gift engine that decides *whether* a gift should exist before deciding *what* it should be. Uses a five-stage creative pipeline to generate personalized daily gifts in H5 (interactive web pages), AI-generated images, or AI-generated videos. The core design principle is "idea before medium" — the creative concept is locked before the output format is chosen.
22
+
23
+ Published on ClawHub: https://clawhub.ai/jiawei248/daily-gift
24
+
25
+ ## When to Use This Skill
26
+
27
+ - Use when the agent should autonomously decide whether today deserves a personalized gift
28
+ - Use when a milestone, anniversary, or emotionally meaningful moment should be marked with a creative artifact
29
+ - Use when the user manually requests a visual gift from a quote, poem, or creative brief
30
+ - Use when you want a daily cron-triggered creative output that avoids repetition and template fatigue
31
+
32
+ ## How It Works
33
+
34
+ ### Stage 1: Editorial Judgment
35
+
36
+ Decide whether a gift should exist today, how heavy it should be (skip / nudge / light / standard / heavy), and what content direction to take (reflect, extension, compass, mirror, play, curation, utility, etc.). Format is NOT chosen here.
37
+
38
+ ### Stage 2: Synthesis + Gift Thesis
39
+
40
+ Extract six content slots from conversation context (today_theme, emotion_peaks, historical_echo, open_loop, lobster_judgment, preference_hint). Form a gift thesis = anchor (which moment deserves the center) + return (what new perspective the agent gives back). If the thesis has no return, it's not a gift — it's a decorated log entry.
41
+
42
+ ### Stage 2.5: Creative Concept
43
+
44
+ Generate 5+ concept candidates using seven thinking angles (metaphor flip, format mashup, impossible action, scale shift, role reversal, time distortion, cultural remix). Cross-pollinate with a library of 73 creative seeds across 8 categories. Run three quality checks: concept quality, concept diversity (8 families), and visual/theme collision detection.
45
+
46
+ ### Format Selection
47
+
48
+ Only after the concept is locked does the system choose the output format (H5, image, or video) based on what best serves the concept.
49
+
50
+ ### Stage 3: Visual Strategy
51
+
52
+ Choose visual approach, plan assets (pure code, generated background, hybrid), select visual style, and run pre-visualization checks against recent gifts for anti-repetition.
53
+
54
+ ### Stage 4: Rendering
55
+
56
+ Produce the final artifact. H5 gifts use p5.js/canvas with a quality floor set by built-in templates (300-400 lines of tuned code). Image and video gifts use AI generation APIs. All formats have fallback chains.
57
+
58
+ ## Key Features
59
+
60
+ - **Five-stage creative pipeline** with explicit quality gates between stages
61
+ - **Multi-layer anti-repetition**: concept family, visual elements, theme, style, content direction — each tracked across sliding windows of recent gifts
62
+ - **Three-layer user taste profile**: Layer 1 (identity — stable), Layer 2 (context — updates every 5-7 gifts), Layer 3 (signals — auto-appended after every gift)
63
+ - **Three runtime modes**: onboarding setup, daily cron, and manual trigger
64
+ - **11 content directions**: reflect, extension, compass, mirror, gift-from-elsewhere, play, real-world-nudge, curation, delayed-payoff, openclaw-inner-life, utility
65
+ - **8 concept families**: borrowed-media, interactive-object, transformation, narrative, data-viz, game-puzzle, real-world, poetic-literary
66
+
67
+ ## Best Practices
68
+
69
+ - ✅ Let the editorial judgment decide — not every day needs a gift
70
+ - ✅ Generate 5+ concept candidates before selecting one
71
+ - ✅ Check recent gifts for visual and thematic collision before rendering
72
+ - ✅ Use the taste profile to personalize over time
73
+ - ❌ Don't skip straight from thesis to rendering without a real creative concept
74
+ - ❌ Don't default to "reflect on today" every time — vary content direction
75
+ - ❌ Don't choose the format before locking the concept
76
+
77
+ ## Limitations
78
+
79
+ - Requires API keys for image/video generation (optional — H5 works without them)
80
+ - Cron mode runs in the agent's main session for full conversation context access
81
+ - Shell scripts make external API calls for rendering and asset fetching
82
+ - The skill creates and manages local workspace files for state, history, and taste profiling
83
+
84
+ ## Security & Safety Notes
85
+
86
+ - The skill creates a recurring cron job for daily gift delivery. Review and approve the cron setup step.
87
+ - Shell scripts in `scripts/` call external APIs (image generation, video generation, asset hosting). Supply API keys only after reviewing which scripts use them.
88
+ - User taste data and gift history are stored locally in `workspace/daily-gift/`. No data is sent to external services beyond the configured rendering APIs.
89
+ - The skill reads conversation context and memory files to inform editorial judgment — this is core to personalization but means it has broad read access within the agent's workspace.
90
+
91
+ ## Related Skills
92
+
93
+ - Image generation skills — for standalone image creation without the gift pipeline
94
+ - Cron/scheduling skills — for understanding the daily trigger mechanism
@@ -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.410+ skills."
3
+ description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.412+ skills."
4
4
  ---
5
5
 
6
- # Jetski/Cortex + Gemini: safe integration with 1,1.410+ skills
6
+ # Jetski/Cortex + Gemini: safe integration with 1,1.412+ 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.410 skills, this approach fills the context window before user messages are even added, causing truncation.
26
+ With over 1,1.412 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,410+ skills installed.
23
+ This pattern avoids context overflow when you have 1,412+ 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,410+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
9
+ > Installable GitHub library of 1,412+ 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,410+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
23
+ > Installable GitHub library of 1,412+ 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,410+ Agentic Skills`;
31
+ - use a clean preview image that says `1,412+ 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,410+ skills from the skills directory
72
+ - All 1,412+ skills from the skills directory
73
73
 
74
74
  ## When to Update
75
75
 
@@ -673,4 +673,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
673
673
 
674
674
  ---
675
675
 
676
- _Last updated: March 2026 | Total Skills: 1,410+ | Total Bundles: 37_
676
+ _Last updated: March 2026 | Total Skills: 1,412+ | Total Bundles: 37_
@@ -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,410+ skills instead of a narrow single-domain starter pack.
15
+ - It includes 1,412+ 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,410+ files.
15
+ - It helps new users get started with bundles and workflows rather than forcing a cold start from 1,412+ 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
@@ -1,4 +1,4 @@
1
- # Getting Started with Antigravity Awesome Skills (V10.1.0)
1
+ # Getting Started with Antigravity Awesome Skills (V10.2.0)
2
2
 
3
3
  **New here? This guide will help you supercharge your AI Agent in 5 minutes.**
4
4
 
@@ -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,410+ specialized areas
21
+ - **Domain expertise** across 1,412+ 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,410+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
17
+ ✅ **Downloaded 1,412+ 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,410+ tools (✅ done)
37
+ - You installed a toolbox with 1,412+ 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,410+ skills at once. Here's a sensible approach:
215
+ Don't try to use all 1,412+ 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,410+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
346
+ No. Even though you have 1,412+ 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,410+ skills live here
37
+ ├── 📁 skills/ ← 1,412+ 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,410+ total)
50
+ │ └── ... (1,412+ 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,410+ SKILLS │
103
+ │ 1,412+ 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,410+ total) │
204
+ │ └── ... (1,412+ total) │
205
205
  └─────────────────────────────────────────┘
206
206
  ```
207
207
 
@@ -0,0 +1,229 @@
1
+ ---
2
+ name: lambdatest-agent-skills
3
+ description: "Production-grade test automation skills for 46 frameworks across E2E, unit, mobile, BDD, visual, and cloud testing in 15+ languages."
4
+ category: testing
5
+ risk: safe
6
+ source: community
7
+ source_repo: LambdaTest/agent-skills
8
+ source_type: community
9
+ date_added: "2026-04-16"
10
+ author: tanveer-farooq
11
+ tags: [testing, test-automation, e2e, unit-testing, mobile-testing, bdd, selenium, playwright, cypress, jest, pytest, appium, lambdatest]
12
+ tools: [claude, cursor, gemini, copilot]
13
+ license: "MIT"
14
+ license_source: "https://github.com/LambdaTest/agent-skills/blob/main/LICENSE"
15
+ ---
16
+
17
+ # LambdaTest Agent Skills — Test Automation Registry (46 Skills)
18
+
19
+ ## Overview
20
+
21
+ This skill is a curated index of 46 production-grade test automation skills sourced from the [LambdaTest/agent-skills](https://github.com/LambdaTest/agent-skills) repository. It teaches AI coding assistants how to write, structure, and execute test automation code across every major framework and 15+ programming languages. Instead of generating generic test code, the AI becomes a senior QA automation architect that understands correct project structure, dependency versions, cloud execution, CI/CD integration, and common debugging patterns for each framework.
22
+
23
+ This skill adapts material from an external GitHub repository:
24
+ - `source_repo: LambdaTest/agent-skills`
25
+ - `source_type: community`
26
+
27
+ ## When to Use This Skill
28
+
29
+ - Use when you need to write, scaffold, or review test automation code for any major framework
30
+ - Use when working with Selenium, Playwright, Cypress, Jest, pytest, Appium, or any of the 46 supported frameworks
31
+ - Use when setting up a new test project and need the correct project structure, config files, and dependencies
32
+ - Use when integrating tests into a CI/CD pipeline (GitHub Actions, Jenkins, GitLab CI)
33
+ - Use when migrating tests between frameworks (e.g. Selenium → Playwright, Puppeteer → Cypress)
34
+ - Use when running tests on cloud infrastructure such as LambdaTest / TestMu AI
35
+ - Use when the user asks how to write, debug, or scale automated tests
36
+
37
+ ## How It Works
38
+
39
+ ### Step 1: Identify the Framework and Language
40
+
41
+ Determine which testing framework and programming language the user is working with. Match it to one of the 46 supported skills below. Each skill covers a specific framework with language-appropriate code patterns.
42
+
43
+ ### Step 2: Apply the Correct Skill Context
44
+
45
+ Load the relevant framework skill from the registry below. Each skill includes: project setup and dependencies, core code patterns, page objects or test utilities, cloud execution configuration, CI/CD integration, a debugging table for common problems, and a best practices checklist.
46
+
47
+ ### Step 3: Generate Production-Ready Test Code
48
+
49
+ Use the loaded skill context to generate test code that follows real-world conventions — not generic boilerplate. Apply correct import paths, configuration formats, assertion libraries, and runner commands specific to the framework and language.
50
+
51
+ ### Step 4: Configure for Local or Cloud Execution
52
+
53
+ If the user wants to run tests locally, apply local runner configuration. If running on LambdaTest / TestMu AI cloud, configure RemoteWebDriver capabilities or the appropriate cloud SDK, and set `LT_USERNAME` and `LT_ACCESS_KEY` from environment variables — never hardcode credentials.
54
+
55
+ ### Step 5: Add CI/CD Integration
56
+
57
+ When requested, generate a GitHub Actions (or Jenkins / GitLab CI) workflow that runs the tests in parallel, uploads reports, and captures artifacts on failure.
58
+
59
+ ## Skill Registry
60
+
61
+ ### 🌐 E2E / Browser Testing (15 skills)
62
+
63
+ | Skill | Languages | Description |
64
+ |---|---|---|
65
+ | `selenium-skill` | Java, Python, JS, C#, Ruby | Selenium WebDriver with cross-browser and cloud support |
66
+ | `playwright-skill` | JS, TS, Python, Java, C# | Playwright browser automation with API mocking |
67
+ | `cypress-skill` | JS, TS | Cypress E2E and component testing |
68
+ | `webdriverio-skill` | JS, TS | WebdriverIO with page objects and cloud integration |
69
+ | `puppeteer-skill` | JS, TS | Puppeteer Chrome automation |
70
+ | `testcafe-skill` | JS, TS | TestCafe cross-browser testing |
71
+ | `nightwatchjs-skill` | JS, TS | Nightwatch.js browser automation |
72
+ | `capybara-skill` | Ruby | Capybara acceptance testing |
73
+ | `geb-skill` | Groovy | Geb Groovy browser automation |
74
+ | `selenide-skill` | Java | Selenide fluent Selenium wrapper |
75
+ | `nemojs-skill` | JS | Nemo.js PayPal browser automation |
76
+ | `protractor-skill` | JS, TS | Protractor Angular E2E testing |
77
+ | `codeception-skill` | PHP | Codeception full-stack PHP testing |
78
+ | `laravel-dusk-skill` | PHP | Laravel Dusk browser testing |
79
+ | `robot-framework-skill` | Python, Robot | Robot Framework keyword-driven testing |
80
+
81
+ ### 🧪 Unit Testing (15 skills)
82
+
83
+ | Skill | Languages | Description |
84
+ |---|---|---|
85
+ | `jest-skill` | JS, TS | Jest unit and integration tests with mocking |
86
+ | `junit-5-skill` | Java | JUnit 5 with parameterized tests and extensions |
87
+ | `pytest-skill` | Python | pytest with fixtures, parametrize, and plugins |
88
+ | `testng-skill` | Java | TestNG with data providers and parallel execution |
89
+ | `vitest-skill` | JS, TS | Vitest for Vite projects |
90
+ | `mocha-skill` | JS, TS | Mocha with Chai assertions |
91
+ | `jasmine-skill` | JS, TS | Jasmine BDD-style unit testing |
92
+ | `karma-skill` | JS, TS | Karma test runner |
93
+ | `xunit-skill` | C# | xUnit.net for .NET |
94
+ | `nunit-skill` | C# | NUnit for .NET |
95
+ | `mstest-skill` | C# | MSTest for .NET |
96
+ | `rspec-skill` | Ruby | RSpec with shared examples |
97
+ | `phpunit-skill` | PHP | PHPUnit with data providers |
98
+ | `testunit-skill` | Ruby | Test::Unit Ruby testing |
99
+ | `unittest-skill` | Python | Python unittest with mocking |
100
+
101
+ ### 📱 Mobile Testing (5 skills)
102
+
103
+ | Skill | Languages | Description |
104
+ |---|---|---|
105
+ | `appium-skill` | Java, Python, JS, Ruby, C# | Appium mobile testing for iOS and Android |
106
+ | `espresso-skill` | Java, Kotlin | Espresso Android UI testing |
107
+ | `xcuitest-skill` | Swift, Obj-C | XCUITest iOS UI testing |
108
+ | `flutter-testing-skill` | Dart | Flutter widget and integration tests |
109
+ | `detox-skill` | JS, TS | Detox React Native E2E testing |
110
+
111
+ ### 📋 BDD Testing (7 skills)
112
+
113
+ | Skill | Languages | Description |
114
+ |---|---|---|
115
+ | `cucumber-skill` | Java, JS, Ruby, TS | Cucumber Gherkin BDD |
116
+ | `specflow-skill` | C# | SpecFlow .NET BDD with Gherkin |
117
+ | `serenity-bdd-skill` | Java | Serenity BDD with Screenplay pattern |
118
+ | `behave-skill` | Python | Behave Python BDD |
119
+ | `behat-skill` | PHP | Behat BDD for PHP |
120
+ | `gauge-skill` | Java, Python, JS, Ruby, C# | Gauge specification-based testing |
121
+ | `lettuce-skill` | Python | Lettuce Python BDD testing |
122
+
123
+ ### 👁️ Visual Testing (1 skill)
124
+
125
+ | Skill | Languages | Description |
126
+ |---|---|---|
127
+ | `smartui-skill` | JS, TS, Java | SmartUI visual regression testing |
128
+
129
+ ### ☁️ Cloud Testing (1 skill)
130
+
131
+ | Skill | Languages | Description |
132
+ |---|---|---|
133
+ | `hyperexecute-skill` | YAML | HyperExecute cloud test orchestration |
134
+
135
+ ### 🔄 Migration (1 skill)
136
+
137
+ | Skill | Languages | Description |
138
+ |---|---|---|
139
+ | `test-framework-migration-skill` | JS, TS, Java, Python, C# | Convert tests between Selenium, Playwright, Puppeteer, Cypress |
140
+
141
+ ### 🔄 DevOps / CI/CD (1 skill)
142
+
143
+ | Skill | Languages | Description |
144
+ |---|---|---|
145
+ | `cicd-pipeline-skill` | YAML | CI/CD pipeline integration for GitHub Actions, Jenkins, GitLab CI |
146
+
147
+ ## Examples
148
+
149
+ ### Example 1: Scaffold a Playwright test in TypeScript
150
+
151
+ ```
152
+ "Write Playwright tests for the login page using TypeScript and run them on Chrome and Firefox"
153
+ ```
154
+
155
+ The skill will generate: correct `playwright.config.ts`, a typed Page Object for the login page, a test file using `@playwright/test`, and a GitHub Actions workflow with parallel execution.
156
+
157
+ ### Example 2: Run Selenium tests on LambdaTest cloud
158
+
159
+ ```
160
+ "Run my Selenium Java tests on Chrome, Firefox, and Safari on LambdaTest with OS Windows 11 and macOS Sonoma"
161
+ ```
162
+
163
+ The skill will configure `RemoteWebDriver` with LambdaTest capabilities, read `LT_USERNAME` and `LT_ACCESS_KEY` from environment variables, and set up a parallel TestNG suite.
164
+
165
+ ### Example 3: Migrate Selenium tests to Playwright
166
+
167
+ ```
168
+ "Migrate my existing Selenium Python tests to Playwright"
169
+ ```
170
+
171
+ The skill uses `test-framework-migration-skill` to map Selenium locators, waits, and assertions to their Playwright equivalents, preserving test intent while updating syntax.
172
+
173
+ ### Example 4: Set up pytest with fixtures
174
+
175
+ ```
176
+ "Create a pytest test suite for the payments API with fixtures and parametrized test cases"
177
+ ```
178
+
179
+ The skill generates a `conftest.py` with shared fixtures, parametrized test cases using `@pytest.mark.parametrize`, and a `pytest.ini` config with coverage reporting.
180
+
181
+ ## Best Practices
182
+
183
+ - ✅ Always use environment variables for cloud credentials (`LT_USERNAME`, `LT_ACCESS_KEY`) — never hardcode them
184
+ - ✅ Use Page Object Model (POM) to keep test logic separate from UI selectors
185
+ - ✅ Prefer explicit waits over fixed `sleep()` calls in all frameworks
186
+ - ✅ Run tests in parallel where the framework supports it to reduce execution time
187
+ - ✅ Always capture screenshots and logs on test failure for easier debugging
188
+ - ✅ Match dependency versions to what each framework officially recommends — avoid mixing major versions
189
+ - ❌ Don't write tests that depend on test execution order
190
+ - ❌ Don't hardcode URLs, credentials, or environment-specific values inside test files
191
+ - ❌ Don't skip writing assertions — a test without assertions is not a test
192
+ - ❌ Don't ignore flaky tests — investigate and fix root cause rather than adding retries as a permanent fix
193
+
194
+ ## Limitations
195
+
196
+ - This skill is an index and trigger guide. The full implementation details for each framework live in the individual skill files at [LambdaTest/agent-skills](https://github.com/LambdaTest/agent-skills).
197
+ - This skill does not replace framework-specific documentation, environment setup, or expert QA review.
198
+ - Cloud execution examples assume a valid LambdaTest / TestMu AI account. Stop and ask the user for their setup details if credentials or target environments are unclear.
199
+ - Mobile testing skills (Appium, Espresso, XCUITest, Flutter, Detox) require platform-specific toolchains (Android SDK, Xcode) that must be installed separately.
200
+
201
+ ## Security & Safety Notes
202
+
203
+ - Never include `LT_USERNAME`, `LT_ACCESS_KEY`, API tokens, or any credentials in generated code. Always reference them via environment variables.
204
+ - When generating CI/CD pipelines, store secrets in GitHub Actions Secrets or equivalent — never in plaintext YAML.
205
+ - Installation commands (`npm install`, `pip install`, `mvn install`) should only be run in local development or authorized CI environments.
206
+
207
+ ## Common Pitfalls
208
+
209
+ - **Problem:** Tests pass locally but fail on CI
210
+ **Solution:** Ensure headless mode is enabled in CI, and that browser versions match between local and CI environments. Use the framework's built-in CI detection where available.
211
+
212
+ - **Problem:** Flaky tests due to timing issues
213
+ **Solution:** Replace `sleep()` with explicit waits — `waitForSelector` in Playwright, `WebDriverWait` in Selenium, `cy.get().should()` in Cypress.
214
+
215
+ - **Problem:** Cloud tests fail with authentication errors
216
+ **Solution:** Verify `LT_USERNAME` and `LT_ACCESS_KEY` are correctly set as environment variables and match the credentials on the LambdaTest dashboard.
217
+
218
+ - **Problem:** Wrong browser capabilities for cloud execution
219
+ **Solution:** Use the LambdaTest Capabilities Generator at https://www.lambdatest.com/capabilities-generator/ to get the correct capability object for your target browser and OS.
220
+
221
+ - **Problem:** Mobile tests fail with "device not found"
222
+ **Solution:** For local runs, verify the emulator/simulator is running and `adb devices` (Android) or Simulator is active (iOS). For cloud runs, check the device name matches exactly what LambdaTest supports.
223
+
224
+ ## Related Skills
225
+
226
+ - `@test-driven-development` — Use when you want to design tests before writing implementation code
227
+ - `@testing-patterns` — Use for general testing design patterns and strategies
228
+ - `@cicd-pipeline-skill` — Use when setting up end-to-end CI/CD pipelines with test automation
229
+ - `@debugging-strategies` — Use when diagnosing systematic test failures
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "2.0.105",
3
+ "version": "2.0.107",
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
@@ -9355,6 +9355,28 @@
9355
9355
  "reasons": []
9356
9356
  }
9357
9357
  },
9358
+ {
9359
+ "id": "daily-gift",
9360
+ "path": "skills/daily-gift",
9361
+ "category": "productivity",
9362
+ "name": "daily-gift",
9363
+ "description": "Relationship-aware daily gift engine with five-stage creative pipeline \u2014 editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video",
9364
+ "risk": "unknown",
9365
+ "source": "community",
9366
+ "date_added": "2026-04-15",
9367
+ "plugin": {
9368
+ "targets": {
9369
+ "codex": "supported",
9370
+ "claude": "supported"
9371
+ },
9372
+ "setup": {
9373
+ "type": "none",
9374
+ "summary": "",
9375
+ "docs": null
9376
+ },
9377
+ "reasons": []
9378
+ }
9379
+ },
9358
9380
  {
9359
9381
  "id": "daily-news-report",
9360
9382
  "path": "skills/daily-news-report",
@@ -16421,6 +16443,28 @@
16421
16443
  "reasons": []
16422
16444
  }
16423
16445
  },
16446
+ {
16447
+ "id": "lambdatest-agent-skills",
16448
+ "path": "skills/lambdatest-agent-skills",
16449
+ "category": "testing",
16450
+ "name": "lambdatest-agent-skills",
16451
+ "description": "Production-grade test automation skills for 46 frameworks across E2E, unit, mobile, BDD, visual, and cloud testing in 15+ languages.",
16452
+ "risk": "safe",
16453
+ "source": "community",
16454
+ "date_added": "2026-04-16",
16455
+ "plugin": {
16456
+ "targets": {
16457
+ "codex": "supported",
16458
+ "claude": "supported"
16459
+ },
16460
+ "setup": {
16461
+ "type": "none",
16462
+ "summary": "",
16463
+ "docs": null
16464
+ },
16465
+ "reasons": []
16466
+ }
16467
+ },
16424
16468
  {
16425
16469
  "id": "landing-page-generator",
16426
16470
  "path": "skills/landing-page-generator",