opencode-skills-collection 4.0.4 → 4.0.5
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 +4 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +150 -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 +141 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +302 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +169 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +102 -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 +147 -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 +38 -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/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 +86 -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 engine that turns an explicit project profile into an explainable skill-stack recommendation and immutable preview plan, backed by 1,967+ 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,968+ 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 Core recommendation 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,968+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
# AAS Core: Agent-First Skill Stacks
|
|
2
|
+
|
|
3
|
+
> **Preview status:** AAS Agent-First Preview helps Codex and Claude compose a local, explainable, reproducible skill stack. Full-catalog recommendation quality and transactional apply/recovery safety are not yet certified.
|
|
4
|
+
|
|
5
|
+
AAS Core is the primary way to turn the repository's skill catalog into a controlled project stack:
|
|
6
|
+
|
|
7
|
+
> **The agent composes. You control. AAS keeps the stack reproducible.**
|
|
8
|
+
|
|
9
|
+
The durable artifact is [`aas-stack.json`](#the-stack-manifest), not a prompt, an opaque model decision, or a copy of the entire catalog. The same deterministic, versioned core powers the local MCP server and the `aas` CLI. The hosted Workbench is a review surface; it is not a browser-side installer or hosted control plane.
|
|
10
|
+
|
|
11
|
+
## How it works
|
|
12
|
+
|
|
13
|
+
```text
|
|
14
|
+
your project
|
|
15
|
+
-> Codex or Claude inspects the repository
|
|
16
|
+
-> local AAS MCP (stdio, read-only)
|
|
17
|
+
-> deterministic AAS Core + bundled or verified local catalog
|
|
18
|
+
-> agent explains a recommendation and proposes aas-stack.json
|
|
19
|
+
-> you review the exact skills, target, policy, and catalog identity
|
|
20
|
+
-> aas stack validate
|
|
21
|
+
-> aas stack plan (preview; no skill changes)
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
The agent may inspect your project using its normal local capabilities, but AAS MCP does not scan the repository. It receives an explicit, allowlisted profile from the agent and returns structured catalog evidence.
|
|
25
|
+
|
|
26
|
+
## Configure the local MCP
|
|
27
|
+
|
|
28
|
+
> **Release boundary:** AAS Core landed after release 14.6.0, which is not a valid Core bootstrap. Core-capable packages begin with the 15.x line. In the command template below, replace `X.Y.Z` only with an exact release whose notes explicitly state that it includes AAS Core; do not resolve an unreviewed moving tag.
|
|
29
|
+
|
|
30
|
+
The package publishes separate `aas` and `aas-mcp` binaries. For a pinned Core release without relying on npm's default-bin selection, invoke `aas` explicitly:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@X.Y.Z -- aas mcp configure \
|
|
34
|
+
--host codex \
|
|
35
|
+
--scope user \
|
|
36
|
+
--config /absolute/path/to/codex/config.toml \
|
|
37
|
+
--cache-root /absolute/path/to/aas-cache
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
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:
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
--approve <approval-digest>
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
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.
|
|
47
|
+
|
|
48
|
+
## Ask the agent to compose the stack
|
|
49
|
+
|
|
50
|
+
Once the host discovers the AAS MCP tools, give it the outcome and constraints rather than manually choosing from almost 2,000 skills:
|
|
51
|
+
|
|
52
|
+
```text
|
|
53
|
+
Inspect this repository and use the AAS MCP tools to recommend a small skill stack
|
|
54
|
+
for implementing and testing this project. Explain exclusions and unknowns, then
|
|
55
|
+
propose an aas-stack.json and validate it with inspect_stack before presenting it.
|
|
56
|
+
Do not install or apply anything.
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
The local MCP exposes exactly these read-only tools:
|
|
60
|
+
|
|
61
|
+
- `search_skills` — search the verified local catalog;
|
|
62
|
+
- `get_skill` — inspect one skill and its recorded evidence;
|
|
63
|
+
- `recommend_stack` — produce a deterministic recommendation from an explicit profile and policy;
|
|
64
|
+
- `inspect_stack` — validate and explain a proposed manifest;
|
|
65
|
+
- `diff_stack` — compare manifests using verified local catalogs.
|
|
66
|
+
|
|
67
|
+
It also exposes the `aas://skills/{id}` resource template. MCP calls do not install or remove skills, update catalogs, edit host configuration, or apply a stack. Full skill text is returned only when requested and remains marked as untrusted content.
|
|
68
|
+
|
|
69
|
+
## The stack manifest
|
|
70
|
+
|
|
71
|
+
`aas-stack.json` records approved desired state:
|
|
72
|
+
|
|
73
|
+
```json
|
|
74
|
+
{
|
|
75
|
+
"schemaVersion": 1,
|
|
76
|
+
"name": "project-stack",
|
|
77
|
+
"catalog": {
|
|
78
|
+
"package": "agentic-awesome-skills",
|
|
79
|
+
"version": "<version>",
|
|
80
|
+
"integrity": "sha256-..."
|
|
81
|
+
},
|
|
82
|
+
"targets": [{ "host": "codex", "scope": "project" }],
|
|
83
|
+
"intent": { "goals": ["build", "test"] },
|
|
84
|
+
"policy": {
|
|
85
|
+
"allowedRisk": ["none", "safe"],
|
|
86
|
+
"requireKnownSource": true,
|
|
87
|
+
"allowManualSetup": false
|
|
88
|
+
},
|
|
89
|
+
"skills": [
|
|
90
|
+
{ "id": "example-skill" }
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
The manifest pins the catalog identity, target, intent, policy, and exact skill IDs. Repository observations, ranking factors, exclusions, unknowns, and natural-language explanations stay in recommendation or plan output instead of becoming hidden state.
|
|
96
|
+
|
|
97
|
+
## Validate and preview the plan
|
|
98
|
+
|
|
99
|
+
Use absolute paths in automation and review the JSON result from each command:
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
aas stack validate --manifest /absolute/path/to/aas-stack.json
|
|
103
|
+
|
|
104
|
+
aas stack plan \
|
|
105
|
+
--manifest /absolute/path/to/aas-stack.json \
|
|
106
|
+
--target codex:project \
|
|
107
|
+
--target-root /absolute/path/to/project \
|
|
108
|
+
--cache-root /absolute/path/to/aas-cache \
|
|
109
|
+
--runtime-integrity '<npm-sri>' \
|
|
110
|
+
--out /absolute/path/to/plan.json
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
`stack plan` derives the exact runtime version from the catalog identity in `aas-stack.json`; the verified runtime integrity remains explicit. The CLI rejects a legacy `--runtime-version` override when it disagrees with the manifest, so the documented command does not need a version edit for each release.
|
|
114
|
+
|
|
115
|
+
`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.
|
|
116
|
+
|
|
117
|
+
Stop after reviewing the plan unless you are deliberately participating in controlled preview development. `stack apply` and `stack recover` are disabled by default, require additional experimental flags and exact digest approval, and are **not supported or certified preview safety claims**.
|
|
118
|
+
|
|
119
|
+
## Privacy, trust, and limits
|
|
120
|
+
|
|
121
|
+
- MCP is local stdio, process-per-session, read-only, offline-capable, and contains no model credentials or telemetry.
|
|
122
|
+
- Recommendation is deterministic and evidence-based; AAS does not call another model, use embeddings, or perform remote ranking.
|
|
123
|
+
- Missing evidence is reported as `unknown`. AAS may leave goals uncovered instead of presenting a weak match as certainty.
|
|
124
|
+
- Catalog updates and runtime changes are explicit. There is no resident daemon or implicit auto-update.
|
|
125
|
+
- The MCP boundary does not grant skill prose instruction authority and cannot guarantee how an external model interprets untrusted content.
|
|
126
|
+
- Preview qualification does not certify full-catalog recommendation quality, transactional crash/race safety, apply, or recovery.
|
|
127
|
+
|
|
128
|
+
## Other ways to use the catalog
|
|
129
|
+
|
|
130
|
+
AAS Core is the recommended path when Codex or Claude can use the local MCP. Existing distribution paths remain available:
|
|
131
|
+
|
|
132
|
+
- direct skill installs for hosts that load `SKILL.md` files;
|
|
133
|
+
- specialized plugins for a fixed, domain-focused distribution;
|
|
134
|
+
- bundles as human-curated presets;
|
|
135
|
+
- workflows as ordered execution playbooks;
|
|
136
|
+
- the legacy `agentic-awesome-skills` installer for compatible direct installs.
|
|
137
|
+
|
|
138
|
+
These surfaces provide catalog content and packaging. AAS Core adds project-aware composition, explicit policy, a durable stack manifest, and a reviewable plan.
|
|
139
|
+
|
|
140
|
+
## Next reads
|
|
141
|
+
|
|
142
|
+
- [Getting Started](getting-started.md)
|
|
143
|
+
- [Usage](usage.md)
|
|
144
|
+
- [Skills vs MCP Tools](skills-vs-mcp-tools.md)
|
|
145
|
+
- [Plugins for Claude Code and Codex](plugins.md)
|
|
146
|
+
- [Bundles](bundles.md)
|
|
147
|
+
- [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 deterministic project-level composition or an editorial discovery list. Catalog breadth and curation are secondary dimensions.
|
|
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 | Local deterministic composition, 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 recommend a project stack under explicit policy | 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 send an explicit profile to a local, read-only MCP and receive a deterministic recommendation.
|
|
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, policy-controlled 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 deterministic project-level composition or manual selection from a catalog.
|
|
4
4
|
|
|
5
|
-
Agentic Awesome Skills is built
|
|
5
|
+
Agentic Awesome Skills is built around **AAS Core**: Codex or Claude inspects the project, sends an explicit profile to the local AAS MCP, and receives an explainable recommendation from the verified catalog. The agent proposes `aas-stack.json`; the CLI validates it 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
|
+
- **Deterministic recommendation**: can the same profile, policy, runtime, and catalog identity reproduce the same result?
|
|
13
|
+
- **Explainability**: do recommendations include evidence, exclusions, uncovered goals, and unknowns?
|
|
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 a small, policy-controlled stack for a real project.
|
|
21
|
+
- You want local search and recommendation 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 local, deterministic, explainable skill-stack composition from an explicit project profile to 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 project-specific recommendation 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 deterministic project-level composition, curated discovery, or official reference material.
|
|
4
4
|
|
|
5
|
-
## Best
|
|
5
|
+
## Best for deterministic 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 send an explicit project profile to a local, read-only MCP, receive an explainable recommendation, 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
|
+
- local deterministic recommendation with explicit policy and evidence;
|
|
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.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Best Cursor Skills on GitHub
|
|
2
2
|
|
|
3
|
-
If you are searching for the **best Cursor skills on GitHub**, the best option depends on whether you want a broad
|
|
3
|
+
If you are searching for the **best Cursor skills on GitHub**, the best option depends on whether you want an agent-composed project stack, a broad direct distribution, a curated discovery list, or a smaller community collection. Cursor does not yet have a native AAS Core adapter, so its current AAS path is direct distribution rather than the Codex/Claude Core workflow.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Broadest AAS direct distribution for Cursor
|
|
6
6
|
|
|
7
7
|
### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
|
|
8
8
|
|
|
9
|
-
Best for developers who want
|
|
9
|
+
Best for developers who want the AAS catalog delivered into Cursor across frontend, backend, testing, infra, product, and growth work while treating AAS Core as the repository's primary product for supported agent clients.
|
|
10
10
|
|
|
11
11
|
Choose this if you want:
|
|
12
12
|
|
|
@@ -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 its broad supporting catalog and direct Cursor distribution today, with a clear boundary that this is not yet the native AAS Core path.
|
|
56
56
|
- Choose **VoltAgent Awesome Agent Skills** if you want curation first and installation later.
|
|
57
57
|
- Choose **Ai-Agent-Skills** if you want a smaller installable library.
|
|
58
58
|
- Choose **cursor-skills** if you want the most Cursor-specific starting point.
|
|
59
59
|
|
|
60
60
|
## Recommended next step
|
|
61
61
|
|
|
62
|
-
If your goal is to start working in Cursor today,
|
|
62
|
+
If your goal is to start working in Cursor today, use the direct distribution guidance in [`cursor-skills.md`](cursor-skills.md). For the primary product model and current Codex/Claude path, read the [AAS Core guide](aas-core.md).
|