opencode-skills-collection 2.0.259 → 2.0.261

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-26T17:40:01.237Z",
3
+ "updatedAt": "2026-04-26T19:50:17.204Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -1202,7 +1202,6 @@
1202
1202
  "skill-seekers",
1203
1203
  "skill-sentinel",
1204
1204
  "skill-writer",
1205
- "skills/x402-express-wrapper",
1206
1205
  "skin-health-analyzer",
1207
1206
  "skyvern-browser-automation",
1208
1207
  "slack-automation",
@@ -1421,6 +1420,7 @@
1421
1420
  "writing-skills",
1422
1421
  "x-article-publisher-skill",
1423
1422
  "x-twitter-scraper",
1423
+ "x402-express-wrapper",
1424
1424
  "xlsx-official",
1425
1425
  "xss-html-injection",
1426
1426
  "xvary-stock-research",
@@ -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.436+ skills."
3
+ description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,436+ skills."
4
4
  ---
5
5
 
6
- # Jetski/Cortex + Gemini: safe integration with 1,1.436+ skills
6
+ # Jetski/Cortex + Gemini: safe integration with 1,436+ 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.436 skills, this approach fills the context window before user messages are even added, causing truncation.
26
+ With 1,436+ skills, this approach fills the context window before user messages are even added, causing truncation.
27
27
 
28
28
  ---
29
29
 
@@ -46,7 +46,7 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git ~/.kiro/skil
46
46
  ```bash
47
47
  # Verify installation
48
48
  test -d ~/.kiro/skills && echo "✓ Skills installed successfully"
49
- ls ~/.kiro/skills/skills/ | head -10
49
+ ls ~/.kiro/skills/ | head -10
50
50
  ```
51
51
 
52
52
  ## Using Skills with Kiro
@@ -225,7 +225,7 @@ Ensure you're using the correct skill name:
225
225
 
226
226
  ```bash
227
227
  # List all available skills
228
- ls ~/.kiro/skills/skills/
228
+ ls ~/.kiro/skills/
229
229
  ```
230
230
 
231
231
  ### Permission Issues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "2.0.259",
3
+ "version": "2.0.261",
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
@@ -31242,7 +31242,7 @@
31242
31242
  },
31243
31243
  {
31244
31244
  "id": "x402-express-wrapper",
31245
- "path": "skills/skills/x402-express-wrapper",
31245
+ "path": "skills/x402-express-wrapper",
31246
31246
  "category": "backend",
31247
31247
  "name": "x402-express-wrapper",
31248
31248
  "description": "Wrapper oficial de M2MCent (Node.js) para inyectar muros de pago x402 en APIs o servidores Model Context Protocol (MCP). Usar al construir nuevos servicios que requieran monetizaci\u00f3n m\u00e1quina a m\u00e1quina.",