opencode-skills-collection 3.0.24 → 3.0.25
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 +2 -1
- package/bundled-skills/007/scripts/scanners/dependency_scanner.py +1 -1
- package/bundled-skills/andrej-karpathy/SKILL.md +71 -1121
- package/bundled-skills/apify-actor-development/SKILL.md +2 -4
- package/bundled-skills/audit-skills/SKILL.md +1 -3
- package/bundled-skills/bun-development/SKILL.md +8 -5
- package/bundled-skills/claude-code-expert/SKILL.md +1 -3
- package/bundled-skills/cloud-penetration-testing/SKILL.md +3 -3
- package/bundled-skills/comfyui-gateway/references/integration.md +2 -2
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +2 -2
- package/bundled-skills/docs/maintainers/full-repo-audit-2026-05-23.md +289 -0
- package/bundled-skills/docs/maintainers/merge-batch.md +2 -2
- 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/users/agent-overload-recovery.md +2 -2
- 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 +2 -2
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +3 -3
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +6 -6
- package/bundled-skills/docs/users/visual-guide.md +6 -6
- package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/README.vi.md +6 -6
- package/bundled-skills/docs/vietnamese/SECURITY.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +8 -8
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +1 -1
- package/bundled-skills/environment-setup-guide/SKILL.md +6 -4
- package/bundled-skills/evolution/SKILL.md +3 -3
- package/bundled-skills/gitops-workflow/SKILL.md +6 -3
- package/bundled-skills/junta-leiloeiros/references/juntas_urls.md +1 -1
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucema.py +3 -3
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucesp.py +2 -2
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucisrs.py +7 -7
- package/bundled-skills/k8s-manifest-generator/resources/implementation-playbook.md +1 -3
- package/bundled-skills/linkerd-patterns/SKILL.md +6 -3
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +22 -22
- package/bundled-skills/openclaw-github-repo-commander/SKILL.md +4 -3
- package/bundled-skills/openclaw-github-repo-commander/scripts/repo-audit.sh +85 -0
- package/bundled-skills/pdf-conversion-router/SKILL.md +403 -0
- package/bundled-skills/remotion-best-practices/rules/charts.md +1 -1
- package/bundled-skills/security/aws-iam-best-practices/SKILL.md +1 -1
- package/bundled-skills/subagent-orchestrator/README.md +2 -2
- package/bundled-skills/subagent-orchestrator/scripts/install.js +4 -4
- package/bundled-skills/telegram/SKILL.md +14 -11
- package/bundled-skills/telegram/assets/boilerplate/nodejs/package.json +1 -2
- package/bundled-skills/telegram/assets/boilerplate/nodejs/src/bot-client.ts +24 -21
- package/bundled-skills/telegram/assets/boilerplate/nodejs/src/handlers.ts +34 -40
- package/bundled-skills/telegram/references/webhook-setup.md +16 -12
- package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +4 -2
- package/bundled-skills/varlock/SKILL.md +6 -4
- package/bundled-skills/whatsapp-cloud-api/assets/boilerplate/nodejs/src/webhook-handler.ts +12 -4
- package/package.json +1 -1
- package/skills_index.json +24 -2
|
@@ -5,8 +5,6 @@ risk: unknown
|
|
|
5
5
|
source: community
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- security-allowlist: curl-pipe-bash, irm-pipe-iex -->
|
|
9
|
-
|
|
10
8
|
# Apify Actor Development
|
|
11
9
|
|
|
12
10
|
**Important:** Before you begin, fill in the `generatedBy` property in the meta section of `.actor/actor.json`. Replace it with the tool and model you're currently using, such as "Claude Code with Claude Sonnet 4.5". This helps Apify monitor and improve AGENTS.md for specific AI tools and models.
|
|
@@ -40,8 +38,8 @@ npm install -g apify-cli
|
|
|
40
38
|
# Or (Mac): brew install apify-cli
|
|
41
39
|
```
|
|
42
40
|
|
|
43
|
-
> **Security note:** Do NOT install the CLI by piping remote scripts
|
|
44
|
-
>
|
|
41
|
+
> **Security note:** Do NOT install the CLI by piping remote scripts directly
|
|
42
|
+
> into a shell. Always use a package manager.
|
|
45
43
|
|
|
46
44
|
When the apify CLI is installed, check that it is logged in with:
|
|
47
45
|
|
|
@@ -10,8 +10,6 @@ tags: [security, audit, skills, bundles, cross-platform]
|
|
|
10
10
|
tools: [claude, gemini, gpt, llama, mistral, etc]
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
-
<!-- security-allowlist: curl-pipe-bash -->
|
|
14
|
-
|
|
15
13
|
# Audit Skills (Premium Universal Security)
|
|
16
14
|
|
|
17
15
|
## Overview
|
|
@@ -79,7 +77,7 @@ Analyzes code for platform-specific security issues across Windows, macOS, Linux
|
|
|
79
77
|
#### 8. Obfuscation & Persistence
|
|
80
78
|
- **Encoding**: `Base64`, `Hex`, `XOR` loops, `atob()`.
|
|
81
79
|
- **Persistence**: `reg add` (Run keys), `schtasks`, `crontab`, `launchctl` (macOS), `systemd` units.
|
|
82
|
-
- **
|
|
80
|
+
- **Remote script piping**: network fetch commands that stream directly into a shell or PowerShell evaluator.
|
|
83
81
|
|
|
84
82
|
#### 9. Legitimacy & Scope (Universal)
|
|
85
83
|
- **Registry Alignment**: Cross-reference with `CATALOG.md`.
|
|
@@ -6,8 +6,6 @@ source: community
|
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
<!-- security-allowlist: curl-pipe-bash, irm-pipe-iex -->
|
|
10
|
-
|
|
11
9
|
# ⚡ Bun Development
|
|
12
10
|
|
|
13
11
|
> Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun).
|
|
@@ -30,10 +28,15 @@ Use this skill when:
|
|
|
30
28
|
|
|
31
29
|
```bash
|
|
32
30
|
# macOS / Linux
|
|
33
|
-
|
|
31
|
+
brew install oven-sh/bun/bun
|
|
32
|
+
|
|
33
|
+
# Alternative: download the official installer, inspect it, then execute it
|
|
34
|
+
curl -fsSLo /tmp/bun-install.sh https://bun.sh/install
|
|
35
|
+
sed -n '1,160p' /tmp/bun-install.sh
|
|
36
|
+
bash /tmp/bun-install.sh
|
|
34
37
|
|
|
35
38
|
# Windows
|
|
36
|
-
powershell -
|
|
39
|
+
powershell -NoProfile -Command "Invoke-WebRequest https://bun.sh/install.ps1 -OutFile $env:TEMP\\bun-install.ps1; Get-Content $env:TEMP\\bun-install.ps1 -TotalCount 120; powershell -ExecutionPolicy Bypass -File $env:TEMP\\bun-install.ps1"
|
|
37
40
|
|
|
38
41
|
# Homebrew
|
|
39
42
|
brew tap oven-sh/bun
|
|
@@ -588,7 +591,7 @@ console.log(__filename);
|
|
|
588
591
|
|
|
589
592
|
```bash
|
|
590
593
|
# 1. Install Bun
|
|
591
|
-
|
|
594
|
+
brew install oven-sh/bun/bun
|
|
592
595
|
|
|
593
596
|
# 2. Replace package manager
|
|
594
597
|
rm -rf node_modules package-lock.json
|
|
@@ -18,8 +18,6 @@ tools:
|
|
|
18
18
|
- codex-cli
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
<!-- security-allowlist: curl-pipe-bash -->
|
|
22
|
-
|
|
23
21
|
# CLAUDE CODE EXPERT - Potencia Maxima
|
|
24
22
|
|
|
25
23
|
## Overview
|
|
@@ -350,7 +348,7 @@ Ideal para: experimentos, refatoracoes arriscadas, POCs sem risco ao main.
|
|
|
350
348
|
"deny": [
|
|
351
349
|
"Bash(rm -rf *)",
|
|
352
350
|
"Bash(sudo *)",
|
|
353
|
-
"Bash(curl *
|
|
351
|
+
"Bash(curl *remote-installer*)"
|
|
354
352
|
]
|
|
355
353
|
}
|
|
356
354
|
}
|
|
@@ -9,8 +9,6 @@ date_added: "2026-02-27"
|
|
|
9
9
|
|
|
10
10
|
> AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.
|
|
11
11
|
|
|
12
|
-
<!-- security-allowlist: curl-pipe-bash -->
|
|
13
|
-
|
|
14
12
|
# Cloud Penetration Testing
|
|
15
13
|
|
|
16
14
|
## Purpose
|
|
@@ -31,7 +29,9 @@ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip
|
|
|
31
29
|
unzip awscliv2.zip && sudo ./aws/install
|
|
32
30
|
|
|
33
31
|
# GCP CLI
|
|
34
|
-
curl https://sdk.cloud.google.com
|
|
32
|
+
curl -fsSLo /tmp/google-cloud-sdk-install.sh https://sdk.cloud.google.com
|
|
33
|
+
sed -n '1,160p' /tmp/google-cloud-sdk-install.sh
|
|
34
|
+
bash /tmp/google-cloud-sdk-install.sh
|
|
35
35
|
gcloud init
|
|
36
36
|
|
|
37
37
|
# Additional tools
|
|
@@ -1663,8 +1663,8 @@ DATABASE_URL=postgresql://gateway_user:strong_password@postgres-host:5432/comfyu
|
|
|
1663
1663
|
STORAGE_PROVIDER=s3
|
|
1664
1664
|
S3_ENDPOINT=
|
|
1665
1665
|
S3_BUCKET=my-comfyui-outputs
|
|
1666
|
-
S3_ACCESS_KEY
|
|
1667
|
-
S3_SECRET_KEY
|
|
1666
|
+
S3_ACCESS_KEY=<AWS_ACCESS_KEY_ID>
|
|
1667
|
+
S3_SECRET_KEY=<AWS_SECRET_ACCESS_KEY>
|
|
1668
1668
|
S3_REGION=us-east-1
|
|
1669
1669
|
|
|
1670
1670
|
# Cache
|
|
@@ -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,465+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,465+ 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,465+ 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,465+ skills installed.
|
|
25
25
|
|
|
26
26
|
Manifest contract references:
|
|
27
27
|
|
|
@@ -39,7 +39,7 @@ Manifest contract references:
|
|
|
39
39
|
- `loadSkillBodies(skillsRoot, metas)`;
|
|
40
40
|
- `buildModelMessages({...})`.
|
|
41
41
|
- See also the integration guide:
|
|
42
|
-
- [`docs/integrations/jetski-cortex.md`](
|
|
42
|
+
- [`docs/integrations/jetski-cortex.md`](../jetski-cortex.md)
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
# Full repository audit - 2026-05-23
|
|
2
|
+
|
|
3
|
+
Status: complete
|
|
4
|
+
|
|
5
|
+
This audit tracks the current deep pass over the repository for bugs, inconsistencies, drift, documentation issues, and release/process risks. The working tree was checked from `/Users/nicco/Projects/antigravity-awesome-skills` on `main`.
|
|
6
|
+
|
|
7
|
+
Patch follow-up:
|
|
8
|
+
|
|
9
|
+
- Resolved in follow-up patches: unsafe archive fallback extraction, Telegram Node vulnerable dependency stack, installer symlink target migration, stale web SEO counts/social card, stale web canonical URL docs, malformed WhatsApp HMAC signature handling, Telegram token-in-URL webhook guidance, `.disabled` web asset publishing, Junta TLS bypasses, legacy manifest verification drift, Telegram HTML escaping, Remotion chart typo, nested skill ID collision coverage, Chinese/localized docs staleness, path-aware internal markdown link repair, and deterministic link/glossary validation reports.
|
|
10
|
+
- Still open after these patches: none from this audit report. The legacy strict skill-quality warnings remain tracked as explicit backlog debt behind `tools/config/audit-skills-strict-budget.json`.
|
|
11
|
+
|
|
12
|
+
## Validation evidence
|
|
13
|
+
|
|
14
|
+
Passed:
|
|
15
|
+
|
|
16
|
+
- `npm run validate`
|
|
17
|
+
- `npm run validate:strict`
|
|
18
|
+
- `npm run validate:references`
|
|
19
|
+
- `npm run plugin-compat:check`
|
|
20
|
+
- `npm run check:warning-budget`
|
|
21
|
+
- `npm run audit:skills`
|
|
22
|
+
- `npm run audit:consistency`
|
|
23
|
+
- `npm run audit:maintainer` reported version/count/warning/consistency clean, then exited non-zero because this audit report itself is an untracked changed file
|
|
24
|
+
- `npm run check:stale-claims`
|
|
25
|
+
- `npm run bundles:check`
|
|
26
|
+
- `npm run check:readme-credits`
|
|
27
|
+
- `npm run security:docs`
|
|
28
|
+
- `npm test`
|
|
29
|
+
- `npm run test:local`
|
|
30
|
+
- `npm run pr:preflight`
|
|
31
|
+
- `npm run app:test`
|
|
32
|
+
- `npm run app:test:coverage`
|
|
33
|
+
- `npm run app:build`
|
|
34
|
+
- `cd apps/web-app && npm run lint`
|
|
35
|
+
- `cd apps/web-app && npm run verify:seo`
|
|
36
|
+
- `npm audit --audit-level=high --omit=dev`
|
|
37
|
+
- `npm audit --audit-level=moderate`
|
|
38
|
+
- `cd apps/web-app && npm audit --audit-level=moderate`
|
|
39
|
+
- `cd data && npm audit --audit-level=moderate`
|
|
40
|
+
- `cd skills/loki-mode/examples/todo-app-generated/backend && npm audit --audit-level=moderate`
|
|
41
|
+
- `cd skills/loki-mode/examples/todo-app-generated/frontend && npm audit --audit-level=moderate`
|
|
42
|
+
- `cd skills/loki-mode/examples/todo-app-generated/backend && npm run build`
|
|
43
|
+
- `cd skills/loki-mode/examples/todo-app-generated/frontend && npm run build`
|
|
44
|
+
- Temp-copy `npm run build` for `skills/telegram/assets/boilerplate/nodejs`
|
|
45
|
+
- Temp-copy `npm run build` for `skills/whatsapp-cloud-api/assets/boilerplate/nodejs`
|
|
46
|
+
- Temp-copy `npm audit --audit-level=moderate` for `skills/whatsapp-cloud-api/assets/boilerplate/nodejs`
|
|
47
|
+
- `npm pack --dry-run --json`
|
|
48
|
+
- `bash scripts/validate-links.sh`
|
|
49
|
+
- `python3 -m py_compile` equivalent pass over tracked Python sources, excluding generated mirrors/output
|
|
50
|
+
- `bash -n` pass over tracked shell scripts, excluding generated mirrors/output
|
|
51
|
+
- `node --check` over tracked JavaScript/CommonJS/ESM source files, excluding generated web output and plugin mirrors
|
|
52
|
+
- JSON/JSONL parse over tracked JSON-like files
|
|
53
|
+
- Ruby/Psych YAML parse over `.github/workflows/*.yml`, discussion templates, and issue templates
|
|
54
|
+
- Ruby/Psych YAML parse over all tracked `*.yml` and `*.yaml`
|
|
55
|
+
- Python XML parser over tracked XML/XSD/SVG files
|
|
56
|
+
- `actionlint v1.7.12` run from `/tmp` over `.github/workflows/*.yml`
|
|
57
|
+
- Global frontmatter parse over all tracked `*SKILL.md` files
|
|
58
|
+
- Full-plugin and bundle-plugin file drift checks against canonical `skills/` sources
|
|
59
|
+
- Plugin manifest parse/check over `.codex-plugin/plugin.json` and `.claude-plugin/plugin.json`
|
|
60
|
+
- Canonical `skills_index.json` ID/path duplicate check
|
|
61
|
+
- Targeted typo/refuso scan for common English misspellings across active repo sources, excluding generated output and plugin mirrors
|
|
62
|
+
- Tracked temporary/bytecode artifact scan for `__pycache__`, `*.pyc`, `.DS_Store`, `*.tmp`, `*.bak`, and `*.orig`
|
|
63
|
+
|
|
64
|
+
Observed counts:
|
|
65
|
+
|
|
66
|
+
- Root visible skills: 1465
|
|
67
|
+
- Tracked `*SKILL.md` files: 4559
|
|
68
|
+
- Canonical indexed skills: 1465 files, 0 duplicate index IDs, 0 duplicate index paths
|
|
69
|
+
- Canonical skill frontmatter: 0 duplicate names, 0 missing `risk`/`source`, 229 missing `date_added`
|
|
70
|
+
- Nested indexed skills: 20 entries under second-level category paths such as `skills/game-development/2d-games`, `skills/libreoffice/base`, and `skills/security/aws-iam-best-practices`
|
|
71
|
+
- Root `skills_index.json` and `data/skills_index.json`: equal
|
|
72
|
+
- `audit:skills`: 1465 scanned, 0 errors, 740 warning-only
|
|
73
|
+
- App coverage: 12 test files / 72 tests passed, 89.58% statements, 76.84% branches
|
|
74
|
+
- Web app lint: passed with `--max-warnings 0`
|
|
75
|
+
- Web app SEO verifier: passed, with the manifest coverage caveat noted below
|
|
76
|
+
- Python syntax pass: 1077 files checked, 0 errors
|
|
77
|
+
- Shell syntax pass: 61 scripts checked, 0 errors
|
|
78
|
+
- JavaScript syntax pass: 74 source files checked, 0 errors
|
|
79
|
+
- YAML parse pass: 81 files checked, 0 errors
|
|
80
|
+
- XML/XSD/SVG parse pass: 342 files checked, 0 errors
|
|
81
|
+
- Tracked symlinks: 7 checked, all targets exist
|
|
82
|
+
- Plugin mirror `SKILL.md` files: 3094 matched canonical sources byte-for-byte, 0 drift
|
|
83
|
+
- Global tracked skill frontmatter: 4559 `SKILL.md` files parsed, 0 frontmatter errors, 0 missing frontmatter, 0 missing `name`
|
|
84
|
+
- Disabled source skills: 34 `skills/.disabled/*/SKILL.md` files present and included in the global frontmatter parse
|
|
85
|
+
- Full plugin file drift: 11561 files checked in `plugins/antigravity-awesome-skills*`, 0 missing canonical files, 0 drift
|
|
86
|
+
- Bundle plugin file drift: 950 files checked in `plugins/antigravity-bundle-*`, 0 missing canonical files, 0 drift
|
|
87
|
+
- Plugin manifests: 76 manifests parsed, 0 missing name/version/reference errors
|
|
88
|
+
- Maintainer audit: repository `sickn33/antigravity-awesome-skills`, version `11.5.0`, skills `1,465+`, warning budget `0/135`, consistency clean; tracked working tree clean, but the untracked audit report makes the full gate fail until added/removed
|
|
89
|
+
- Stale-claims checker: no stale claims detected in active docs
|
|
90
|
+
- Editorial bundles: manifest and generated doc are in sync
|
|
91
|
+
- README credits check: no changed skill files detected
|
|
92
|
+
- Telegram and WhatsApp TypeScript boilerplates build successfully in temp copies after `npm install --ignore-scripts`
|
|
93
|
+
- WhatsApp TypeScript boilerplate temp-copy moderate audit: `0 vulnerabilities`
|
|
94
|
+
|
|
95
|
+
Failed / issue-producing checks:
|
|
96
|
+
|
|
97
|
+
- Temp-copy `npm audit --audit-level=moderate` for `skills/telegram/assets/boilerplate/nodejs`: 5 vulnerabilities, including 1 critical (`form-data <2.5.4`) through `node-telegram-bot-api -> @cypress/request-promise -> request`
|
|
98
|
+
- `npm run audit:skills:strict`: 1465 scanned, 0 errors, but 740 warning-only skills / 865 warnings made the strict audit exit non-zero
|
|
99
|
+
- Strict JSON parsing found 5 JSONC-style files with comments: `apps/web-app/tsconfig.json` plus the canonical and mirrored `typescript-expert/references/tsconfig-strict.json` files
|
|
100
|
+
- Targeted typo scan found one confirmed source typo: `skills/remotion-best-practices/rules/charts.md:20`
|
|
101
|
+
|
|
102
|
+
## Findings
|
|
103
|
+
|
|
104
|
+
### High - archive refresh fallback extracts untrusted archives without path validation
|
|
105
|
+
|
|
106
|
+
- File: `apps/web-app/refresh-skills-plugin.js`
|
|
107
|
+
- Lines: `220-261`
|
|
108
|
+
- Evidence: `syncWithArchive()` downloads GitHub tar/zip archives and extracts them with `tar -xzf`, `Expand-Archive`, or `unzip -o` directly into `update_temp`.
|
|
109
|
+
- Risk: an archive containing path traversal entries or malicious symlinks can write outside the intended extraction root before the code checks for `antigravity-awesome-skills-main/skills`.
|
|
110
|
+
- Current tests: `apps/web-app/src/__tests__/refresh-skills-plugin.security.test.js` covers loopback/auth and fast-forward behavior but does not cover archive extraction safety.
|
|
111
|
+
- Suggested fix: replace shell extraction with a safe extraction helper that rejects absolute paths, `..` segments, unsafe symlinks, and post-extraction realpaths outside `update_temp`; add tar/zip regression tests.
|
|
112
|
+
|
|
113
|
+
### High - Telegram Node boilerplate resolves a vulnerable request stack
|
|
114
|
+
|
|
115
|
+
- File: `skills/telegram/assets/boilerplate/nodejs/package.json`
|
|
116
|
+
- Lines: `11-21`
|
|
117
|
+
- Evidence: a temp-copy install/audit of this package reported 5 vulnerabilities: critical `form-data <2.5.4`, moderate `request`, `qs`, `tough-cookie`, and `uuid`. `npm ls` traces the critical path through `node-telegram-bot-api@0.66.0 -> @cypress/request-promise@5.0.0 -> request@2.88.2 -> form-data@2.3.3`.
|
|
118
|
+
- Risk: users following this boilerplate get a vulnerable dependency graph even though the boilerplate TypeScript itself compiles.
|
|
119
|
+
- Current tests: the root dependency audits do not cover this package because it has no committed lockfile and is not part of the root workspace install.
|
|
120
|
+
- Suggested fix: replace `node-telegram-bot-api` with a maintained Telegram client that does not depend on deprecated `request`, or commit a tested lockfile/override strategy that removes the vulnerable transitive versions.
|
|
121
|
+
|
|
122
|
+
### Medium - full-repo install migration preserves target symlinks
|
|
123
|
+
|
|
124
|
+
- File: `tools/bin/install.js`
|
|
125
|
+
- Lines: `474-493`
|
|
126
|
+
- Evidence: when `target.path/.git` exists and `target.path` itself is a symlink, the migration renames the symlink to a backup and then recreates the same symlink at `target.path`.
|
|
127
|
+
- Risk: this diverges from the non-symlink migration path, where a fresh directory is created. Subsequent writes continue through the symlink target, which is surprising during a "skills-only layout" migration and weaker as a trust boundary.
|
|
128
|
+
- Suggested fix: either reject symlinked full-repo migration targets with a clear error, or materialize a real directory at `target.path` after backing up the symlink.
|
|
129
|
+
|
|
130
|
+
### Medium - prerendered web app SEO count is stale
|
|
131
|
+
|
|
132
|
+
- File: `apps/web-app/scripts/prerender-routes.js`
|
|
133
|
+
- Lines: `12`, `156-159`
|
|
134
|
+
- Evidence: `HOME_CATALOG_COUNT` is `1273` and the generated title is hardcoded to `1,273+`, while the current registry has 1465 skills. The checked `apps/web-app/dist/index.html` contains `1,273+ installable AI skills catalog`.
|
|
135
|
+
- Risk: search/social metadata undersells the catalog and drifts from README/CATALOG counts.
|
|
136
|
+
- Suggested fix: derive the title count from the actual `skills.json` count used by prerendering, or update the constant/title together with generated assets.
|
|
137
|
+
|
|
138
|
+
### Medium - source web metadata and social card are stale before prerendering
|
|
139
|
+
|
|
140
|
+
- Files: `apps/web-app/index.html`, `apps/web-app/public/social-card.svg`
|
|
141
|
+
- Evidence: `index.html` still contains `1,326+` in title, description, Open Graph, and Twitter metadata. `social-card.svg` also displays `1,326+ Agentic Skills` and describes a `1,326 plus` headline.
|
|
142
|
+
- Risk: the built homepage is partially corrected by prerendering, but source metadata, fallback HTML, and social preview assets remain stale and can leak into previews or static hosting paths.
|
|
143
|
+
- Suggested fix: derive counts from the same generated registry source used by the app, or update these assets during the web asset sync step.
|
|
144
|
+
|
|
145
|
+
### Medium - app environment docs name an unused canonical URL variable
|
|
146
|
+
|
|
147
|
+
- File: `apps/web-app/README.md`
|
|
148
|
+
- Line: `59`
|
|
149
|
+
- Evidence: the README documents `VITE_SITE_URL`, but `apps/web-app/scripts/generate-sitemap.js` reads `SEO_SITE_URL || WEBSITE_BASE_URL` and `apps/web-app/scripts/prerender-routes.js` reads `SEO_SITE_URL`.
|
|
150
|
+
- Risk: maintainers testing non-default hosts may set an environment variable that has no effect on sitemap/prerender canonical URLs.
|
|
151
|
+
- Suggested fix: document `SEO_SITE_URL` and optionally `WEBSITE_BASE_URL`; remove or implement `VITE_SITE_URL`.
|
|
152
|
+
|
|
153
|
+
### Medium - WhatsApp webhook HMAC validation throws on malformed signature length
|
|
154
|
+
|
|
155
|
+
- File: `skills/whatsapp-cloud-api/assets/boilerplate/nodejs/src/webhook-handler.ts`
|
|
156
|
+
- Lines: `38-41`
|
|
157
|
+
- Evidence: `crypto.timingSafeEqual(Buffer.from(signature), Buffer.from(expectedSignature))` is called without first checking that the two buffers have the same byte length. A direct Node check with a short signature throws `RangeError: Input buffers must have the same byte length`.
|
|
158
|
+
- Risk: malformed `x-hub-signature-256` headers can turn an invalid webhook request into an exception/500 path instead of a clean `401`, creating avoidable error noise and a small DoS surface.
|
|
159
|
+
- Suggested fix: validate the `sha256=<64 hex chars>` shape before comparison, or compare only after checking equal buffer lengths; return `401` for malformed signatures.
|
|
160
|
+
|
|
161
|
+
### Medium - Telegram webhook URL embeds the bot token
|
|
162
|
+
|
|
163
|
+
- File: `skills/telegram/assets/boilerplate/nodejs/src/bot-client.ts`
|
|
164
|
+
- Lines: `24-45`
|
|
165
|
+
- Evidence: the Express route and registered webhook URL both use `/webhook/${this.token}` while Telegram already supports `secret_token`.
|
|
166
|
+
- Risk: bot tokens placed in URL paths are likely to appear in reverse-proxy logs, request logs, telemetry, browser history, and webhook provider dashboards. The optional secret header loses much of its value if the bearer token itself is the path secret.
|
|
167
|
+
- Suggested fix: use a random non-secret route ID or fixed `/webhook` route plus `x-telegram-bot-api-secret-token`; never include the bot token in URLs.
|
|
168
|
+
|
|
169
|
+
### Medium - strict skill audit is not clean even though standard gates pass
|
|
170
|
+
|
|
171
|
+
Resolved in follow-up patch: `npm run audit:skills:strict` now enforces a versioned warning budget in `tools/config/audit-skills-strict-budget.json`, with explicit limits for total warnings, warning-only skills, and the top strict finding codes. The current legacy baseline is documented and the command fails on errors or warning regressions above that budget.
|
|
172
|
+
|
|
173
|
+
- Command: `npm run audit:skills:strict`
|
|
174
|
+
- Evidence: strict mode scanned 1465 skills and found 0 errors, but still exited non-zero because 740 skills are warning-only with 865 total warnings. Top findings were `risk_suggestion` (1013), `missing_examples` (387), and `skill_too_long` (193).
|
|
175
|
+
- Risk: regular validation and warning-budget gates can look clean while the stricter skill-quality bar is materially unmet.
|
|
176
|
+
- Suggested fix: either wire a consciously scoped subset of strict findings into CI/release gating, or document strict mode as an advisory backlog with explicit thresholds and owners.
|
|
177
|
+
|
|
178
|
+
### Medium - web asset setup publishes disabled skills as static files
|
|
179
|
+
|
|
180
|
+
- File: `tools/scripts/setup_web.js`
|
|
181
|
+
- Lines: `70-80`
|
|
182
|
+
- Evidence: `app:setup` copies the entire `skills/` directory into `apps/web-app/public/skills` without excluding dot directories. Current generated assets contain `apps/web-app/public/skills/.disabled` and `apps/web-app/dist/skills/.disabled`, each around 17 MiB, with 1294 files copied from 34 disabled skill directories. `skills_index.json` correctly excludes `.disabled` and reports 0 disabled entries.
|
|
183
|
+
- Risk: disabled skills are not shown in the catalog but are still shipped as static web assets and can be fetched directly by path, which conflicts with the validator/indexer semantics that hidden/disabled directories are excluded.
|
|
184
|
+
- Suggested fix: make `copyFolderSync()` skip dot-prefixed directories, or explicitly skip `.disabled` when copying web assets; add a web setup test that asserts `public/skills/.disabled` is absent after `app:setup`.
|
|
185
|
+
|
|
186
|
+
### Low - Junta scrapers bypass the shared TLS verification switch
|
|
187
|
+
|
|
188
|
+
- Files: `skills/junta-leiloeiros/scripts/scraper/jucisrs.py`, `skills/junta-leiloeiros/scripts/scraper/jucesp.py`, `skills/junta-leiloeiros/scripts/scraper/jucema.py`
|
|
189
|
+
- Lines: `jucisrs.py:178-182`, `jucisrs.py:223-229`, `jucisrs.py:245-257`, `jucesp.py:115-121`, `jucema.py:161-169`
|
|
190
|
+
- Evidence: `base_scraper.py` provides `should_verify_tls()` and tests assert TLS verification is enabled by default, but these state-specific scrapers instantiate `httpx.AsyncClient(verify=False)` or Playwright with `ignore_https_errors=True` directly.
|
|
191
|
+
- Risk: the test suite proves the shared base helper default, but not the actual transport behavior of these scraper implementations; network interception can still tamper with scraper input by default.
|
|
192
|
+
- Suggested fix: replace direct `verify=False` / `ignore_https_errors=True` with `should_verify_tls()` in state-specific scrapers, and extend `test_junta_tls_security.py` to scan or monkeypatch concrete scraper clients.
|
|
193
|
+
|
|
194
|
+
### Low - nested skill IDs lose their category namespace in generated routes
|
|
195
|
+
|
|
196
|
+
- Files: `tools/scripts/generate_index.py`, `apps/web-app/src/pages/SkillDetail.tsx`, `apps/web-app/src/components/SkillCard.tsx`
|
|
197
|
+
- Lines: `generate_index.py:879-887`, `SkillDetail.tsx:61-79`, `SkillCard.tsx:16`
|
|
198
|
+
- Evidence: `generate_index.py` sets each skill `id` to `os.path.basename(root)` while keeping the full nested path separately. The current index has 20 nested skills, including `base => skills/libreoffice/base`, `templates => skills/app-builder/templates`, and `2d-games => skills/game-development/2d-games`. The web app routes to `/skill/${skill.id}` and resolves detail pages with `skills.find(s => s.id === id)`.
|
|
199
|
+
- Risk: there are currently 0 duplicate IDs, so this is not breaking today. A future top-level `base`, another nested `base`, or similarly generic nested name would create an ambiguous route/star/canonical-ID collision because the public ID omits the category namespace.
|
|
200
|
+
- Suggested fix: either generate route-safe IDs from the relative path for nested skills, or add a uniqueness test that fails when any future nested basename collides with another indexed skill.
|
|
201
|
+
|
|
202
|
+
### Low - SEO verifier checks a legacy manifest filename, not the linked manifest
|
|
203
|
+
|
|
204
|
+
- Files: `apps/web-app/index.html`, `apps/web-app/scripts/verify-seo-assets.js`, `.github/workflows/pages.yml`
|
|
205
|
+
- Evidence: `index.html` links `%BASE_URL%site.webmanifest`, while `verify-seo-assets.js` and the Pages workflow check `dist/manifest.webmanifest`. Both files currently exist, so the gate passes, but it does not prove the linked manifest is present.
|
|
206
|
+
- Risk: a future build could break `site.webmanifest` while the verifier still passes because `manifest.webmanifest` remains.
|
|
207
|
+
- Suggested fix: make the verifier and Pages workflow check `site.webmanifest`, or explicitly verify every manifest referenced by `index.html`.
|
|
208
|
+
|
|
209
|
+
### Low - Telegram HTML messages interpolate display names without escaping
|
|
210
|
+
|
|
211
|
+
- File: `skills/telegram/assets/boilerplate/nodejs/src/handlers.ts`
|
|
212
|
+
- Lines: `8-14`, `31-37`
|
|
213
|
+
- Evidence: `/start` injects `msg.from?.first_name` into a message sent with `parse_mode: 'HTML'`; `/about` does the same with bot profile fields.
|
|
214
|
+
- Risk: Telegram display names containing `<`, `>`, or `&` can break formatting, cause send failures, or create unintended markup in generated bot replies.
|
|
215
|
+
- Suggested fix: HTML-escape interpolated values whenever `parse_mode: 'HTML'` is used, or switch these messages to plain text/Markdown with appropriate escaping.
|
|
216
|
+
|
|
217
|
+
### Low - Chinese documentation is release/count stale
|
|
218
|
+
|
|
219
|
+
- Files: `docs_zh-CN/README.md`, `docs_zh-CN/users/getting-started.md`, `docs_zh-CN/final-validation-report.md`
|
|
220
|
+
- Evidence: English docs and package metadata are at `11.5.0` / `1465`, while `docs_zh-CN/README.md` is synced to `10.7.0` / `1436`, contains an internal mention of version `8.10.0`, and `docs_zh-CN/users/getting-started.md` still says `V10.7.0`. `docs_zh-CN/final-validation-report.md` is also for `V8.10.0`.
|
|
221
|
+
- Risk: localized entry points give outdated release and catalog information.
|
|
222
|
+
- Suggested fix: either refresh translated docs after canonical English updates or mark old translation reports as historical snapshots so they are not read as current documentation.
|
|
223
|
+
|
|
224
|
+
### Low - internal markdown links are broken in integration and localized docs
|
|
225
|
+
|
|
226
|
+
- Files: `docs/integrations/jetski-gemini-loader/README.md`, `docs_zh-CN/README.md`, `docs/vietnamese/*.vi.md`, `docs_zh-CN/integrations/jetski-gemini-loader/README.md`
|
|
227
|
+
- Evidence: a relative-path-aware local scan over `README.md`, `docs/`, and `docs_zh-CN/` found 105 broken internal links. Confirmed examples:
|
|
228
|
+
- `docs/integrations/jetski-gemini-loader/README.md` links to `../../docs/integrations/jetski-cortex.md`, which resolves to nonexistent `docs/docs/integrations/jetski-cortex.md`; the real target is `docs/integrations/jetski-cortex.md`.
|
|
229
|
+
- `docs_zh-CN/README.md` links to paths such as `docs/users/bundles.md`, which resolve under `docs_zh-CN/docs/...` instead of the repo root.
|
|
230
|
+
- Risk: GitHub users following localized or integration docs hit dead links even though the current `validate:references` gate passes.
|
|
231
|
+
- Suggested fix: add a path-aware markdown link checker to CI, then repair localized relative paths and the Jetski integration link.
|
|
232
|
+
|
|
233
|
+
### Low - Remotion chart rule has a visible typo
|
|
234
|
+
|
|
235
|
+
- File: `skills/remotion-best-practices/rules/charts.md`
|
|
236
|
+
- Line: `20`
|
|
237
|
+
- Evidence: the sentence reads `See Bar Chart Example for a basic example implmentation.`
|
|
238
|
+
- Risk: low editorial quality issue in a user-facing skill rule.
|
|
239
|
+
- Suggested fix: change `implmentation` to `implementation`.
|
|
240
|
+
|
|
241
|
+
### Low - link validation script writes a stale, machine-specific translated report
|
|
242
|
+
|
|
243
|
+
- Files: `scripts/validate-links.sh`, `docs_zh-CN/link-validation-report.txt`
|
|
244
|
+
- Evidence: `scripts/validate-links.sh` writes `docs_zh-CN/link-validation-report.txt` with a timestamp and absolute local paths. The script labels this as a translated report but scans `docs/`, not `docs_zh-CN/`, and resolves internal links by basename only. The script itself notes that links such as `../../CATALOG.md` can be false positives.
|
|
245
|
+
- Risk: rerunning the script creates non-portable tracked drift and produces a report that can mix real broken links with known false positives.
|
|
246
|
+
- Suggested fix: either make the report deterministic and unambiguous, or stop tracking it. Resolve links relative to each source file and run separate checks for canonical docs and translated docs.
|
|
247
|
+
|
|
248
|
+
### Low - deliberate pipe-to-shell examples remain allowlisted
|
|
249
|
+
|
|
250
|
+
Resolved in follow-up patch: executable `curl|bash`, `curl|sh`, and `irm|iex` install examples in canonical skill sources were replaced with package-manager or download-inspect-execute flows, and obsolete pipe-to-shell allowlists were removed. The remaining `security-allowlist` comments cover non-pipe rule families or sandbox notes.
|
|
251
|
+
|
|
252
|
+
- Files include `skills/bun-development/SKILL.md`, `skills/linkerd-patterns/SKILL.md`, `skills/cloud-penetration-testing/SKILL.md`, `skills/varlock/SKILL.md`, `skills/evolution/SKILL.md`, and plugin mirrors.
|
|
253
|
+
- Evidence: `npm run security:docs` passes because these examples are allowlisted, but the repo still contains executable `curl|bash`, `curl|sh`, and `irm|iex` examples.
|
|
254
|
+
- Risk: this is accepted by current policy, but remains risky guidance for automated agents.
|
|
255
|
+
- Suggested fix: where practical, replace executable pipe-to-shell examples with package-manager or checksum-verified alternatives; keep allowlists only where no safe practical alternative exists.
|
|
256
|
+
|
|
257
|
+
### Low - documentation examples use realistic-looking secret placeholders
|
|
258
|
+
|
|
259
|
+
Resolved in follow-up patch: canonical examples now use `<AWS_ACCESS_KEY_ID>`, `<AWS_SECRET_ACCESS_KEY>`, and `<BASE64_PRIVATE_KEY>`, and `npm run security:docs` blocks those realistic placeholder patterns from returning.
|
|
260
|
+
|
|
261
|
+
- Files include `skills/comfyui-gateway/references/integration.md`, `skills/security/aws-iam-best-practices/SKILL.md`, `skills/k8s-manifest-generator/resources/implementation-playbook.md`, and plugin mirrors.
|
|
262
|
+
- Evidence: secret-pattern scanning found `AKIAIOSFODNN7EXAMPLE`, `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`, and `-----BEGIN PRIVATE KEY-----` examples. These are not confirmed live secrets: the AWS values are standard examples and the private key block is an ellipsis placeholder.
|
|
263
|
+
- Risk: realistic secret-looking examples can create noisy secret-scan alerts and make it harder to distinguish documentation placeholders from real leaks.
|
|
264
|
+
- Suggested fix: replace realistic credential examples with unmistakable placeholders such as `<AWS_ACCESS_KEY_ID>`, `<AWS_SECRET_ACCESS_KEY>`, and `<BASE64_PRIVATE_KEY>`.
|
|
265
|
+
|
|
266
|
+
## Non-findings / bounded checks
|
|
267
|
+
|
|
268
|
+
- The apparent `--- ` frontmatter prefix in eight skills is accepted by the repo parser (`^---\s*\n`) and those skills are indexed, so this is not currently a validator bug.
|
|
269
|
+
- Duplicate names under `skills/.disabled` are intentionally skipped by validator/index generation.
|
|
270
|
+
- Root npm production audit reported `0 vulnerabilities`.
|
|
271
|
+
- Root, web app, and data package moderate audits reported `0 vulnerabilities`.
|
|
272
|
+
- Loki todo-app frontend and backend moderate audits reported `0 vulnerabilities`.
|
|
273
|
+
- Loki todo-app frontend and backend builds completed successfully.
|
|
274
|
+
- Telegram and WhatsApp Node boilerplates compile successfully when installed in temp copies.
|
|
275
|
+
- WhatsApp Node boilerplate moderate audit reported `0 vulnerabilities` in a temp copy.
|
|
276
|
+
- Python syntax checking found 0 errors across 1077 source files.
|
|
277
|
+
- Shell syntax checking found 0 errors across 61 shell scripts.
|
|
278
|
+
- JavaScript syntax checking found 0 errors across 74 source files.
|
|
279
|
+
- YAML and XML-family parse checks found 0 syntax errors in tracked files.
|
|
280
|
+
- The 7 tracked symlinks all resolve to in-repo targets.
|
|
281
|
+
- The strict JSON parse failures are JSONC/commented config files rather than malformed runtime JSON; TypeScript accepts `tsconfig.json` comments, and the commented `tsconfig-strict.json` is a reference artifact mirrored byte-for-byte.
|
|
282
|
+
- Plugin mirror skill files are byte-for-byte synchronized with canonical `skills/` sources: 3094 matched, 0 drift.
|
|
283
|
+
- Full-library plugin skill counts differ from the root visible catalog intentionally: the Codex plugin advertises `1,429 plugin-safe skills`, and omitted root skills are compatibility-filtered rather than missing files.
|
|
284
|
+
- Duplicate `name` values across all tracked `SKILL.md` files are expected because canonical skills are copied into full plugins and bundle plugins; canonical-vs-plugin byte checks found no content drift.
|
|
285
|
+
- All 76 plugin manifests parsed with required identity/version fields present.
|
|
286
|
+
- `npm run audit:maintainer` did not reveal a repo health issue beyond the intentional untracked audit report; `git status --porcelain --untracked-files=no` was clean.
|
|
287
|
+
- `npm pack --dry-run --json` produced the expected installer-only package contents: `LICENSE`, `README.md`, `package.json`, `tools/bin/install.js`, and `tools/lib/*`.
|
|
288
|
+
- No tracked temporary/bytecode/macOS artifact files were found for `__pycache__`, `*.pyc`, `*.pyo`, `.DS_Store`, `*.tmp`, `*.bak`, or `*.orig`.
|
|
289
|
+
- The targeted common-typo scan produced two `Teh` matches that are a person's surname in the Geoffrey Hinton skill, not typos.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
7
|
- Start from a clean `main`.
|
|
8
|
-
- Make sure [`.github/MAINTENANCE.md`](
|
|
8
|
+
- Make sure [`.github/MAINTENANCE.md`](../../.github/MAINTENANCE.md) is the governing policy.
|
|
9
9
|
- Have `gh` authenticated with maintainer permissions.
|
|
10
10
|
- Use this only for PRs that are already expected to merge; conflicting PRs still need the manual conflict playbook.
|
|
11
11
|
|
|
@@ -52,4 +52,4 @@ Stop and switch to the manual playbook when:
|
|
|
52
52
|
- the PR needs a manual README credits decision
|
|
53
53
|
- fork approval or branch permissions are missing
|
|
54
54
|
|
|
55
|
-
In those cases, follow [Merging Pull Requests](
|
|
55
|
+
In those cases, follow [Merging Pull Requests](merging-prs.md) and the relevant sections in [MAINTENANCE.md](../../.github/MAINTENANCE.md).
|
|
@@ -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,465+ 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,465+ 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,465+ 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,465+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -26,9 +26,9 @@ Examples:
|
|
|
26
26
|
|
|
27
27
|
What the script does:
|
|
28
28
|
|
|
29
|
-
- syncs the repository `skills/` tree into `~/.
|
|
29
|
+
- syncs the repository `skills/` tree into `~/.agents/skills_library`
|
|
30
30
|
- preserves your full library in the backing store
|
|
31
|
-
- activates only the requested bundles or skill ids into `~/.
|
|
31
|
+
- activates only the requested bundles or skill ids into `~/.agents/skills`
|
|
32
32
|
- `--clear` archives the current live directory first, then restores the selected set
|
|
33
33
|
|
|
34
34
|
Optional environment overrides:
|
|
@@ -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,465+ 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.
|
|
@@ -123,7 +123,7 @@ _Always check the Risk label and review the code._
|
|
|
123
123
|
It depends on how you install:
|
|
124
124
|
|
|
125
125
|
- **Using the installer CLI (`npx antigravity-awesome-skills`)**:
|
|
126
|
-
The default install target is `~/.
|
|
126
|
+
The default install target is `~/.agents/skills/` for Antigravity's global library.
|
|
127
127
|
- **Using a tool-specific flag**:
|
|
128
128
|
Use `--claude`, `--cursor`, `--gemini`, `--codex`, `--kiro`, or `--antigravity` to target the matching tool path automatically.
|
|
129
129
|
- **Using a manual clone or custom workspace path**:
|
|
@@ -230,7 +230,7 @@ If Antigravity becomes unstable only when the full skills library is active, swi
|
|
|
230
230
|
|
|
231
231
|
- [agent-overload-recovery.md](agent-overload-recovery.md)
|
|
232
232
|
|
|
233
|
-
That guide shows how to run `scripts/activate-skills.sh` from a cloned copy of this repository so only the bundles or skill ids you need stay active in `~/.
|
|
233
|
+
That guide shows how to run `scripts/activate-skills.sh` from a cloned copy of this repository so only the bundles or skill ids you need stay active in `~/.agents/skills`.
|
|
234
234
|
|
|
235
235
|
### I use OpenCode with `.agents/skills`. Should I install the whole library?
|
|
236
236
|
|
|
@@ -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,465+ 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 (V11.
|
|
1
|
+
# Getting Started with Antigravity Awesome Skills (V11.6.0)
|
|
2
2
|
|
|
3
3
|
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
|
4
4
|
|
|
@@ -32,7 +32,7 @@ If you prefer a marketplace-style install for **Claude Code** or **Codex**, use
|
|
|
32
32
|
npx antigravity-awesome-skills
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
This clones to `~/.
|
|
35
|
+
This clones to `~/.agents/skills` by default. Use `--cursor`, `--claude`, `--gemini`, `--codex`, or `--kiro` to install for a specific tool, or `--path <dir>` for a custom location. Run `npx antigravity-awesome-skills --help` for details.
|
|
36
36
|
The installer uses a shallow clone by default so you get the current library without paying for the full git history on first install.
|
|
37
37
|
|
|
38
38
|
If you see a 404 error, use: `npx github:sickn33/antigravity-awesome-skills`
|
|
@@ -105,7 +105,7 @@ Once installed, just talk to your AI naturally.
|
|
|
105
105
|
| **Codex CLI** | ✅ Full Support | `.codex/skills/` or use the repo-local plugin metadata described in [plugins.md](plugins.md) |
|
|
106
106
|
| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
107
107
|
| **Kiro IDE** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
108
|
-
| **Antigravity** | ✅ Native | Global: `~/.
|
|
108
|
+
| **Antigravity** | ✅ Native | Global: `~/.agents/skills/` · Workspace: `.agent/skills/` |
|
|
109
109
|
| **Cursor** | ✅ Native | `.cursor/skills/` |
|
|
110
110
|
| **OpenCode** | ✅ Full Support | `.agents/skills/` (prefer reduced installs with `--risk`, `--category`, or `--tags`) |
|
|
111
111
|
| **AdaL CLI** | ✅ Full Support | `.adal/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,465+ 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
|