opencode-skills-collection 3.1.6 → 3.1.8
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.
- package/bundled-skills/.antigravity-install-manifest.json +9 -1
- package/bundled-skills/007/scripts/scanners/dependency_scanner.py +2 -2
- package/bundled-skills/arrowspace/SKILL.md +116 -0
- package/bundled-skills/docs/contributors/quality-bar.md +1 -0
- package/bundled-skills/docs/contributors/skill-anatomy.md +19 -3
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/categorization-implementation.md +14 -24
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/maintainers/smart-auto-categorization.md +24 -25
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/faq.md +5 -5
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/local-config.md +11 -11
- package/bundled-skills/docs/users/specialized-plugin-roadmap.md +3 -3
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs/vietnamese/BUNDLES.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/CONTRIBUTING.vi.md +15 -9
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +30 -20
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +22 -14
- package/bundled-skills/docs/vietnamese/QUALITY_BAR.vi.md +9 -4
- package/bundled-skills/docs/vietnamese/README.vi.md +29 -30
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +3 -3
- package/bundled-skills/docs/vietnamese/SKILL_ANATOMY.vi.md +33 -5
- package/bundled-skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +17 -18
- package/bundled-skills/docx-official/ooxml/scripts/pack.py +12 -0
- package/bundled-skills/docx-official/ooxml/scripts/unpack.py +28 -7
- package/bundled-skills/docx-official/ooxml/scripts/validation/base.py +18 -13
- package/bundled-skills/docx-official/ooxml/scripts/validation/docx.py +6 -6
- package/bundled-skills/docx-official/ooxml/scripts/validation/pptx.py +6 -6
- package/bundled-skills/emil-design-eng/SKILL.md +702 -0
- package/bundled-skills/gh-image/SKILL.md +122 -0
- package/bundled-skills/github-actions-debugger/SKILL.md +99 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +3 -2
- package/bundled-skills/infinity/SKILL.md +173 -0
- package/bundled-skills/loki-mode/autonomy/run.sh +17 -8
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +17 -13
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +3 -3
- package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +9 -9
- package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package.json +2 -2
- package/bundled-skills/macos-spm-app-packaging/assets/templates/setup_dev_signing.sh +11 -8
- package/bundled-skills/macos-spm-app-packaging/assets/templates/sign-and-notarize.sh +10 -5
- package/bundled-skills/pptx-official/ooxml/scripts/pack.py +12 -0
- package/bundled-skills/pptx-official/ooxml/scripts/unpack.py +28 -7
- package/bundled-skills/pptx-official/ooxml/scripts/validation/base.py +18 -13
- package/bundled-skills/pptx-official/ooxml/scripts/validation/docx.py +6 -6
- package/bundled-skills/pptx-official/ooxml/scripts/validation/pptx.py +6 -6
- package/bundled-skills/premium-3d-website/SKILL.md +133 -0
- package/bundled-skills/review-animations/SKILL.md +139 -0
- package/bundled-skills/review-animations/STANDARDS.md +188 -0
- package/bundled-skills/skill-creator/scripts/package_skill.py +11 -1
- package/package.json +1 -1
- package/skills_index.json +132 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-06-
|
|
3
|
+
"updatedAt": "2026-06-27T01:59:38.231Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"architecture-decision-records",
|
|
129
129
|
"architecture-patterns",
|
|
130
130
|
"arm-cortex-expert",
|
|
131
|
+
"arrowspace",
|
|
131
132
|
"article-illustrations",
|
|
132
133
|
"asana-automation",
|
|
133
134
|
"ask-matt",
|
|
@@ -620,6 +621,7 @@
|
|
|
620
621
|
"embedding-strategies",
|
|
621
622
|
"emblemai-crypto-wallet",
|
|
622
623
|
"emergency-card",
|
|
624
|
+
"emil-design-eng",
|
|
623
625
|
"emotional-arc-designer",
|
|
624
626
|
"employment-contract-templates",
|
|
625
627
|
"energy-procurement",
|
|
@@ -739,6 +741,7 @@
|
|
|
739
741
|
"geminiignore-finops",
|
|
740
742
|
"geo-fundamentals",
|
|
741
743
|
"geoffrey-hinton",
|
|
744
|
+
"gh-image",
|
|
742
745
|
"gh-review-requests",
|
|
743
746
|
"gha-security-review",
|
|
744
747
|
"git-advanced-workflows",
|
|
@@ -750,6 +753,7 @@
|
|
|
750
753
|
"git-pushing",
|
|
751
754
|
"github",
|
|
752
755
|
"github-actions-advanced",
|
|
756
|
+
"github-actions-debugger",
|
|
753
757
|
"github-actions-templates",
|
|
754
758
|
"github-automation",
|
|
755
759
|
"github-issue-creator",
|
|
@@ -850,6 +854,7 @@
|
|
|
850
854
|
"indexing-issue-auditor",
|
|
851
855
|
"industrial-brutalist-ui",
|
|
852
856
|
"infinite-gratitude",
|
|
857
|
+
"infinity",
|
|
853
858
|
"ingest-youtube",
|
|
854
859
|
"inngest",
|
|
855
860
|
"instagram",
|
|
@@ -1180,6 +1185,7 @@
|
|
|
1180
1185
|
"pptx-official",
|
|
1181
1186
|
"pr-merge-champion",
|
|
1182
1187
|
"pr-writer",
|
|
1188
|
+
"premium-3d-website",
|
|
1183
1189
|
"price-psychology-strategist",
|
|
1184
1190
|
"pricing-strategy",
|
|
1185
1191
|
"prisma-expert",
|
|
@@ -1261,6 +1267,7 @@
|
|
|
1261
1267
|
"requesting-code-review",
|
|
1262
1268
|
"returns-reverse-logistics",
|
|
1263
1269
|
"reverse-engineer",
|
|
1270
|
+
"review-animations",
|
|
1264
1271
|
"revops",
|
|
1265
1272
|
"rich-elicitation",
|
|
1266
1273
|
"risk-manager",
|
|
@@ -1514,6 +1521,7 @@
|
|
|
1514
1521
|
"test-fixing",
|
|
1515
1522
|
"testing-patterns",
|
|
1516
1523
|
"testing-qa",
|
|
1524
|
+
"the-honoured-one",
|
|
1517
1525
|
"theme-factory",
|
|
1518
1526
|
"threat-mitigation-mapping",
|
|
1519
1527
|
"threat-modeling-expert",
|
|
@@ -155,7 +155,7 @@ _DOCKER_COPY_SENSITIVE_RE = re.compile(
|
|
|
155
155
|
)
|
|
156
156
|
|
|
157
157
|
_DOCKER_CURL_PIPE_RE = re.compile(
|
|
158
|
-
r"""(?:curl|wget)\s+[^|]*\|\s*(?:bash|sh|zsh|python|perl|ruby|node)""",
|
|
158
|
+
r"""(?:curl|wget)\s+[^|]*\|\s*(?:bash|sh|zsh|python|perl|ruby|node)""", # security-allowlist: curl-pipe-bash, wget-pipe-sh
|
|
159
159
|
re.IGNORECASE,
|
|
160
160
|
)
|
|
161
161
|
|
|
@@ -776,7 +776,7 @@ def analyze_dockerfile(filepath: Path, verbose: bool = False) -> dict:
|
|
|
776
776
|
file=file_str,
|
|
777
777
|
line=line_num,
|
|
778
778
|
severity="CRITICAL",
|
|
779
|
-
description="Pipe-to-shell pattern detected (curl|bash). Remote code execution risk",
|
|
779
|
+
description="Pipe-to-shell pattern detected (curl|bash). Remote code execution risk", # security-allowlist: curl-pipe-bash
|
|
780
780
|
recommendation="Download scripts first, verify checksum, then execute",
|
|
781
781
|
pattern="curl_pipe_bash",
|
|
782
782
|
))
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: arrowspace
|
|
3
|
+
description: "Spectral vector search using graph Laplacian eigenstructure. Use when cosine/L2 similarity misses latent structure in your embeddings."
|
|
4
|
+
category: data
|
|
5
|
+
risk: safe
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Genefold/arrowspace-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-06-25"
|
|
10
|
+
author: Genefold AI
|
|
11
|
+
license: Apache-2.0
|
|
12
|
+
license_source: "https://github.com/Genefold/arrowspace-skills/blob/main/LICENSE"
|
|
13
|
+
tags: [vector-search, spectral-analysis, graph-laplacian, embeddings, lambda-tau]
|
|
14
|
+
tools: [claude, cursor, codex, gemini, opencode]
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# ArrowSpace
|
|
18
|
+
|
|
19
|
+
Spectral vector search that augments nearest-neighbour search with graph Laplacian features. Computes a Laplacian over the item graph and uses the Rayleigh quotient to produce a λτ (lambda-tau) score per item, enabling search that respects both semantic similarity and structural role.
|
|
20
|
+
|
|
21
|
+
## When to Use This Skill
|
|
22
|
+
|
|
23
|
+
- Cosine or L2 similarity misses latent structure in your embeddings
|
|
24
|
+
- You want graph-based retrieval with spectral awareness
|
|
25
|
+
- You need to characterise the spectral properties of an embedding space
|
|
26
|
+
- You are building RAG pipelines where contextual role matters alongside semantic content
|
|
27
|
+
|
|
28
|
+
## How It Works
|
|
29
|
+
|
|
30
|
+
### Step 1: Install and import
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
pip install arrowspace
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
```python
|
|
37
|
+
from arrowspace import ArrowSpaceBuilder
|
|
38
|
+
import numpy as np
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Step 2: Prepare your data
|
|
42
|
+
|
|
43
|
+
Pass an (N, d) float64 NumPy array of embedding vectors:
|
|
44
|
+
|
|
45
|
+
```python
|
|
46
|
+
items = np.array([[0.1, 0.2, 0.3],
|
|
47
|
+
[0.0, 0.5, 0.1],
|
|
48
|
+
[0.9, 0.1, 0.0]], dtype=np.float64)
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Step 3: Configure graph parameters
|
|
52
|
+
|
|
53
|
+
```python
|
|
54
|
+
graph_params = {"eps": 0.2, "k": 6, "topk": 3, "p": 2.0, "sigma": 1.0}
|
|
55
|
+
builder = ArrowSpaceBuilder(items, graph_params=graph_params)
|
|
56
|
+
aspace = builder.build()
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Step 4: Query
|
|
60
|
+
|
|
61
|
+
```python
|
|
62
|
+
lambdas = aspace.lambdas() # array indexed by insertion order
|
|
63
|
+
sorted_res = aspace.lambdas_sorted() # (score, index) pairs ascending
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Higher λτ values indicate items that are both semantically close and structurally central.
|
|
67
|
+
|
|
68
|
+
## Examples
|
|
69
|
+
|
|
70
|
+
### Example 1: Basic spectral retrieval
|
|
71
|
+
|
|
72
|
+
```python
|
|
73
|
+
items = np.random.randn(100, 64).astype(np.float64)
|
|
74
|
+
builder = ArrowSpaceBuilder(items, graph_params={"eps": 0.5, "k": 10, "topk": 5, "p": 2.0, "sigma": None})
|
|
75
|
+
aspace = builder.build()
|
|
76
|
+
scores = aspace.lambdas()
|
|
77
|
+
top_indices = np.argsort(scores)[-5:]
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Example 2: Compare spectral vs cosine ranking
|
|
81
|
+
|
|
82
|
+
```python
|
|
83
|
+
from sklearn.metrics.pairwise import cosine_similarity
|
|
84
|
+
cos_sim = cosine_similarity(items)
|
|
85
|
+
cosine_order = np.argsort(cos_sim[0])[::-1]
|
|
86
|
+
spectral_order = np.argsort(aspace.lambdas())[::-1]
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## Best Practices
|
|
90
|
+
|
|
91
|
+
- ✅ Normalise embeddings to unit norm before passing to ArrowSpace
|
|
92
|
+
- ✅ Start with eps proportional to 1/sqrt(dim) and tune from there
|
|
93
|
+
- ✅ Use k between 3 and 25 depending on dataset size (rule: N/50)
|
|
94
|
+
- ✅ Set sigma=None to auto-select kernel width from distance distribution
|
|
95
|
+
- ❌ Don't use with fewer than 10 items (graph structure is not meaningful)
|
|
96
|
+
- ❌ Don't use for real-time streaming data (ArrowSpace is batch-oriented)
|
|
97
|
+
|
|
98
|
+
## Limitations
|
|
99
|
+
|
|
100
|
+
- This skill does not replace environment-specific validation, testing, or expert review.
|
|
101
|
+
- ArrowSpace is batch-oriented and not designed for real-time indexing of streaming data.
|
|
102
|
+
|
|
103
|
+
## Common Pitfalls
|
|
104
|
+
|
|
105
|
+
- **Problem:** eps is too small, producing a disconnected graph
|
|
106
|
+
**Solution:** Increase eps, or set it proportional to 1/sqrt(embedding_dim)
|
|
107
|
+
|
|
108
|
+
- **Problem:** k is too large, producing a dense graph with washed-out spectral features
|
|
109
|
+
**Solution:** Keep k ≤ 25 for most datasets
|
|
110
|
+
|
|
111
|
+
## Related Skills
|
|
112
|
+
|
|
113
|
+
- `vector-database-engineer` — General vector database expertise
|
|
114
|
+
- `embedding-strategies` — Embedding model selection and chunking
|
|
115
|
+
- `similarity-search-patterns` — Semantic search implementation patterns
|
|
116
|
+
- `hybrid-search-implementation` — Combined semantic + keyword search
|
|
@@ -27,6 +27,7 @@ Accepted headings: `## When to Use`, `## Use this skill when`, `## When to Use T
|
|
|
27
27
|
|
|
28
28
|
Every skill must declare its risk level:
|
|
29
29
|
|
|
30
|
+
- ⚪ **unknown**: Legacy or unclassified content. Avoid this for new skills unless maintainer triage is genuinely needed.
|
|
30
31
|
- 🟢 **none**: Pure text/reasoning (e.g., Brainstorming).
|
|
31
32
|
- 🔵 **safe**: Reads files, runs safe commands (e.g., Linter).
|
|
32
33
|
- 🟠 **critical**: Modifies state, deletes files, pushes to prod (e.g., Git Push).
|
|
@@ -45,10 +45,12 @@ The frontmatter is at the very top, wrapped in `---`:
|
|
|
45
45
|
---
|
|
46
46
|
name: my-skill-name
|
|
47
47
|
description: "Brief description of what this skill does"
|
|
48
|
+
category: development
|
|
48
49
|
risk: safe
|
|
49
50
|
source: community
|
|
50
51
|
source_repo: owner/repo
|
|
51
52
|
source_type: community
|
|
53
|
+
date_added: "YYYY-MM-DD"
|
|
52
54
|
---
|
|
53
55
|
```
|
|
54
56
|
|
|
@@ -66,6 +68,12 @@ source_type: community
|
|
|
66
68
|
- **Length:** Keep it under 200 characters
|
|
67
69
|
- **Example:** `"Stripe payment integration patterns including checkout, subscriptions, and webhooks"`
|
|
68
70
|
|
|
71
|
+
#### `category`
|
|
72
|
+
- **What it is:** Primary grouping used by generated indexes and catalog surfaces
|
|
73
|
+
- **Format:** Lowercase category label
|
|
74
|
+
- **Example:** `category: development`
|
|
75
|
+
- **Note:** Tooling can infer a category for legacy skills, but new skills should declare one explicitly.
|
|
76
|
+
|
|
69
77
|
#### `risk`
|
|
70
78
|
- **What it is:** The safety classification of the skill
|
|
71
79
|
- **Values:** `none` | `safe` | `critical` | `offensive` | `unknown`
|
|
@@ -95,6 +103,12 @@ source_type: community
|
|
|
95
103
|
- **Examples:** `source_type: official`, `source_type: community`
|
|
96
104
|
- **Rule:** `self` means no external README repo credit is required
|
|
97
105
|
|
|
106
|
+
#### `date_added`
|
|
107
|
+
- **What it is:** Date the skill entered this repository
|
|
108
|
+
- **Format:** `YYYY-MM-DD`
|
|
109
|
+
- **Example:** `date_added: "2026-03-06"`
|
|
110
|
+
- **Note:** Validation treats this as advisory for legacy content, but new contributions should include it.
|
|
111
|
+
|
|
98
112
|
### Optional Fields
|
|
99
113
|
|
|
100
114
|
Some skills include additional metadata:
|
|
@@ -103,10 +117,12 @@ Some skills include additional metadata:
|
|
|
103
117
|
---
|
|
104
118
|
name: my-skill-name
|
|
105
119
|
description: "Brief description"
|
|
120
|
+
category: development
|
|
106
121
|
risk: safe
|
|
107
122
|
source: community
|
|
108
123
|
source_repo: owner/repo
|
|
109
124
|
source_type: community
|
|
125
|
+
date_added: "YYYY-MM-DD"
|
|
110
126
|
author: "your-name-or-handle"
|
|
111
127
|
tags: ["react", "typescript", "testing"]
|
|
112
128
|
tools: [claude, cursor, gemini]
|
|
@@ -355,17 +371,17 @@ references/
|
|
|
355
371
|
## Skill Size Guidelines
|
|
356
372
|
|
|
357
373
|
### Minimum Viable Skill
|
|
358
|
-
- **Frontmatter:** name
|
|
374
|
+
- **Frontmatter:** standard fields (`name`, `description`, `category`, `risk`, `source`, `date_added`)
|
|
359
375
|
- **Content:** 100-200 words
|
|
360
376
|
- **Sections:** Overview + Instructions
|
|
361
377
|
|
|
362
378
|
### Standard Skill
|
|
363
|
-
- **Frontmatter:** name
|
|
379
|
+
- **Frontmatter:** standard fields (`name`, `description`, `category`, `risk`, `source`, `date_added`)
|
|
364
380
|
- **Content:** 300-800 words
|
|
365
381
|
- **Sections:** Overview + When to Use + Instructions + Examples
|
|
366
382
|
|
|
367
383
|
### Comprehensive Skill
|
|
368
|
-
- **Frontmatter:**
|
|
384
|
+
- **Frontmatter:** standard fields plus `source_repo`/`source_type` for external GitHub-derived skills and optional fields where useful
|
|
369
385
|
- **Content:** 800-2000 words
|
|
370
386
|
- **Sections:** All recommended sections
|
|
371
387
|
- **Extras:** Scripts, examples, templates
|
|
@@ -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,
|
|
3
|
+
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,689+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,689+ 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 1,
|
|
26
|
+
With 1,689+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -21,7 +21,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
|
|
21
21
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
22
22
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
23
23
|
|
|
24
|
-
This pattern avoids context overflow when you have 1,
|
|
24
|
+
This pattern avoids context overflow when you have 1,689+ skills installed.
|
|
25
25
|
|
|
26
26
|
Manifest contract references:
|
|
27
27
|
|
|
@@ -5,14 +5,16 @@
|
|
|
5
5
|
### 1. **Intelligent Auto-Categorization Script**
|
|
6
6
|
Created [`tools/scripts/auto_categorize_skills.py`](../../tools/scripts/auto_categorize_skills.py) that:
|
|
7
7
|
- Analyzes skill names and descriptions
|
|
8
|
-
- Matches against keyword libraries
|
|
8
|
+
- Matches against keyword libraries that seeded the current generated category metadata
|
|
9
9
|
- Automatically assigns meaningful categories
|
|
10
10
|
- Removes "uncategorized" bulk assignment
|
|
11
11
|
|
|
12
|
-
**
|
|
12
|
+
**Historical initial-run result:**
|
|
13
13
|
- ✅ 776 skills auto-categorized
|
|
14
14
|
- ✅ 46 already had categories preserved
|
|
15
|
-
- ✅ 124
|
|
15
|
+
- ✅ 124 remained uncategorized at the time of that run
|
|
16
|
+
|
|
17
|
+
For current counts, use `skills_index.json`; the active repository has grown beyond this historical snapshot.
|
|
16
18
|
|
|
17
19
|
### 2. **Category Distribution**
|
|
18
20
|
|
|
@@ -26,20 +28,8 @@ security: 4
|
|
|
26
28
|
|
|
27
29
|
**After:**
|
|
28
30
|
```
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
Automation: 103 ███████████
|
|
32
|
-
DevOps: 83 ████████
|
|
33
|
-
AI/ML: 79 ████████
|
|
34
|
-
Content: 47 █████
|
|
35
|
-
Database: 44 █████
|
|
36
|
-
Testing: 38 ████
|
|
37
|
-
Security: 36 ████
|
|
38
|
-
Cloud: 33 ███
|
|
39
|
-
Mobile: 21 ██
|
|
40
|
-
Game Dev: 15 ██
|
|
41
|
-
Data Science: 14 ██
|
|
42
|
-
Uncategorized: 126 █
|
|
31
|
+
Generated category metadata is now derived from the current skills_index.json.
|
|
32
|
+
Do not preserve these historical counts in user-facing docs.
|
|
43
33
|
```
|
|
44
34
|
|
|
45
35
|
### 3. **Updated Index Generation**
|
|
@@ -54,16 +44,16 @@ Modified [`tools/scripts/generate_index.py`](../../tools/scripts/generate_index.
|
|
|
54
44
|
**Home Page Changes:**
|
|
55
45
|
- ✅ Categories sorted by skill count (most first)
|
|
56
46
|
- ✅ "Uncategorized" moved to bottom
|
|
57
|
-
- ✅ Each shows
|
|
47
|
+
- ✅ Each shows counts computed from the generated index
|
|
58
48
|
- ✅ Much easier to navigate
|
|
59
49
|
|
|
60
50
|
**Updated Code:**
|
|
61
51
|
- [`apps/web-app/src/pages/Home.tsx`](../../apps/web-app/src/pages/Home.tsx) - Smart category sorting
|
|
62
52
|
- Sorts categories by count using categoryStats
|
|
63
53
|
- Uncategorized always last
|
|
64
|
-
- Displays
|
|
54
|
+
- Displays generated counts in dropdown
|
|
65
55
|
|
|
66
|
-
### 5. **Categorization Keywords** (
|
|
56
|
+
### 5. **Categorization Keywords** (seed buckets)
|
|
67
57
|
|
|
68
58
|
| Category | Key Keywords |
|
|
69
59
|
|----------|--------------|
|
|
@@ -97,16 +87,16 @@ Created [`smart-auto-categorization.md`](smart-auto-categorization.md) with:
|
|
|
97
87
|
|
|
98
88
|
### Better UX
|
|
99
89
|
1. **Smarter Filtering**: Categories sorted by relevance
|
|
100
|
-
2. **Visual Cues**: Shows
|
|
90
|
+
2. **Visual Cues**: Shows current generated counts
|
|
101
91
|
3. **Uncategorized Last**: Put bad options out of sight
|
|
102
92
|
4. **Meaningful Groups**: Find skills by actual function
|
|
103
93
|
|
|
104
94
|
### Example Workflow
|
|
105
95
|
User wants to find database skills:
|
|
106
96
|
1. Opens web app
|
|
107
|
-
2. Sees filter dropdown
|
|
108
|
-
3. Clicks
|
|
109
|
-
4. Gets
|
|
97
|
+
2. Sees filter dropdown with generated category counts
|
|
98
|
+
3. Clicks the current database-related category
|
|
99
|
+
4. Gets the current matching SQL/MongoDB/Postgres skills
|
|
110
100
|
5. Done! 🎉
|
|
111
101
|
|
|
112
102
|
## 🚀 Usage
|
|
@@ -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,
|
|
9
|
+
> Installable GitHub library of 1,689+ 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,
|
|
23
|
+
> Installable GitHub library of 1,689+ 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,
|
|
31
|
+
- use a clean preview image that says `1,689+ 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
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 1,
|
|
75
|
+
- All 1,689+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -9,26 +9,28 @@ The skill collection now uses intelligent auto-categorization to eliminate "unca
|
|
|
9
9
|
✅ Current repository indexed through the generated catalog
|
|
10
10
|
- Most skills are in meaningful categories
|
|
11
11
|
- A smaller tail still needs manual review or better keyword coverage
|
|
12
|
-
-
|
|
13
|
-
-
|
|
12
|
+
- `skills_index.json` is the source of truth for current category labels and counts
|
|
13
|
+
- Category filters should be derived from the generated index at build time
|
|
14
14
|
|
|
15
15
|
## Category Distribution
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
17
|
+
Do not copy fixed counts into user-facing docs. To inspect the current distribution, generate it from the index:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
node - <<'NODE'
|
|
21
|
+
const fs = require('fs');
|
|
22
|
+
const skills = JSON.parse(fs.readFileSync('skills_index.json', 'utf8'));
|
|
23
|
+
const counts = new Map();
|
|
24
|
+
for (const skill of skills) {
|
|
25
|
+
const category = skill.category || 'uncategorized';
|
|
26
|
+
counts.set(category, (counts.get(category) || 0) + 1);
|
|
27
|
+
}
|
|
28
|
+
console.log(`skills=${skills.length} categories=${counts.size}`);
|
|
29
|
+
for (const [category, count] of [...counts.entries()].sort((a, b) => b[1] - a[1]).slice(0, 12)) {
|
|
30
|
+
console.log(`${category}: ${count}`);
|
|
31
|
+
}
|
|
32
|
+
NODE
|
|
33
|
+
```
|
|
32
34
|
|
|
33
35
|
## How It Works
|
|
34
36
|
|
|
@@ -91,20 +93,17 @@ Sample changes:
|
|
|
91
93
|
|
|
92
94
|
**After:**
|
|
93
95
|
- Categories sorted by skill count (most first, "uncategorized" last)
|
|
94
|
-
- Shows
|
|
96
|
+
- Shows counts from the generated index instead of hard-coded documentation numbers
|
|
95
97
|
- Much easier to browse
|
|
96
98
|
|
|
97
99
|
### Example Dropdowns
|
|
98
100
|
|
|
99
101
|
**Sorted Order:**
|
|
100
102
|
1. All Categories
|
|
101
|
-
2.
|
|
102
|
-
3.
|
|
103
|
-
4.
|
|
104
|
-
5.
|
|
105
|
-
6. AI/ML (79)
|
|
106
|
-
7. ... more categories ...
|
|
107
|
-
8. Uncategorized (126) ← at the end
|
|
103
|
+
2. Highest-count generated category
|
|
104
|
+
3. Next generated category
|
|
105
|
+
4. ... more generated categories ...
|
|
106
|
+
5. Uncategorized, if present, at the end
|
|
108
107
|
|
|
109
108
|
## For Skill Creators
|
|
110
109
|
|
|
@@ -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,
|
|
15
|
+
- It includes 1,689+ 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.
|
|
@@ -103,11 +103,11 @@ No. The public site is a static GitHub Pages deploy.
|
|
|
103
103
|
|
|
104
104
|
We classify skills so you know what you're running. These values map directly to the `risk:` field in every `SKILL.md` frontmatter:
|
|
105
105
|
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
106
|
+
- ⚪ **`unknown`**: Legacy or unclassified content. Review the skill manually before use.
|
|
107
|
+
- 🟢 **`none`**: Pure reference or planning content — no shell commands, no mutations, no network access.
|
|
108
|
+
- 🔵 **`safe`**: Non-destructive guidance such as read-only commands, planning, code review, and analysis.
|
|
109
|
+
- 🟠 **`critical`**: Skills that modify files, drop data, use network scanners, or perform destructive actions. **Use with caution.**
|
|
110
|
+
- 🔴 **`offensive`**: Security-focused offensive techniques (pentesting, exploitation). **Authorized use only** — always confirm the target is in scope.
|
|
111
111
|
|
|
112
112
|
### Can these skills hack my computer?
|
|
113
113
|
|
|
@@ -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,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,689+ 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
|
|
@@ -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,
|
|
21
|
+
- **Domain expertise** across 1,689+ 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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Local Skills Configuration
|
|
1
|
+
# Local Skills Configuration Snapshot
|
|
2
2
|
|
|
3
|
-
> **
|
|
4
|
-
> **
|
|
3
|
+
> **Historical snapshot**: This page preserves an older 35-skill local configuration recommendation from 2026-01-16. It is not the current repository catalog.
|
|
4
|
+
> **Current catalog**: Use [`../../skills_index.json`](../../skills_index.json), [`../../CATALOG.md`](../../CATALOG.md), or the installer filters in the README for the active 1,684+ skill library.
|
|
5
5
|
|
|
6
6
|
## 📊 Recommended High-Priority Skills (35)
|
|
7
7
|
|
|
@@ -67,17 +67,17 @@ Skills actively used for your specific projects:
|
|
|
67
67
|
|
|
68
68
|
---
|
|
69
69
|
|
|
70
|
-
## 🗂️
|
|
70
|
+
## 🗂️ Snapshot Structure
|
|
71
71
|
|
|
72
72
|
```
|
|
73
|
-
|
|
74
|
-
├── [96 active skills
|
|
75
|
-
└── [4 symlinks
|
|
73
|
+
local snapshot/
|
|
74
|
+
├── [96 active skills in this snapshot]
|
|
75
|
+
└── [4 symlinks in this snapshot]
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
-
## 📚 Other
|
|
80
|
+
## 📚 Other Snapshot Skills (61)
|
|
81
81
|
|
|
82
82
|
All other skills in the repository are available for use as needed. Some notable categories:
|
|
83
83
|
|
|
@@ -140,13 +140,13 @@ Miscellaneous:
|
|
|
140
140
|
## 🎯 Benefits of This Recommendation
|
|
141
141
|
|
|
142
142
|
✅ **Focused Guidance** - 35 high-priority skills for common workflows
|
|
143
|
-
✅ **
|
|
143
|
+
✅ **Snapshot Availability** - All 96 skills from this older local set were accessible when needed
|
|
144
144
|
✅ **Balanced Coverage** - Core dev + AI/automation + frontend excellence
|
|
145
145
|
✅ **Easy Discovery** - Categorized list of all other available skills
|
|
146
146
|
|
|
147
147
|
---
|
|
148
148
|
|
|
149
|
-
**
|
|
149
|
+
**Snapshot Date**: 2026-01-16
|
|
150
150
|
**Recommended Skills**: 35 high-priority
|
|
151
|
-
**Total
|
|
151
|
+
**Snapshot Total**: 96 skills + 4 symlinks = 100 total
|
|
152
152
|
**Recent Additions to Recommendations**: `senior-fullstack`, `concise-planning`, `address-github-comments`, `javascript-mastery`, `workflow-automation`, `llm-app-patterns`, `autonomous-agent-patterns`, `prompt-library`
|
|
@@ -17,9 +17,9 @@ That makes specialized plugins the better default product shape. A root plugin c
|
|
|
17
17
|
|
|
18
18
|
## Selection Method
|
|
19
19
|
|
|
20
|
-
This pass evaluated the
|
|
20
|
+
This snapshot pass evaluated the then-current local catalog. For current catalog checks, use the canonical root `skills_index.json` and treat `data/skills_index.json` only as the compatibility mirror:
|
|
21
21
|
|
|
22
|
-
- Total skills evaluated: 1,678.
|
|
22
|
+
- Total skills evaluated in this snapshot: 1,678.
|
|
23
23
|
- Broadest categories: development, cloud, AI/ML, security, business, workflow, content, marketing, automation, and web development.
|
|
24
24
|
- Existing editorial bundles are all small and mostly plugin-compatible, which makes them a good starting point.
|
|
25
25
|
- The stronger opportunity is to turn the best bundles into first-class product plugins with sharper names, richer descriptions, and optional app/MCP extensions.
|
|
@@ -71,7 +71,7 @@ These are promising and should be hardened after Tier 1.
|
|
|
71
71
|
3. Rename or reframe bundle plugins as product plugins where the job is clear.
|
|
72
72
|
4. Add richer `interface` metadata to the strongest plugin manifests: display name, short description, brand color, and default prompt.
|
|
73
73
|
5. Add per-plugin quality gates:
|
|
74
|
-
|
|
74
|
+
- every skill exists in canonical `skills_index.json`;
|
|
75
75
|
- every skill is Codex-supported before Codex publication;
|
|
76
76
|
- every skill is Claude-supported before Claude publication;
|
|
77
77
|
- every plugin has a 5-10 skill target range unless it has a concrete reason to be larger;
|