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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-07-
|
|
3
|
+
"updatedAt": "2026-07-19T01:23:41.256Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"anti-sycophancy",
|
|
104
104
|
"antigravity-agent-manager",
|
|
105
105
|
"antigravity-design-expert",
|
|
106
|
+
"antigravity-maintainer-batch-release",
|
|
106
107
|
"antigravity-skill-orchestrator",
|
|
107
108
|
"antigravity-workflows",
|
|
108
109
|
"anywrite",
|
|
@@ -849,6 +850,7 @@
|
|
|
849
850
|
"game-development",
|
|
850
851
|
"game-development/2d-games",
|
|
851
852
|
"game-development/3d-games",
|
|
853
|
+
"game-development/engine-selection",
|
|
852
854
|
"game-development/game-art",
|
|
853
855
|
"game-development/game-audio",
|
|
854
856
|
"game-development/game-design",
|
|
@@ -1194,6 +1196,7 @@
|
|
|
1194
1196
|
"mobile-developer",
|
|
1195
1197
|
"mobile-security-coder",
|
|
1196
1198
|
"mock-hunter",
|
|
1199
|
+
"modellix",
|
|
1197
1200
|
"modern-javascript-patterns",
|
|
1198
1201
|
"molykit",
|
|
1199
1202
|
"monday-automation",
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: antigravity-maintainer-batch-release
|
|
3
|
+
description: "Run protected AAS maintainer sweeps, PR merge batches, canonical sync, Core preview checks, and scripted releases. Use for repository maintenance, main alignment, CLI/MCP/Workbench changes, or release work; not ordinary contribution tasks."
|
|
4
|
+
risk: critical
|
|
5
|
+
source: self
|
|
6
|
+
date_added: "2026-07-18"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Antigravity Maintainer Batch Release
|
|
10
|
+
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
Use this skill for repository-wide AAS maintenance, maintainer-side PR repair or merge batches, canonical synchronization, AAS Core or Workbench changes, protected releases, and hosted catalog or legacy redirect infrastructure. Do not use it for ordinary contribution work that does not require maintainer privileges or canonical convergence.
|
|
14
|
+
|
|
15
|
+
## Protected-Main Contract
|
|
16
|
+
|
|
17
|
+
Treat the repository root containing this skill as pull-request-only:
|
|
18
|
+
|
|
19
|
+
- Read `AGENTS.md`, `.github/MAINTENANCE.md`, and current maintainer docs before mutation.
|
|
20
|
+
- Never commit or push directly to `main`, even when the user says “push to main.” That phrase names the final target state.
|
|
21
|
+
- Preserve unrelated dirty work. Use a clean temporary clone or a topic branch for maintainer changes.
|
|
22
|
+
- Use `npm run merge:batch` for accepted source PRs. Do not substitute a raw merge API, generic GitHub skill, or generic push helper.
|
|
23
|
+
- Let `automation/canonical-repo-state` own generated artifacts and contributor-credit convergence after the source batch.
|
|
24
|
+
- Use `release:prepare` and `release:publish` for releases. They never authorize a direct `main` push.
|
|
25
|
+
|
|
26
|
+
## Source Checks
|
|
27
|
+
|
|
28
|
+
Before changing anything:
|
|
29
|
+
|
|
30
|
+
1. Fetch `origin/main`; prove the clean maintainer checkout is on `main` and equals `origin/main`.
|
|
31
|
+
2. Inspect live PRs, issues, discussions in scope, Actions failures, Dependabot, CodeQL, secret scanning, and `npm audit` where relevant.
|
|
32
|
+
3. Confirm current scripts from `package.json`; do not rely on remembered release behavior.
|
|
33
|
+
4. Capture user worktree status separately and keep those files out of maintainer commits.
|
|
34
|
+
|
|
35
|
+
## Maintainer Sweep
|
|
36
|
+
|
|
37
|
+
1. Triage every open PR before editing.
|
|
38
|
+
- Separate valid source changes, repairable PRs, conflicts, generated-only noise, promotional links, and unsupported ownership/license changes.
|
|
39
|
+
- Review semantics, safety, provenance, risk labels, limitations, source credits, and changed-skill evidence.
|
|
40
|
+
- Prefer narrow maintainer repairs on the contributor branch when maintainer edits are enabled.
|
|
41
|
+
|
|
42
|
+
2. Validate changed skills truthfully.
|
|
43
|
+
- Run `npm run validate`, `npm run validate:references`, `npm run security:docs`, changed-skill evidence, and the relevant tests.
|
|
44
|
+
- Inspect semantics, safety, provenance, declared risk, limitations, and all tracked bundle files directly. Treat inferred risk labels and heuristic quality scores as non-authoritative; do not change a skill merely to satisfy a lexical signal.
|
|
45
|
+
- Inspect the `skill-review` workflow on the exact current head SHA.
|
|
46
|
+
- `review` means Tessl semantic review actually ran or a valid identical-content result was reused.
|
|
47
|
+
- `manual-review-required` means Tessl credentials or credits were unavailable, or Tessl did not produce a passing result. Perform the maintainer semantic review and attest with `--reviewed-head <full-40-character-sha>`.
|
|
48
|
+
- Any non-passing Tessl outcome produces `manual-review-required`; complete the semantic review and bind the judgment to the exact head instead of treating a heuristic score as merge authority.
|
|
49
|
+
- Never report `manual-review-required` as “Tessl passed.”
|
|
50
|
+
|
|
51
|
+
3. Run checks in parallel where independent.
|
|
52
|
+
- Use the repository validation, test, docs-security, source-credit, reference, warning-budget, and targeted app checks required by the changed files.
|
|
53
|
+
- Fix deterministic policy failures in the source; do not wait for them as if they were flaky CI.
|
|
54
|
+
|
|
55
|
+
4. Merge accepted source PRs in conflict-aware order.
|
|
56
|
+
- Run a dry classification first when useful.
|
|
57
|
+
- For changed skill content, review the exact head and run:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
npm run merge:batch -- --prs <PR_LIST> --reviewed-head <FULL_HEAD_SHA>
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
- `merge:batch` may normalize the PR body and close/reopen the PR. GitHub creates the replacement workflow runs asynchronously; the command must wait for and approve only post-reopen workflow/check-suite IDs. Older runs on the same SHA cannot satisfy or fail the fresh gate.
|
|
64
|
+
- The routine protected checks are `pr-policy`, `pr-evidence`, `source-validation`, and `artifact-preview`. The retired `aas-v1-baseline` workflow is not a merge prerequisite and must not be awaited or approved during source or canonical-sync batches.
|
|
65
|
+
- If the PR head or base changes, discard stale evidence and rerun from a fresh `origin/main`.
|
|
66
|
+
|
|
67
|
+
5. Converge canonical state once after the source batch.
|
|
68
|
+
- Wait for the protected `automation/canonical-repo-state` PR.
|
|
69
|
+
- Verify its managed-only diff, required checks, merge result, and the resulting `origin/main`.
|
|
70
|
+
- If an unmanaged repair remains, use a topic PR; never patch `main` directly.
|
|
71
|
+
|
|
72
|
+
## Hosted Catalog and Legacy Redirect Bridge
|
|
73
|
+
|
|
74
|
+
Treat the current catalog and the legacy user-site bridge as one public system:
|
|
75
|
+
|
|
76
|
+
- Current catalog: `sickn33/agentic-awesome-skills` at `https://sickn33.github.io/agentic-awesome-skills/`.
|
|
77
|
+
- Legacy bridge: `sickn33/sickn33.github.io` at `https://sickn33.github.io/antigravity-awesome-skills/`.
|
|
78
|
+
|
|
79
|
+
For SEO, indexing, Pages, redirect, or infrastructure changes:
|
|
80
|
+
|
|
81
|
+
1. Change the generator and verifier in the source repository through a protected source PR and `npm run merge:batch`.
|
|
82
|
+
2. Keep the legacy deployment managed allowlist exact: `.nojekyll`, `redirect-manifest.json`, and `antigravity-awesome-skills/**`. Reject any unmanaged sync diff or PR file.
|
|
83
|
+
3. Preserve Google verification byte-for-byte and the Bing `msvalidate.01` meta on the legacy root. Record both in manifest evidence.
|
|
84
|
+
4. Keep skill counts dynamic, but retain intentional curated sitemap locks. Version manifest contract changes and record source provenance.
|
|
85
|
+
5. Let `legacy-redirect-sync.yml` generate or update the fixed automation PR. Bind a fresh verifier run to the exact target head SHA, validate its run identity and managed file set, publish the required status only after that proof, then use protected auto-merge.
|
|
86
|
+
6. Recheck source `main` before merge, request the legacy Pages build explicitly after bot-authored merges, and wait for the exact merged commit to be built.
|
|
87
|
+
7. Verify locally generated output byte-for-byte, then verify all live legacy/current redirect pairs for a full audit. Retry transient CDN failures with the full audit rather than accepting a partial probe.
|
|
88
|
+
8. Prove idempotence with a no-drift sync: no replacement, PR, verification, or merge steps should run; Pages and live probes must still pass.
|
|
89
|
+
|
|
90
|
+
Keep both repositories on least-privilege Actions defaults (`read`) and require external actions to be pinned to full commit SHAs. When changing these settings or action versions, rerun source CI, CodeQL, Pages, and a legacy no-drift sync before declaring completion.
|
|
91
|
+
|
|
92
|
+
## AAS Core Preview Acceptance
|
|
93
|
+
|
|
94
|
+
For AAS CLI, MCP, stack, catalog-cache, or Workbench changes:
|
|
95
|
+
|
|
96
|
+
1. Use the current scripts declared in `package.json`; do not resurrect retired evaluator, benchmark, tuning-gold, transaction-fault, race, or frozen-matrix gates as routine prerequisites.
|
|
97
|
+
2. Run the focused Core tests with `npm run test:aas-v1`, the catalog integrity check with `npm run check:aas-v1-catalog`, and the relevant Workbench tests/build when its contracts or copy change.
|
|
98
|
+
3. Keep MCP local, offline, read-only, bounded, and non-mutating. The coding agent inspects the project and sends an explicit profile; MCP searches, inspects, recommends, and compares without scanning the repository or writing to it.
|
|
99
|
+
4. Keep the supported public path at manifest validation and immutable plan preview. Planning may write only the requested plan artifact; it must not materialize skill payloads or AAS managed state in the target.
|
|
100
|
+
5. Treat apply and recovery as experimental opt-ins outside the supported preview claim. Do not add apply/recovery, benchmark, fuzz, crash/race, or synthetic verifier work unless the user explicitly places it in scope.
|
|
101
|
+
6. When the task asks for end-to-end client proof, use a real supported client that discovers and invokes the local AAS MCP tools; direct stdio probes and automated tests do not substitute for that evidence.
|
|
102
|
+
7. Do not tag, publish npm, deploy Pages, or write real user MCP configuration without the separately required publication approval.
|
|
103
|
+
|
|
104
|
+
## Protected Release
|
|
105
|
+
|
|
106
|
+
Release only when requested.
|
|
107
|
+
|
|
108
|
+
1. Include the target changelog entry in the maintainer batch PR so it is already on protected `main`; avoid a separate release-notes-only PR.
|
|
109
|
+
2. From clean, current `main`, run `npm run release:preflight` and required security checks.
|
|
110
|
+
3. Run `npm run release:prepare -- X.Y.Z`. This creates and pushes `release/vX.Y.Z` and opens the protected release PR.
|
|
111
|
+
4. Merge that release PR through its required checks, update local `main` to equal `origin/main`, and wait for any canonical-sync PR to close.
|
|
112
|
+
5. Run `npm run release:publish -- X.Y.Z`. It verifies the exact protected merge before creating or reusing the tag and GitHub Release.
|
|
113
|
+
6. Wait for publishing workflows, then verify the tag/ref, GitHub Release, npm version and dist-tag, CI, Pages, CodeQL, live `llms.txt`, `skills.json`, and changed catalog routes.
|
|
114
|
+
|
|
115
|
+
Never rebase a published release tag, force stale release state, reuse a failed published version, or claim npm publication from the GitHub Release alone.
|
|
116
|
+
|
|
117
|
+
## Stop Condition
|
|
118
|
+
|
|
119
|
+
Finish only when:
|
|
120
|
+
|
|
121
|
+
- every in-scope PR, issue, and alert is resolved or has one exact blocker;
|
|
122
|
+
- no open source or canonical-sync PR remains unintentionally;
|
|
123
|
+
- `main`, `origin/main`, required workflows, generated state, and public surfaces agree;
|
|
124
|
+
- the source and legacy repositories have no unintended infrastructure PR, their protected branches and Actions settings remain enforced, and the live manifest identifies the source repository;
|
|
125
|
+
- the user worktree is unchanged except for files the user explicitly placed in scope;
|
|
126
|
+
- release proof is complete when a release was requested.
|
|
127
|
+
|
|
128
|
+
## Failure Rules
|
|
129
|
+
|
|
130
|
+
- A protected-branch rejection means switch to the PR path; never retry direct `main` pushes.
|
|
131
|
+
- A missing PR checklist is informational; never mutate, close, or reopen a PR merely to refresh template metadata.
|
|
132
|
+
- Preserve unrelated dirty files and never stage them into maintainer work.
|
|
133
|
+
- Do not bypass `merge:batch`, canonical-sync, or scripted release commands with generic Git helpers.
|
|
134
|
+
- Do not weaken a test or policy gate merely to make a batch pass. Retire a gate only after explicit maintainer authorization, then update branch protection, workflow files, merge automation, documentation, and maintainer skills together so no phantom requirement remains.
|
|
135
|
+
|
|
136
|
+
## Examples
|
|
137
|
+
|
|
138
|
+
For a reviewed source PR whose exact head is `0123456789abcdef0123456789abcdef01234567`, exercise the protected path before merging:
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
npm run merge:batch -- --prs 914 --dry-run --reviewed-head 0123456789abcdef0123456789abcdef01234567
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
Run the same command without `--dry-run` only after every required check passes and the attested head remains unchanged.
|
|
145
|
+
|
|
146
|
+
## Limitations
|
|
147
|
+
|
|
148
|
+
- This skill orchestrates the repository's existing scripts and protected workflows; it does not grant GitHub, npm, Pages, or local-client permissions.
|
|
149
|
+
- Stop at the exact approval or credential boundary when publication, authenticated configuration, or another externally visible action was not authorized.
|
|
150
|
+
- Re-read the current repository policy and `package.json` on every run because branch protection, checks, and supported preview commands may change.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-pr
|
|
3
|
-
description: Alias for
|
|
3
|
+
description: Alias for pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
---
|
|
@@ -11,12 +11,12 @@ This skill name is kept for compatibility.
|
|
|
11
11
|
|
|
12
12
|
## When to Use
|
|
13
13
|
- The user explicitly asks for `create-pr` or refers to the legacy skill name.
|
|
14
|
-
- You need to redirect pull request creation work to the canonical `
|
|
14
|
+
- You need to redirect pull request creation work to the canonical `pr-writer` workflow.
|
|
15
15
|
- The task is specifically about writing or updating a pull request rather than general git operations.
|
|
16
16
|
|
|
17
|
-
Use `
|
|
17
|
+
Use the available `pr-writer` skill as the canonical workflow for creating and editing pull requests. If the client requires qualified skill names, use the qualifier for the plugin that supplied this skill rather than assuming an external namespace.
|
|
18
18
|
|
|
19
|
-
If invoked via `create-pr`, run the same workflow and conventions documented in `
|
|
19
|
+
If invoked via `create-pr`, run the same workflow and conventions documented in `pr-writer`.
|
|
20
20
|
|
|
21
21
|
## Limitations
|
|
22
22
|
- Use this skill only when the task clearly matches the scope described above.
|
|
@@ -65,7 +65,7 @@ Use `npm run audit:skills` when you need a repo-wide report that goes beyond sch
|
|
|
65
65
|
- which skills are missing examples or limitations,
|
|
66
66
|
- and which skills have the highest concentration of warnings/errors.
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
Risk labels remain declared metadata. The audit validates their presence and shape, while ambiguous `risk: unknown` cases require semantic review rather than lexical inference.
|
|
69
69
|
|
|
70
70
|
---
|
|
71
71
|
|
|
@@ -97,7 +97,6 @@ Notes:
|
|
|
97
97
|
|
|
98
98
|
- `npm run validate` is the operational contributor gate.
|
|
99
99
|
- `npm run audit:skills` is the maintainer-facing compliance/usability report for the full library.
|
|
100
|
-
- `npm run sync:risk-labels` is a maintainer cleanup tool for high-confidence legacy `risk:` fixes.
|
|
101
100
|
- `npm run security:docs` is required for command-heavy or risky skill content.
|
|
102
101
|
- PRs that touch `SKILL.md` also get an automated `skill-review` GitHub Actions check.
|
|
103
102
|
- Skill changes and risky guidance still require a manual logic review before merge, even when the automated gates pass.
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,
|
|
3
|
+
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,968+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,968+ skills
|
|
7
|
+
|
|
8
|
+
> **Custom-host integration:** This guide documents a low-level, direct-manifest lazy loader for Jetski/Cortex and similar hosts. For Codex or Claude Code, the recommended path is [AAS Core](../users/aas-core.md), which provides verified local catalog discovery and deterministic recommendations through a bounded, read-only MCP server.
|
|
7
9
|
|
|
8
10
|
This guide shows how to integrate the `agentic-awesome-skills` repository with an agent based on **Jetski/Cortex + Gemini** (or similar frameworks) **without exceeding the model context window**.
|
|
9
11
|
|
|
@@ -23,7 +25,7 @@ Never do:
|
|
|
23
25
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
24
26
|
- re-inject the entire library for **every** request.
|
|
25
27
|
|
|
26
|
-
With 1,
|
|
28
|
+
With 1,968+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
27
29
|
|
|
28
30
|
---
|
|
29
31
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Jetski + Gemini Lazy Skill Loader (Example)
|
|
2
2
|
|
|
3
|
+
> **Custom-host example:** This is a low-level, direct-manifest integration for Jetski/Cortex-style hosts. Codex and Claude Code users should start with [AAS Core](../../users/aas-core.md), which exposes verified local catalog discovery and deterministic recommendations through a bounded, read-only MCP server.
|
|
4
|
+
|
|
3
5
|
This example shows one way to integrate **agentic-awesome-skills** with a Jetski/Cortex‑style agent using **lazy loading** based on `@skill-id` mentions, instead of concatenating every `SKILL.md` into the prompt.
|
|
4
6
|
|
|
5
7
|
> This is **not** a production‑ready library – it is a minimal reference you can adapt to your own host/agent implementation.
|
|
@@ -21,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
|
|
21
23
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
22
24
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
23
25
|
|
|
24
|
-
This pattern avoids context overflow when you have 1,
|
|
26
|
+
This pattern avoids context overflow when you have 1,968+ skills installed.
|
|
25
27
|
|
|
26
28
|
Manifest contract references:
|
|
27
29
|
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
# AAS Agent-First Control Plane Preview Profile
|
|
2
|
+
|
|
3
|
+
Status: approved intermediate release profile
|
|
4
|
+
Date: 2026-07-17
|
|
5
|
+
Certified design: `docs/maintainers/aas-agent-first-control-plane-v1-design.md`
|
|
6
|
+
|
|
7
|
+
## Purpose
|
|
8
|
+
|
|
9
|
+
This profile validates whether Codex, Claude Code, and comparable agents can
|
|
10
|
+
use AAS to compose useful local skill stacks without implying the retired
|
|
11
|
+
certified-v1 benchmark or transaction-verifier guarantees. The certified-v1
|
|
12
|
+
design and goal documents are retained as historical architecture records;
|
|
13
|
+
their verifier corpus and routine workflow were removed on 2026-07-18.
|
|
14
|
+
|
|
15
|
+
The permitted preview claim is:
|
|
16
|
+
|
|
17
|
+
> AAS Agent-First Preview helps Codex and Claude compose a local, explainable,
|
|
18
|
+
> reproducible skill stack. Full-catalog recommendation quality and
|
|
19
|
+
> transactional apply/recovery safety are not yet certified.
|
|
20
|
+
|
|
21
|
+
Preview output must not use `implementationVerified`, `releaseReady`,
|
|
22
|
+
`released`, `certified`, or an equivalent unqualified claim.
|
|
23
|
+
|
|
24
|
+
## Included preview surfaces
|
|
25
|
+
|
|
26
|
+
- Minimal, schema-validated `aas-stack.json` with pinned catalog identity,
|
|
27
|
+
targets, approved intent and policy, and exact skill IDs.
|
|
28
|
+
- CLI `stack init`, `stack recommend`, `stack validate`, `stack plan`, and
|
|
29
|
+
`stack doctor` from the packed npm candidate.
|
|
30
|
+
- The local stdio MCP with exactly `search_skills`, `get_skill`,
|
|
31
|
+
`recommend_stack`, `inspect_stack`, `diff_stack`, and
|
|
32
|
+
`aas://skills/{id}`.
|
|
33
|
+
- Deterministic recommendation with structured factors, two visible lanes
|
|
34
|
+
(`recommended` and `discoveryCandidates`), explicit unknowns, stable
|
|
35
|
+
tie-breaking, and fail-closed policy decisions.
|
|
36
|
+
- Essential packed-product coverage on Linux and Node 22 from one exact
|
|
37
|
+
content-addressed tarball.
|
|
38
|
+
- Workbench schema/import/render tests and a local production build. A live
|
|
39
|
+
Pages deployment remains outside the preview until separately approved.
|
|
40
|
+
|
|
41
|
+
## Experimental writes
|
|
42
|
+
|
|
43
|
+
`stack apply` and `stack recover` are present for controlled development but
|
|
44
|
+
are not preview-supported safety claims. They are disabled by default:
|
|
45
|
+
|
|
46
|
+
- apply requires the additional `--experimental-apply` flag and the existing
|
|
47
|
+
exact plan-digest approval;
|
|
48
|
+
- recovery requires `--experimental-recovery` and retains its existing
|
|
49
|
+
recovery-plan approval;
|
|
50
|
+
- successful experimental writes return `releaseProfile: "preview"` and
|
|
51
|
+
`certificationStatus: "experimental"`;
|
|
52
|
+
- absence of the opt-in fails before runtime resolution or target writes with
|
|
53
|
+
a structured policy error.
|
|
54
|
+
|
|
55
|
+
Internal transaction tests are development evidence only. Apply and recovery
|
|
56
|
+
remain experimental and outside the supported preview claim.
|
|
57
|
+
|
|
58
|
+
## Preview functional gate
|
|
59
|
+
|
|
60
|
+
The preview job must install the exact candidate tarball with lifecycle scripts
|
|
61
|
+
disabled and run without checkout-only runtime dependencies. It is an essential
|
|
62
|
+
end-to-end smoke test, not an OS/runtime certification matrix.
|
|
63
|
+
|
|
64
|
+
Required functional suites are:
|
|
65
|
+
|
|
66
|
+
1. **Package and entrypoints** — allowlisted package contents; `aas`,
|
|
67
|
+
`aas-mcp`, and the legacy alias exist; legacy invocation creates no stack
|
|
68
|
+
state implicitly.
|
|
69
|
+
2. **Stack lifecycle** — `init -> recommend -> validate -> plan -> doctor`
|
|
70
|
+
succeeds in isolated roots and does not materialize target skills or AAS
|
|
71
|
+
managed state.
|
|
72
|
+
3. **Determinism and explanation** — repeated identical inputs produce the
|
|
73
|
+
same canonical recommendation payload and expose factor, coverage, evidence,
|
|
74
|
+
exclusion, and unknown fields.
|
|
75
|
+
4. **Policy** — proved incompatibility or forbidden risk is excluded;
|
|
76
|
+
incomplete evidence remains visible; malformed or over-limit input fails
|
|
77
|
+
closed.
|
|
78
|
+
5. **MCP contract** — the five tools and one resource template work over real
|
|
79
|
+
stdio framing; project and cache snapshots remain unchanged by tool calls.
|
|
80
|
+
6. **Write guard** — apply and recovery without their experimental flags fail
|
|
81
|
+
with structured policy codes and leave project, cache, and managed state
|
|
82
|
+
unchanged.
|
|
83
|
+
7. **Workbench** — bounded text-only import/review tests and production build
|
|
84
|
+
pass without ambient filesystem access.
|
|
85
|
+
|
|
86
|
+
The preview receipt must declare:
|
|
87
|
+
|
|
88
|
+
```json
|
|
89
|
+
{
|
|
90
|
+
"assuranceProfile": "agent-first-preview-1",
|
|
91
|
+
"previewQualified": true,
|
|
92
|
+
"certifiedV1": false,
|
|
93
|
+
"notEvaluated": [
|
|
94
|
+
"native-network-and-filesystem-attempt-observation",
|
|
95
|
+
"transactional-crash-and-race-certification",
|
|
96
|
+
"benchmark-80-90-100",
|
|
97
|
+
"real-host-configuration-writes",
|
|
98
|
+
"public-release"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
Missing receipts, crashes, timeouts, canonical drift, or any failed functional
|
|
104
|
+
suite make `previewQualified` false.
|
|
105
|
+
|
|
106
|
+
## Explicitly not certified by preview
|
|
107
|
+
|
|
108
|
+
- ETW, `fs_usage`, or `strace` proof of zero network attempts and zero
|
|
109
|
+
persistent MCP writes.
|
|
110
|
+
- Production-binary fault injection at every transaction boundary or every
|
|
111
|
+
declared race class.
|
|
112
|
+
- Full benchmark thresholds: at least 80% verified coverage, 90% inclusion
|
|
113
|
+
precision, and 100% correct abstention for each supported intent and in
|
|
114
|
+
macro-average.
|
|
115
|
+
- Complete property/fuzz/hostile budgets required by certified v1.
|
|
116
|
+
- Real Codex or Claude configuration writes, public Pages deployment, npm
|
|
117
|
+
publication, GitHub release, or announcement.
|
|
118
|
+
|
|
119
|
+
These are explicitly outside the current product claim. The repository does
|
|
120
|
+
not maintain a blocking certified-v1 release gate.
|
|
121
|
+
|
|
122
|
+
## Product-learning gate
|
|
123
|
+
|
|
124
|
+
After the functional matrix passes, preview evaluation should measure whether
|
|
125
|
+
agents actually produce useful proposals:
|
|
126
|
+
|
|
127
|
+
- task completion rate from a repository profile to a reviewable stack;
|
|
128
|
+
- human accept/replace/remove rates for recommended skills;
|
|
129
|
+
- uncovered goals and discovery-candidate promotions;
|
|
130
|
+
- deterministic replay rate for the same normalized input and catalog digest;
|
|
131
|
+
- time and interaction count from request to approved manifest.
|
|
132
|
+
|
|
133
|
+
No repository profile, source file, secret, or raw path is uploaded by default.
|
|
134
|
+
Publishing or sharing any collected result requires a separate explicit
|
|
135
|
+
decision and privacy review.
|
|
136
|
+
|
|
137
|
+
## Relationship to certified v1
|
|
138
|
+
|
|
139
|
+
The preview receipt must report `previewQualified: true` and
|
|
140
|
+
`certifiedV1: false`. The historical certified-v1 design is not a current
|
|
141
|
+
release gate and must not be inferred from a green preview.
|