opencode-skills-collection 4.0.4 → 4.0.6
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 +5 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +151 -0
- package/bundled-skills/create-pr/SKILL.md +4 -4
- package/bundled-skills/docs/README.md +1 -0
- package/bundled-skills/docs/contributors/quality-bar.md +1 -2
- package/bundled-skills/docs/integrations/jetski-cortex.md +5 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -1
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-preview-profile.md +63 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +304 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +171 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +104 -0
- package/bundled-skills/docs/maintainers/audit.md +3 -8
- package/bundled-skills/docs/maintainers/legacy-redirect-bridge.md +46 -0
- package/bundled-skills/docs/maintainers/merge-batch.md +3 -7
- package/bundled-skills/docs/maintainers/merging-prs.md +1 -1
- package/bundled-skills/docs/maintainers/pr-autonomy.md +2 -3
- package/bundled-skills/docs/maintainers/release-process.md +12 -5
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +16 -14
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +182 -0
- package/bundled-skills/docs/users/agentic-awesome-skills-vs-awesome-claude-skills.md +10 -9
- package/bundled-skills/docs/users/ai-agent-skills.md +22 -19
- package/bundled-skills/docs/users/best-claude-code-skills-github.md +8 -8
- package/bundled-skills/docs/users/best-cursor-skills-github.md +5 -5
- package/bundled-skills/docs/users/bundles.md +3 -1
- package/bundled-skills/docs/users/claude-code-skills.md +23 -7
- package/bundled-skills/docs/users/codex-cli-skills.md +30 -13
- package/bundled-skills/docs/users/discovery-manifest.md +6 -3
- package/bundled-skills/docs/users/faq.md +37 -10
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +24 -10
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/plugins.md +15 -3
- package/bundled-skills/docs/users/skills-vs-mcp-tools.md +68 -49
- package/bundled-skills/docs/users/usage.md +50 -25
- package/bundled-skills/docs/users/visual-guide.md +28 -22
- package/bundled-skills/docs/vietnamese/AAS_CORE.vi.md +28 -0
- package/bundled-skills/docs/vietnamese/README.vi.md +10 -6
- package/bundled-skills/game-development/2d-games/SKILL.md +22 -19
- package/bundled-skills/game-development/SKILL.md +27 -35
- package/bundled-skills/game-development/engine-selection/SKILL.md +115 -0
- package/bundled-skills/game-development/web-games/SKILL.md +47 -45
- package/bundled-skills/git-advanced-workflows/SKILL.md +1 -11
- package/bundled-skills/git-pushing/SKILL.md +4 -4
- package/bundled-skills/markstream-install/SKILL.md +187 -0
- package/bundled-skills/markstream-install/references/scenarios.md +48 -0
- package/bundled-skills/modellix/SKILL.md +80 -0
- package/bundled-skills/pptx-deck-creation/SKILL.md +15 -7
- package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +7 -3
- package/bundled-skills/pptx-deck-creation/references/ooxml-parsing.md +58 -0
- package/bundled-skills/pptx-deck-creation/references/{python-snippets.md → reference-deck-analysis-patterns.md} +1 -1
- package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +30 -8
- package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +23 -13
- package/bundled-skills/pr-writer/SKILL.md +2 -2
- package/bundled-skills/repo-maintainer/SKILL.md +4 -2
- package/bundled-skills/tools-page-seo-optimizer/SKILL.md +6 -6
- package/package.json +1 -1
- package/skills_index.json +121 -7
- package/bundled-skills/docs/contributors/skill-scoring.md +0 -235
|
@@ -39,11 +39,8 @@ This document summarizes the repository coherence audit performed after the `app
|
|
|
39
39
|
- missing examples and missing limitations sections,
|
|
40
40
|
- overly long `SKILL.md` files that should probably be split into `references/`,
|
|
41
41
|
- plus the existing structural/safety checks (frontmatter, risk, `When to Use`, offensive disclaimer, dangling links).
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
- The sync now covers explicit high-confidence `safe`, `critical`, `offensive`, and `none` patterns. When a skill is promoted to `offensive`, the sync also inserts the canonical `AUTHORIZED USE ONLY` notice so the label and content guardrail stay aligned.
|
|
45
|
-
- The intended maintainer loop is: `audit:skills` to inspect `suggested_risk`, `sync:risk-labels` for the safe automated subset, then manual review for the ambiguous tail that should not be batch-classified.
|
|
46
|
-
- Use `npm run audit:skills` for the maintainer view and `npm run audit:skills -- --json-out ... --markdown-out ...` when you want artifacts for triage or cleanup tracking.
|
|
42
|
+
- Risk inference from isolated words was removed because it produced widespread false positives. The audit validates declared metadata; ambiguous labels require semantic review.
|
|
43
|
+
- Use `npm run audit:skills` for the maintainer view and `npm run audit:skills -- --json-out ... --markdown-out ...` when you want objective structural artifacts for triage or cleanup tracking.
|
|
47
44
|
|
|
48
45
|
### 3. Cross references
|
|
49
46
|
|
|
@@ -79,8 +76,6 @@ This document summarizes the repository coherence audit performed after the `app
|
|
|
79
76
|
npm run validate # skill validation (soft)
|
|
80
77
|
npm run validate:strict # hardening / diagnostic pass
|
|
81
78
|
npm run audit:skills # full skill audit with finding codes and status
|
|
82
|
-
npm run sync:risk-labels # conservative sync for high-confidence legacy risk labels
|
|
83
|
-
npm run sync:risk-labels -- --dry-run # preview legacy risk rewrites before touching files
|
|
84
79
|
npm run validate:references # workflow, bundle, and docs/users/bundles.md references
|
|
85
80
|
npm run security:docs # documentation command-risk scan (required for security-sensitive guidance)
|
|
86
81
|
npm run build # chain + catalog
|
|
@@ -90,5 +85,5 @@ npm test # suite test
|
|
|
90
85
|
## Open issues / follow-up
|
|
91
86
|
|
|
92
87
|
- Gradual cleanup of legacy skills so `npm run validate:strict` can become a hard CI gate in the future.
|
|
93
|
-
- Continue reducing the remaining `risk: unknown` tail
|
|
88
|
+
- Continue reducing the remaining `risk: unknown` tail through semantic maintainer review.
|
|
94
89
|
- Keep translated docs aligned in a separate pass after the canonical English docs are stable.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Legacy Redirect Bridge
|
|
2
|
+
|
|
3
|
+
The compatibility site at `https://sickn33.github.io/antigravity-awesome-skills/` is published from the separate `sickn33/sickn33.github.io` repository. It preserves old indexed URLs while the canonical site lives at `https://sickn33.github.io/agentic-awesome-skills/`.
|
|
4
|
+
|
|
5
|
+
## Managed deployment surface
|
|
6
|
+
|
|
7
|
+
Only these paths belong to the redirect generator:
|
|
8
|
+
|
|
9
|
+
- `.nojekyll`
|
|
10
|
+
- `redirect-manifest.json`
|
|
11
|
+
- `antigravity-awesome-skills/**`
|
|
12
|
+
|
|
13
|
+
The target repository's `README.md` and `.github/**` automation are deliberately outside that managed set.
|
|
14
|
+
|
|
15
|
+
Generate a fresh bridge from the current catalog:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm run pages:redirect-bridge -- --output /new/output/directory
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
The generator keeps the curated sitemap route count locked while deriving the skill count from `skills_index.json`. It also preserves the legacy Google verification file and the Bing verification meta tag on the legacy root page.
|
|
22
|
+
|
|
23
|
+
Manifest schema version `3` records source-repository provenance, redirect coverage, and webmaster-verification evidence for automation consumers.
|
|
24
|
+
|
|
25
|
+
Verify a checked-out target repository byte-for-byte:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm run pages:redirect-verify -- --deployment-root /path/to/sickn33.github.io
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Add a bounded live probe after deployment:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm run pages:redirect-verify -- \
|
|
35
|
+
--deployment-root /path/to/sickn33.github.io \
|
|
36
|
+
--live-root https://sickn33.github.io/ \
|
|
37
|
+
--live-mode sample
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Use `--live-mode all` for a complete route-pair audit.
|
|
41
|
+
|
|
42
|
+
## Publication contract
|
|
43
|
+
|
|
44
|
+
The target repository owns the scheduled synchronization workflow. It checks out this repository at `main`, regenerates only the managed deployment surface, opens a fixed-branch PR when drift exists, dispatches the exact-head verifier, and merges only after the protected check succeeds. The same run explicitly requests and verifies the legacy Pages build so automation is not dependent on GitHub events suppressed for `GITHUB_TOKEN`-authored changes.
|
|
45
|
+
|
|
46
|
+
Target `main` must remain protected with strict `legacy-bridge-verify`, administrator enforcement, pull requests required, and force pushes/deletions disabled.
|
|
@@ -30,22 +30,18 @@ Use `--dry-run` to exercise local classification without approving a run or merg
|
|
|
30
30
|
|
|
31
31
|
`merge:batch` will:
|
|
32
32
|
|
|
33
|
-
- refresh the PR body when the Quality Bar checklist is missing
|
|
34
|
-
- record the existing workflow-run generation, then close and reopen the PR if stale metadata needs a fresh `pull_request` event
|
|
35
33
|
- fetch the exact base/head objects and classify the complete raw Git diff
|
|
36
34
|
- recompute changed-skill evidence with evaluator code materialized from the trusted `main` commit
|
|
37
35
|
- reject incomplete evidence coverage, deterministic quality/security/provenance regressions, and base/head drift
|
|
38
|
-
- for external PRs, poll for asynchronously-created fork runs and approve only
|
|
36
|
+
- for external PRs, poll for asynchronously-created fork runs and approve only runs waiting on `action_required` when every path, mode, object, size, and workflow identity is allowlisted
|
|
39
37
|
- for same-repository maintainer PRs, allow repository-wide source changes while still enforcing trusted changed-skill evidence, exact-head review, required checks, branch protection, and immutable PR identity
|
|
40
|
-
- wait
|
|
38
|
+
- wait for the latest required checks bound to the exact head SHA
|
|
41
39
|
- call GitHub's immediate squash-merge endpoint and continue only when it reports `merged: true`
|
|
42
40
|
- pull the protected `main`; its trusted workflow opens a canonical-sync bot PR for generated artifacts and contributor credits when needed
|
|
43
41
|
|
|
44
42
|
## What It Automates
|
|
45
43
|
|
|
46
|
-
-
|
|
47
|
-
- stale PR metadata refresh
|
|
48
|
-
- generation-bound required-check polling for the current PR head
|
|
44
|
+
- exact-head required-check polling
|
|
49
45
|
- handoff of post-merge contributor and artifact drift to the canonical-sync PR lane
|
|
50
46
|
|
|
51
47
|
## What It Does Not Automate
|
|
@@ -21,7 +21,7 @@ Resolve conflicts **on the PR branch** so the PR becomes mergeable, then use "Sq
|
|
|
21
21
|
- `README.md` is mixed ownership: contributor prose edits are allowed, but workflow-managed metadata is canonicalized on `main`.
|
|
22
22
|
- If derived files appear in a PR refresh or merge conflict, prefer **`main`'s side** and remove them from the PR branch instead of hand-maintaining them there.
|
|
23
23
|
- Do not block a PR only because shared generated files would be regenerated differently after other merges. `main` auto-syncs the final state after merge.
|
|
24
|
-
- If a skill PR leaves `risk: unknown`, that is not automatically a blocker.
|
|
24
|
+
- If a skill PR leaves `risk: unknown`, that is not automatically a blocker. Review the actual behavior semantically; do not infer risk from isolated words or rewrite it automatically.
|
|
25
25
|
|
|
26
26
|
### Steps (maintainer resolves conflicts on the contributor’s branch)
|
|
27
27
|
|
|
@@ -41,11 +41,10 @@ Every new or relocated skill and every canonical skill-content change requires m
|
|
|
41
41
|
|
|
42
42
|
## Fork Review States
|
|
43
43
|
|
|
44
|
-
The Skill Review workflow separates
|
|
44
|
+
The Skill Review workflow separates two outcomes:
|
|
45
45
|
|
|
46
46
|
- `review`: a semantic review actually ran using trusted base scripts;
|
|
47
|
-
- `manual-review-required`:
|
|
48
|
-
- `missing-review-credentials`: an internal branch expected semantic-review credentials but none were configured, so the check fails closed.
|
|
47
|
+
- `manual-review-required`: Tessl credentials or quota were unavailable, or Tessl did not produce a passing semantic result, so a maintainer must review and attest to the exact head SHA.
|
|
49
48
|
|
|
50
49
|
A successful `manual-review-required` check means only that the requirement was recorded. It is not a successful semantic review.
|
|
51
50
|
|
|
@@ -47,7 +47,7 @@ Use this as a diagnostic signal. It is useful for spotting legacy quality debt,
|
|
|
47
47
|
- Confirm `README.md` reflects the current version and generated counts.
|
|
48
48
|
- Confirm Credits & Sources, contributors, and support links are still correct.
|
|
49
49
|
- If PR or CI workflow behavior changed during the cycle, confirm maintainer and contributor docs mention the active checks (for example the `skill-review` workflow for `SKILL.md` pull requests).
|
|
50
|
-
- If maintainers
|
|
50
|
+
- If maintainers changed declared risk labels during the cycle, confirm that each change has semantic review evidence rather than lexical inference.
|
|
51
51
|
|
|
52
52
|
5. Prepare the protected release PR:
|
|
53
53
|
|
|
@@ -65,22 +65,29 @@ This command:
|
|
|
65
65
|
- creates and pushes `release/vX.Y.Z`
|
|
66
66
|
- opens a release PR containing the scripted canonical release state
|
|
67
67
|
|
|
68
|
+
Prerelease versions use the same protected flow, for example `15.0.0-rc.1`. They must have their own exact changelog section.
|
|
69
|
+
|
|
68
70
|
6. Merge the release PR through required checks, update local `main`, then publish the GitHub release:
|
|
69
71
|
|
|
70
72
|
```bash
|
|
71
73
|
npm run release:publish -- X.Y.Z
|
|
72
74
|
```
|
|
73
75
|
|
|
74
|
-
This command proves local `main` equals protected `origin/main` and the exact squash commit of the merged `release/vX.Y.Z` PR, checks that no canonical-sync PR or release-state drift remains, creates or reuses the matching local/remote tag safely, and creates the GitHub release object from the matching `CHANGELOG.md` section. It never pushes `main` directly and can be retried after a partial tag/release failure.
|
|
76
|
+
This command proves local `main` equals protected `origin/main` and the exact squash commit of the merged `release/vX.Y.Z` PR, checks that no canonical-sync PR or release-state drift remains, creates or reuses the matching local/remote tag safely, and creates the GitHub release object from the matching `CHANGELOG.md` section. SemVer prereleases are marked as GitHub prereleases. It never pushes `main` directly and can be retried after a partial tag/release failure.
|
|
75
77
|
|
|
76
78
|
7. Publish to npm if needed:
|
|
77
79
|
|
|
78
80
|
```bash
|
|
79
|
-
npm publish
|
|
81
|
+
npm publish --tag latest
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Normally this still happens via the existing GitHub release workflow after the GitHub release is published. The workflow publishes stable versions explicitly to npm's `latest` dist-tag and prerelease versions explicitly to `next`; it fails closed on an invalid version. Verify both tags after a prerelease so `latest` remains on the last stable release.
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
npm view agentic-awesome-skills dist-tags --json
|
|
80
88
|
```
|
|
81
89
|
|
|
82
|
-
|
|
83
|
-
That workflow now reruns `sync:release-state`, installs Python dependencies from `tools/requirements.txt`, refreshes tracked web assets, fails on canonical drift via `git diff --exit-code`, executes tests and docs security checks, runs the web-app coverage gate, enforces `npm audit --audit-level=high`, builds the web app, and dry-runs the npm package before `npm publish`.
|
|
90
|
+
The workflow reruns `sync:release-state`, installs Python dependencies from `tools/requirements.txt`, refreshes tracked web assets, fails on canonical drift via `git diff --exit-code`, executes tests and docs security checks, runs the web-app coverage gate, enforces `npm audit --audit-level=high`, builds the web app, and dry-runs the npm package before publishing.
|
|
84
91
|
|
|
85
92
|
## Canonical Sync Bot
|
|
86
93
|
|
|
@@ -6,21 +6,21 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
|
|
6
6
|
|
|
7
7
|
Preferred positioning:
|
|
8
8
|
|
|
9
|
-
>
|
|
9
|
+
> AAS Core is the local, deterministic boundary that exposes the complete catalog, validates exact skill IDs selected by the coding agent from an explicit project profile, and produces an immutable preview plan, backed by 1,968+ cataloged skills.
|
|
10
10
|
|
|
11
11
|
Key framing:
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
13
|
+
- AAS Core as the primary product;
|
|
14
|
+
- local MCP and CLI as the agent-facing and operator-facing interfaces;
|
|
15
|
+
- `aas-stack.json` and the immutable plan as durable artifacts;
|
|
16
|
+
- GitHub as the canonical source, with the hosted catalog and Workbench as discovery and review surfaces;
|
|
17
|
+
- catalog, plugins, bundles, workflows, and direct installers as supporting content and distribution.
|
|
18
18
|
|
|
19
19
|
## GitHub About settings
|
|
20
20
|
|
|
21
21
|
Preferred description:
|
|
22
22
|
|
|
23
|
-
>
|
|
23
|
+
> Local, deterministic AAS Core for explainable coding-agent skill stacks, backed by 1,967+ cataloged skills. Includes a read-only MCP, stack CLI, Workbench review, plugins, bundles, workflows, and direct distribution.
|
|
24
24
|
|
|
25
25
|
Preferred homepage:
|
|
26
26
|
|
|
@@ -28,8 +28,9 @@ Preferred homepage:
|
|
|
28
28
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
31
|
+
- lead with `AAS Core` and the profile → stack → plan flow;
|
|
32
|
+
- present `1,969+ Agentic Skills` as supporting catalog evidence, not a second product;
|
|
33
|
+
- mention Codex and Claude as the current Core agent path, with broader host compatibility as distribution support;
|
|
33
34
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
34
35
|
|
|
35
36
|
Preferred topics:
|
|
@@ -75,11 +76,12 @@ Suggested release template:
|
|
|
75
76
|
```md
|
|
76
77
|
## [VERSION] - YYYY-MM-DD - "User-facing title"
|
|
77
78
|
|
|
78
|
-
>
|
|
79
|
+
> AAS Core and supporting catalog update for local, explainable coding-agent skill stacks.
|
|
79
80
|
|
|
80
81
|
Start here:
|
|
81
82
|
|
|
82
|
-
-
|
|
83
|
+
- AAS Core guide: `docs/users/aas-core.md`
|
|
84
|
+
- Direct skill distribution: `npx agentic-awesome-skills`
|
|
83
85
|
- Choose your tool: `README.md#choose-your-tool`
|
|
84
86
|
- Specialized plugins: `README.md#recommended-specialized-plugins`
|
|
85
87
|
- Bundles: `docs/users/bundles.md`
|
|
@@ -113,9 +115,9 @@ Start here:
|
|
|
113
115
|
|
|
114
116
|
Suggested pinned discussion topics:
|
|
115
117
|
|
|
116
|
-
- `Start here:
|
|
117
|
-
- `
|
|
118
|
-
- `How
|
|
118
|
+
- `Start here: compose a project stack with AAS Core`
|
|
119
|
+
- `Choose between an agent-selected Core stack and direct distribution`
|
|
120
|
+
- `How the catalog, plugins, bundles, and workflows support Core`
|
|
119
121
|
|
|
120
122
|
Discussion posts should:
|
|
121
123
|
|
|
@@ -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,969+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# AAS Core: Agent-Owned Skill Stacks
|
|
2
|
+
|
|
3
|
+
AAS Core lets Codex and Claude search and read the complete local AAS catalog, preserve their exact skill selection as reproducible desired state, and preview a validated plan before any target change.
|
|
4
|
+
|
|
5
|
+
> **The agent inspects and chooses. AAS records and validates. You control.**
|
|
6
|
+
|
|
7
|
+
The primary durable artifact is [`aas-stack.json`](#the-stack-manifest). It records the exact skill IDs chosen by the coding agent; it is not the output of a Core ranking system. An audit-enabled flow can also persist a separate canonical `aas-selection-evidence.json` sidecar. The local MCP is a read-only catalog, composition, and evidence boundary; a client or the `aas` CLI performs persistence, the CLI validates and plans, and Workbench is a browser-local review surface.
|
|
8
|
+
|
|
9
|
+
## How it works
|
|
10
|
+
|
|
11
|
+
```text
|
|
12
|
+
your project
|
|
13
|
+
-> Codex or Claude inspects the repository
|
|
14
|
+
-> agent searches and reads the complete local AAS catalog
|
|
15
|
+
-> agent chooses the exact skill IDs
|
|
16
|
+
-> compose_stack validates and returns the manifest in memory
|
|
17
|
+
-> client or CLI persists aas-stack.json and optional evidence sidecar
|
|
18
|
+
-> you review the artifacts
|
|
19
|
+
-> aas stack validate
|
|
20
|
+
-> aas stack plan (preview; no skill changes)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
AAS MCP does not scan the repository and does not decide which skills are best. Codex or Claude uses its own project understanding and judgment. All 1,968 skills in the current catalog remain individually searchable, readable, selectable, and usable; missing or incomplete metadata never makes a skill ineligible. Core has no semantic policy that favors a small stack, while every stack manifest has an explicit technical maximum of 128 skills.
|
|
24
|
+
|
|
25
|
+
## Configure the local MCP
|
|
26
|
+
|
|
27
|
+
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@X.Y.Z -- aas mcp configure \
|
|
31
|
+
--host codex \
|
|
32
|
+
--scope user \
|
|
33
|
+
--config /absolute/path/to/codex/config.toml \
|
|
34
|
+
--cache-root /absolute/path/to/aas-cache
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Use `--host claude` with the appropriate absolute Claude MCP configuration path for Claude. The first command is a preview and returns an approval digest without changing the host configuration. Review it, then repeat the exact command with:
|
|
38
|
+
|
|
39
|
+
```text
|
|
40
|
+
--approve <approval-digest>
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Configuration is explicit and integrity-bound. AAS installs or reuses an exact content-addressed runtime, verifies it, and changes only its managed MCP configuration section. Restart the host if it does not reload MCP configuration automatically.
|
|
44
|
+
|
|
45
|
+
## Ask the agent to choose the stack
|
|
46
|
+
|
|
47
|
+
Give the agent the desired outcome and constraints, and leave selection judgment with the agent:
|
|
48
|
+
|
|
49
|
+
```text
|
|
50
|
+
Inspect this repository. Search and read the complete local AAS catalog, then
|
|
51
|
+
enumerate the project's primary capability areas. For each capability, run a
|
|
52
|
+
focused search, paginate or refine until you find plausible candidates, and use
|
|
53
|
+
get_skill to compare multiple candidates when available. Select at least one
|
|
54
|
+
non-redundant valid skill for every covered capability. Explicitly report as a
|
|
55
|
+
catalog gap any capability for which the catalog has no valid match. At minimum,
|
|
56
|
+
evaluate architecture/runtime, languages/frameworks, domain behavior,
|
|
57
|
+
data/storage, external integrations, testing/quality, security/privacy,
|
|
58
|
+
user experience/accessibility when user-facing, deployment/operations, and
|
|
59
|
+
maintenance workflow; mark dimensions not applicable instead of silently
|
|
60
|
+
omitting them. Do not stop at the first few matches or optimize for the smallest
|
|
61
|
+
stack. Core imposes no semantic small-stack policy; the manifest format has a
|
|
62
|
+
technical maximum of 128 selected skills.
|
|
63
|
+
Only then use compose_stack with a project profile to validate the exact IDs and
|
|
64
|
+
return a schema 2 manifest in memory, and use inspect_stack before presenting
|
|
65
|
+
it. Do not install or apply anything.
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
This capability-coverage contract is delivered to supported clients in the MCP
|
|
69
|
+
`initialize` instructions and reinforced by the tool descriptions. It is an
|
|
70
|
+
agent obligation, not a Core ranking or eligibility policy: Core still accepts
|
|
71
|
+
and preserves any structurally valid set of catalog IDs and never chooses for the
|
|
72
|
+
agent.
|
|
73
|
+
|
|
74
|
+
The local MCP exposes these read-only tools:
|
|
75
|
+
|
|
76
|
+
- `search_skills` — retrieve deterministic, paginated matches from every skill in the verified local catalog without scores or ranking;
|
|
77
|
+
- `get_skill` — inspect one skill and optionally read its full content;
|
|
78
|
+
- `compose_stack` — validate the agent-selected IDs and return the stack manifest in memory without writing it;
|
|
79
|
+
- `inspect_stack` — validate and explain a proposed manifest;
|
|
80
|
+
- `diff_stack` — compare manifests using verified local catalogs.
|
|
81
|
+
- `export_selection_evidence` — combine the server-recorded session trace with an agent-declared capability ledger and an already composed and inspected manifest;
|
|
82
|
+
- `inspect_selection_evidence` — validate the sidecar's structure, digests, catalog identity, manifest binding, and factual cross-references without judging skill suitability.
|
|
83
|
+
|
|
84
|
+
Search results use a stable catalog order and contain no relevance score, recommendation, or preferred ordering. Codex or Claude evaluates the returned candidates semantically and chooses exact IDs. Metadata returned by search or inspection is informational context; Core does not use risk, source, setup, compatibility, review, or evidence metadata to rank, exclude, or disable a skill.
|
|
85
|
+
|
|
86
|
+
MCP calls do not install or remove skills, update catalogs, edit host configuration, persist a stack, or apply it. Full skill text is returned only when requested and remains marked as untrusted content.
|
|
87
|
+
|
|
88
|
+
## The stack manifest
|
|
89
|
+
|
|
90
|
+
`aas-stack.json` records agent-chosen desired state:
|
|
91
|
+
|
|
92
|
+
```json
|
|
93
|
+
{
|
|
94
|
+
"schemaVersion": 2,
|
|
95
|
+
"name": "project-stack",
|
|
96
|
+
"catalog": {
|
|
97
|
+
"package": "agentic-awesome-skills",
|
|
98
|
+
"version": "<version>",
|
|
99
|
+
"integrity": "sha256-..."
|
|
100
|
+
},
|
|
101
|
+
"targets": [{ "host": "codex", "scope": "project" }],
|
|
102
|
+
"profile": {
|
|
103
|
+
"goals": ["build", "test"],
|
|
104
|
+
"projectType": "web application",
|
|
105
|
+
"languages": ["typescript"],
|
|
106
|
+
"frameworks": ["react"],
|
|
107
|
+
"constraints": ["preview only"]
|
|
108
|
+
},
|
|
109
|
+
"skills": [
|
|
110
|
+
{ "id": "example-skill" }
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
The manifest pins catalog identity, targets, the project profile, and exact agent-selected skill IDs. It intentionally has no selection policy: Core validates identity and structure but does not overrule the agent's choice because metadata is missing, incomplete, or cautionary.
|
|
116
|
+
|
|
117
|
+
`compose_stack` produces this manifest only in MCP process memory. Persist it through the client or the CLI. Audit-enabled CLI flows publish `aas-stack.json` together with `aas-selection-evidence.json` in the requested `artifact-dir`, keeping the sidecar separate from the desired-state manifest.
|
|
118
|
+
|
|
119
|
+
## Selection evidence sidecar
|
|
120
|
+
|
|
121
|
+
`aas-selection-evidence.json` makes the selection process auditable without moving semantic judgment into Core. It binds a path-safe project fingerprint, catalog identity, manifest digest, the agent-declared ten-dimension capability ledger, capability-to-skill mappings, and the actual `search_skills`, `get_skill`, `compose_stack`, and `inspect_stack` facts recorded by that MCP server session. `export_selection_evidence` takes the ledger but obtains the trace from server-owned session state; the caller cannot supply a replacement historical trace. `inspect_selection_evidence` performs structural and factual validation only.
|
|
122
|
+
|
|
123
|
+
The trace records effective search query/cursor/limit values and returned IDs, opened skill IDs, exact compose IDs, inspect outcomes, safe error codes, deterministic retry attempts, and canonical input/output byte counts. Monotonic call durations are recorded separately outside the evidence digest. Client name and version come from MCP initialization when valid and available; model identity is omitted unless a trusted protocol surface supplies it.
|
|
124
|
+
|
|
125
|
+
The sidecar does not prove that a capability is correctly interpreted, that a selected skill is best, or that semantic coverage is sufficient. Repository evidence references are relative and contain no file contents or absolute paths. Search queries are recorded verbatim as factual trace data, so do not put secrets, credentials, private source text, or personal data in `search_skills` queries. Runtime observations that are not deterministic are not part of the canonical evidence digest.
|
|
126
|
+
|
|
127
|
+
The digest makes later edits detectable but is not a signature or cross-session identity attestation. The non-falsification guarantee is narrower: callers cannot inject or replace historical tool calls through `export_selection_evidence`; a standalone inspector can verify structure and digests, not who produced the file.
|
|
128
|
+
|
|
129
|
+
To publish the manifest and exported sidecar without exposing a one-file intermediate state, use a new artifact directory:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
aas stack create \
|
|
133
|
+
--selection /absolute/path/to/agent-selection.json \
|
|
134
|
+
--evidence /absolute/path/to/exported-evidence.json \
|
|
135
|
+
--artifact-dir /absolute/path/to/new-audit-artifact \
|
|
136
|
+
--require-evidence
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
The destination must not already exist. The CLI validates both artifacts, writes private staged files named `aas-stack.json` and `aas-selection-evidence.json`, synchronizes them, and publishes the complete directory with one rename. The original `stack create --selection ... --out ...` manifest-only path remains supported.
|
|
140
|
+
|
|
141
|
+
## Validate and preview the plan
|
|
142
|
+
|
|
143
|
+
Use absolute paths in automation and review the JSON result from each command:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
aas stack validate --manifest /absolute/path/to/aas-stack.json
|
|
147
|
+
|
|
148
|
+
aas stack plan \
|
|
149
|
+
--manifest /absolute/path/to/aas-stack.json \
|
|
150
|
+
--target codex:project \
|
|
151
|
+
--target-root /absolute/path/to/project \
|
|
152
|
+
--cache-root /absolute/path/to/aas-cache \
|
|
153
|
+
--runtime-integrity '<npm-sri>' \
|
|
154
|
+
--out /absolute/path/to/plan.json
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
`stack validate` is read-only. `stack plan` writes only the requested plan artifact and does not materialize skills or AAS managed state in the target. The immutable plan binds the manifest, runtime, catalog, target identity, current managed state, and exact logical operations.
|
|
158
|
+
|
|
159
|
+
Stop after reviewing the plan unless you are deliberately participating in controlled preview development. `stack apply` and `stack recover` remain experimental and require explicit opt-in.
|
|
160
|
+
|
|
161
|
+
## Privacy, trust, and limits
|
|
162
|
+
|
|
163
|
+
- MCP is local stdio, process-per-session, read-only, offline-capable, and contains no model credentials or telemetry.
|
|
164
|
+
- Codex or Claude owns semantic selection. Different agents or project observations may reasonably produce different stacks.
|
|
165
|
+
- Catalog integrity and manifest validation are deterministic; skill suitability is an agent judgment, not a Core score.
|
|
166
|
+
- Core does not impose a semantic skill-count target. The technical manifest maximum is 128 skills, and every one of the current catalog's 1,968 skills remains individually searchable, readable, selectable, and usable. Metadata remains visible but informational.
|
|
167
|
+
- Evidence exports include raw `search_skills` queries; keep secrets and sensitive project content out of those queries.
|
|
168
|
+
- Catalog updates and runtime changes are explicit. There is no resident daemon or implicit auto-update.
|
|
169
|
+
- Skill prose is untrusted content and does not gain instruction authority by being returned through MCP.
|
|
170
|
+
|
|
171
|
+
## Other ways to use the catalog
|
|
172
|
+
|
|
173
|
+
Direct installs, specialized plugins, bundles, workflows, and the legacy installer remain available. These surfaces distribute or curate catalog content; AAS Core adds complete local access, durable agent-owned selection, manifest validation, and a reviewable plan.
|
|
174
|
+
|
|
175
|
+
## Next reads
|
|
176
|
+
|
|
177
|
+
- [Getting Started](getting-started.md)
|
|
178
|
+
- [Usage](usage.md)
|
|
179
|
+
- [Skills vs MCP Tools](skills-vs-mcp-tools.md)
|
|
180
|
+
- [Plugins for Claude Code and Codex](plugins.md)
|
|
181
|
+
- [Bundles](bundles.md)
|
|
182
|
+
- [FAQ](faq.md)
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
# Agentic Awesome Skills vs Awesome Claude Skills
|
|
2
2
|
|
|
3
|
-
If you are comparing **Agentic Awesome Skills** with **Awesome Claude Skills**,
|
|
3
|
+
If you are comparing **Agentic Awesome Skills** with **Awesome Claude Skills**, first decide whether you need complete catalog access with agent-owned reproducible selection or an editorial discovery list.
|
|
4
4
|
|
|
5
5
|
For clarity: the repository many people still refer to as `awesome-claude-skills` now lives at [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills).
|
|
6
6
|
|
|
7
7
|
## TL;DR
|
|
8
8
|
|
|
9
|
-
- Choose **Agentic Awesome Skills** if you want
|
|
9
|
+
- Choose **Agentic Awesome Skills** if you want AAS Core to turn an explicit project profile into an explainable, reviewable skill stack, with broad catalog and distribution support around it.
|
|
10
10
|
- Choose **VoltAgent Awesome Agent Skills** if you want a curated list with a strong official-team angle and a tighter scope.
|
|
11
11
|
|
|
12
12
|
## At-a-glance comparison
|
|
13
13
|
|
|
14
14
|
| Criteria | Agentic Awesome Skills | VoltAgent Awesome Agent Skills |
|
|
15
15
|
| --- | --- | --- |
|
|
16
|
-
| Best for |
|
|
17
|
-
|
|
|
16
|
+
| Best for | Complete local catalog access, agent-owned selection, durable desired state, and plan preview | Curated discovery and official/community highlights |
|
|
17
|
+
| Product shape | AAS Core with local MCP, CLI, stack/plan artifacts, Workbench review, and supporting catalog/distribution | Curated awesome-list style collection |
|
|
18
18
|
| Supported tools | Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, more | Claude Code, Codex, Antigravity, Gemini CLI, Cursor, Copilot, OpenCode, Windsurf, more |
|
|
19
19
|
| Onboarding | Installation docs, bundles, workflows, getting-started guides | Curated README and categorized references |
|
|
20
|
-
| Good fit when | You want
|
|
20
|
+
| Good fit when | You want an agent to inspect a project and choose exact IDs from the full catalog | You want a smaller list to browse and evaluate manually |
|
|
21
21
|
|
|
22
22
|
## Why choose Agentic Awesome Skills
|
|
23
23
|
|
|
24
|
-
- You want
|
|
24
|
+
- You want Codex or Claude to search and read a complete catalog through a local, read-only MCP and own the selection.
|
|
25
|
+
- You want the approved selection recorded as `aas-stack.json` and validated before an immutable plan is produced.
|
|
25
26
|
- You care about onboarding assets like [`bundles.md`](bundles.md), [`workflows.md`](workflows.md), and tool-specific guides.
|
|
26
27
|
- You need coverage across many domains, not just a curated shortlist.
|
|
27
28
|
|
|
@@ -33,11 +34,11 @@ For clarity: the repository many people still refer to as `awesome-claude-skills
|
|
|
33
34
|
|
|
34
35
|
## Honest tradeoffs
|
|
35
36
|
|
|
36
|
-
-
|
|
37
|
+
- The AAS catalog is larger and its evidence remains uneven; Core reports unknowns rather than treating breadth as certified quality.
|
|
37
38
|
- VoltAgent can be easier to skim quickly because it optimizes for curation.
|
|
38
|
-
- If you want both,
|
|
39
|
+
- If you want both, use curated lists for editorial discovery and AAS Core when you need a reproducible agent-selected project stack.
|
|
39
40
|
|
|
40
41
|
## Suggested next step
|
|
41
42
|
|
|
42
|
-
- If you want
|
|
43
|
+
- If you want project-specific composition, start with the [AAS Core guide](aas-core.md). If you already know exact skill IDs, use the direct distribution options in [`README.md`](../../README.md).
|
|
43
44
|
- If you are still evaluating tool-specific options, continue with [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md) or [`best-cursor-skills-github.md`](best-cursor-skills-github.md).
|
|
@@ -1,29 +1,32 @@
|
|
|
1
1
|
# AI Agent Skills
|
|
2
2
|
|
|
3
|
-
If you are researching **AI agent skills** on GitHub, the
|
|
3
|
+
If you are researching **AI agent skills** on GitHub, the useful first decision is whether you want agent-owned project selection with reproducible state or manual catalog browsing.
|
|
4
4
|
|
|
5
|
-
Agentic Awesome Skills is built
|
|
5
|
+
Agentic Awesome Skills is built around **AAS Core**: Codex or Claude inspects the project, searches and reads the complete local catalog, chooses exact skill IDs, and uses `compose_stack` to pin them in `aas-stack.json`. The CLI validates that agent-owned state and produces an immutable preview plan before any target change.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The catalog, plugins, bundles, workflows, and direct installer remain supporting content and distribution surfaces. AAS does not scan the repository, call a remote model, or write project files through MCP.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
9
|
+
## What to look for in an AI agent skill system
|
|
10
|
+
|
|
11
|
+
- **Explicit input boundary**: is project analysis performed by the coding agent and passed as a reviewable profile?
|
|
12
|
+
- **Agent-owned selection**: can the coding agent search and read every skill before choosing exact IDs?
|
|
13
|
+
- **Reproducibility**: can the chosen IDs be pinned to a catalog identity and replayed without a metadata eligibility gate?
|
|
14
|
+
- **Durable desired state**: can the approved selection be recorded independently of the agent conversation?
|
|
15
|
+
- **Preview before change**: can the system validate the manifest and produce an exact plan without changing the target?
|
|
16
|
+
- **Source and compatibility evidence**: are provenance, risk, host support, and distribution boundaries explicit?
|
|
14
17
|
|
|
15
18
|
## When Agentic Awesome Skills is a good fit
|
|
16
19
|
|
|
17
|
-
- You
|
|
18
|
-
- You
|
|
19
|
-
- You
|
|
20
|
-
- You
|
|
20
|
+
- You use Codex or Claude and want the agent to choose a focused stack for a real project.
|
|
21
|
+
- You want complete local search and inspection without repository scanning or remote-model calls by AAS.
|
|
22
|
+
- You need a reviewable `aas-stack.json` and CLI validation and planning before target changes.
|
|
23
|
+
- You also value a broad catalog and multiple distribution options around the Core workflow.
|
|
21
24
|
|
|
22
25
|
## When a smaller curated repo may be better
|
|
23
26
|
|
|
24
|
-
- You only want a
|
|
25
|
-
- You prefer
|
|
26
|
-
-
|
|
27
|
+
- You only want a fixed, vendor-maintained shortlist and do not need project-aware composition.
|
|
28
|
+
- You prefer selecting and invoking individual skills manually.
|
|
29
|
+
- Your host does not yet have an AAS Core adapter and direct distribution is sufficient.
|
|
27
30
|
|
|
28
31
|
## Start with a tool-specific guide
|
|
29
32
|
|
|
@@ -32,7 +35,7 @@ Agentic Awesome Skills is built for the first path: broad coverage, multiple sup
|
|
|
32
35
|
- [`codex-cli-skills.md`](codex-cli-skills.md)
|
|
33
36
|
- [`gemini-cli-skills.md`](gemini-cli-skills.md)
|
|
34
37
|
|
|
35
|
-
## Compare
|
|
38
|
+
## Compare catalogs and distribution models
|
|
36
39
|
|
|
37
40
|
- [`agentic-awesome-skills-vs-awesome-claude-skills.md`](agentic-awesome-skills-vs-awesome-claude-skills.md)
|
|
38
41
|
- [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md)
|
|
@@ -40,6 +43,6 @@ Agentic Awesome Skills is built for the first path: broad coverage, multiple sup
|
|
|
40
43
|
|
|
41
44
|
## Quick recommendation
|
|
42
45
|
|
|
43
|
-
- Choose **
|
|
44
|
-
- Choose
|
|
45
|
-
-
|
|
46
|
+
- Choose **AAS Core** if you want complete local catalog access, agent-owned selection, reproducible stack composition, and a preview plan.
|
|
47
|
+
- Choose direct distribution if you already know the exact skills you want or your host does not support the Core path.
|
|
48
|
+
- Choose a smaller curated repository if a fixed editorial shortlist matters more than complete catalog access and durable desired state.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# Best Claude Code Skills on GitHub
|
|
2
2
|
|
|
3
|
-
If you are looking for the **best Claude Code skills on GitHub**, there is no single perfect repository for every user. The right choice depends on whether you want
|
|
3
|
+
If you are looking for the **best Claude Code skills on GitHub**, there is no single perfect repository for every user. The right choice depends on whether you want complete catalog access with Claude-owned selection, curated discovery, or official reference material.
|
|
4
4
|
|
|
5
|
-
## Best
|
|
5
|
+
## Best for agent-selected project stacks
|
|
6
6
|
|
|
7
7
|
### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
|
|
8
8
|
|
|
9
|
-
Best for teams and individual developers who want
|
|
9
|
+
Best for teams and individual developers who want Claude to inspect a project, search and read the complete catalog through a local read-only MCP, choose exact IDs, and produce a reviewable `aas-stack.json` before CLI validation and planning.
|
|
10
10
|
|
|
11
11
|
Choose this if you want:
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
13
|
+
- complete local catalog access with Claude-owned selection;
|
|
14
|
+
- durable desired state plus immutable plan preview;
|
|
15
|
+
- a broad catalog, plugins, bundles, workflows, and direct distribution around Core.
|
|
16
16
|
|
|
17
17
|
## Best curated shortlist
|
|
18
18
|
|
|
@@ -52,11 +52,11 @@ Choose this if you want:
|
|
|
52
52
|
|
|
53
53
|
## How to choose quickly
|
|
54
54
|
|
|
55
|
-
- Choose **Agentic Awesome Skills** if you want
|
|
55
|
+
- Choose **Agentic Awesome Skills** if you want project-specific composition and a reviewable lifecycle before any target change.
|
|
56
56
|
- Choose **VoltAgent Awesome Agent Skills** if you want the strongest curated shortlist.
|
|
57
57
|
- Choose **anthropics/skills** if official vendor reference matters most.
|
|
58
58
|
- Choose **karanb192/awesome-claude-skills** if you want a smaller community-first Claude library.
|
|
59
59
|
|
|
60
60
|
## Recommended next step
|
|
61
61
|
|
|
62
|
-
If you want
|
|
62
|
+
If you want a project-specific stack, start with the [AAS Core guide](aas-core.md) and [`claude-code-skills.md`](claude-code-skills.md). Use direct distribution only when you already know the exact skills or fixed plugin you want.
|