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.
Files changed (59) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +5 -1
  2. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +151 -0
  3. package/bundled-skills/create-pr/SKILL.md +4 -4
  4. package/bundled-skills/docs/README.md +1 -0
  5. package/bundled-skills/docs/contributors/quality-bar.md +1 -2
  6. package/bundled-skills/docs/integrations/jetski-cortex.md +5 -3
  7. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -1
  8. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-preview-profile.md +63 -0
  9. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +304 -0
  10. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +171 -0
  11. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +104 -0
  12. package/bundled-skills/docs/maintainers/audit.md +3 -8
  13. package/bundled-skills/docs/maintainers/legacy-redirect-bridge.md +46 -0
  14. package/bundled-skills/docs/maintainers/merge-batch.md +3 -7
  15. package/bundled-skills/docs/maintainers/merging-prs.md +1 -1
  16. package/bundled-skills/docs/maintainers/pr-autonomy.md +2 -3
  17. package/bundled-skills/docs/maintainers/release-process.md +12 -5
  18. package/bundled-skills/docs/maintainers/repo-growth-seo.md +16 -14
  19. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  20. package/bundled-skills/docs/users/aas-core.md +182 -0
  21. package/bundled-skills/docs/users/agentic-awesome-skills-vs-awesome-claude-skills.md +10 -9
  22. package/bundled-skills/docs/users/ai-agent-skills.md +22 -19
  23. package/bundled-skills/docs/users/best-claude-code-skills-github.md +8 -8
  24. package/bundled-skills/docs/users/best-cursor-skills-github.md +5 -5
  25. package/bundled-skills/docs/users/bundles.md +3 -1
  26. package/bundled-skills/docs/users/claude-code-skills.md +23 -7
  27. package/bundled-skills/docs/users/codex-cli-skills.md +30 -13
  28. package/bundled-skills/docs/users/discovery-manifest.md +6 -3
  29. package/bundled-skills/docs/users/faq.md +37 -10
  30. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  31. package/bundled-skills/docs/users/getting-started.md +24 -10
  32. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  33. package/bundled-skills/docs/users/plugins.md +15 -3
  34. package/bundled-skills/docs/users/skills-vs-mcp-tools.md +68 -49
  35. package/bundled-skills/docs/users/usage.md +50 -25
  36. package/bundled-skills/docs/users/visual-guide.md +28 -22
  37. package/bundled-skills/docs/vietnamese/AAS_CORE.vi.md +28 -0
  38. package/bundled-skills/docs/vietnamese/README.vi.md +10 -6
  39. package/bundled-skills/game-development/2d-games/SKILL.md +22 -19
  40. package/bundled-skills/game-development/SKILL.md +27 -35
  41. package/bundled-skills/game-development/engine-selection/SKILL.md +115 -0
  42. package/bundled-skills/game-development/web-games/SKILL.md +47 -45
  43. package/bundled-skills/git-advanced-workflows/SKILL.md +1 -11
  44. package/bundled-skills/git-pushing/SKILL.md +4 -4
  45. package/bundled-skills/markstream-install/SKILL.md +187 -0
  46. package/bundled-skills/markstream-install/references/scenarios.md +48 -0
  47. package/bundled-skills/modellix/SKILL.md +80 -0
  48. package/bundled-skills/pptx-deck-creation/SKILL.md +15 -7
  49. package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +7 -3
  50. package/bundled-skills/pptx-deck-creation/references/ooxml-parsing.md +58 -0
  51. package/bundled-skills/pptx-deck-creation/references/{python-snippets.md → reference-deck-analysis-patterns.md} +1 -1
  52. package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +30 -8
  53. package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +23 -13
  54. package/bundled-skills/pr-writer/SKILL.md +2 -2
  55. package/bundled-skills/repo-maintainer/SKILL.md +4 -2
  56. package/bundled-skills/tools-page-seo-optimizer/SKILL.md +6 -6
  57. package/package.json +1 -1
  58. package/skills_index.json +121 -7
  59. package/bundled-skills/docs/contributors/skill-scoring.md +0 -235
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-07-18T01:17:51.174Z",
3
+ "updatedAt": "2026-07-20T01:28:12.515Z",
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",
@@ -1160,6 +1162,7 @@
1160
1162
  "marketing-ideas",
1161
1163
  "marketing-plan",
1162
1164
  "marketing-psychology",
1165
+ "markstream-install",
1163
1166
  "matematico-tao",
1164
1167
  "mathguard",
1165
1168
  "matplotlib",
@@ -1194,6 +1197,7 @@
1194
1197
  "mobile-developer",
1195
1198
  "mobile-security-coder",
1196
1199
  "mock-hunter",
1200
+ "modellix",
1197
1201
  "modern-javascript-patterns",
1198
1202
  "molykit",
1199
1203
  "monday-automation",
@@ -0,0 +1,151 @@
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, searches and reads the complete catalog, and chooses the exact skill IDs. MCP searches, reads, validates agent-owned composition, and compares without scanning the repository or writing to it. Core must not rank, recommend, exclude, or disable skills; metadata is informational only.
99
+ 4. Keep `aas-stack.json` free of Core selection policy. It pins catalog identity, targets, goals, and the exact IDs selected by the agent. `compose_stack` validates and records that selection; missing or cautionary metadata must never make a canonical skill unselectable or unusable.
100
+ 5. 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.
101
+ 6. 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.
102
+ 7. 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.
103
+ 8. Do not tag, publish npm, deploy Pages, or write real user MCP configuration without the separately required publication approval.
104
+
105
+ ## Protected Release
106
+
107
+ Release only when requested.
108
+
109
+ 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.
110
+ 2. From clean, current `main`, run `npm run release:preflight` and required security checks.
111
+ 3. Run `npm run release:prepare -- X.Y.Z`. This creates and pushes `release/vX.Y.Z` and opens the protected release PR.
112
+ 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.
113
+ 5. Run `npm run release:publish -- X.Y.Z`. It verifies the exact protected merge before creating or reusing the tag and GitHub Release.
114
+ 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.
115
+
116
+ Never rebase a published release tag, force stale release state, reuse a failed published version, or claim npm publication from the GitHub Release alone.
117
+
118
+ ## Stop Condition
119
+
120
+ Finish only when:
121
+
122
+ - every in-scope PR, issue, and alert is resolved or has one exact blocker;
123
+ - no open source or canonical-sync PR remains unintentionally;
124
+ - `main`, `origin/main`, required workflows, generated state, and public surfaces agree;
125
+ - 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;
126
+ - the user worktree is unchanged except for files the user explicitly placed in scope;
127
+ - release proof is complete when a release was requested.
128
+
129
+ ## Failure Rules
130
+
131
+ - A protected-branch rejection means switch to the PR path; never retry direct `main` pushes.
132
+ - A missing PR checklist is informational; never mutate, close, or reopen a PR merely to refresh template metadata.
133
+ - Preserve unrelated dirty files and never stage them into maintainer work.
134
+ - Do not bypass `merge:batch`, canonical-sync, or scripted release commands with generic Git helpers.
135
+ - 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.
136
+
137
+ ## Examples
138
+
139
+ For a reviewed source PR whose exact head is `0123456789abcdef0123456789abcdef01234567`, exercise the protected path before merging:
140
+
141
+ ```bash
142
+ npm run merge:batch -- --prs 914 --dry-run --reviewed-head 0123456789abcdef0123456789abcdef01234567
143
+ ```
144
+
145
+ Run the same command without `--dry-run` only after every required check passes and the attested head remains unchanged.
146
+
147
+ ## Limitations
148
+
149
+ - This skill orchestrates the repository's existing scripts and protected workflows; it does not grant GitHub, npm, Pages, or local-client permissions.
150
+ - Stop at the exact approval or credential boundary when publication, authenticated configuration, or another externally visible action was not authorized.
151
+ - 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 sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
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 `sentry-skills:pr-writer` workflow.
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 `sentry-skills:pr-writer` as the canonical skill for creating and editing pull requests.
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 `sentry-skills:pr-writer`.
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.
@@ -2,6 +2,7 @@
2
2
 
3
3
  ## Users
4
4
 
5
+ - [`users/aas-core.md`](users/aas-core.md) — canonical AAS Core preview guide
5
6
  - [`users/getting-started.md`](users/getting-started.md)
6
7
  - [`users/usage.md`](users/usage.md)
7
8
  - [`users/faq.md`](users/faq.md)
@@ -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
- Maintainers can pair that report with `npm run sync:risk-labels` for conservative legacy cleanup. That sync only rewrites `risk: unknown` when the suggested label is explicit and high-confidence enough to automate safely, and it preserves the contributor-facing rule that new or uncertain submissions can still start as `unknown`.
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,965+ skills."
3
+ description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,969+ skills."
4
4
  ---
5
5
 
6
- # Jetski/Cortex + Gemini: safe integration with 1,965+ skills
6
+ # Jetski/Cortex + Gemini: safe integration with 1,969+ 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 neutral, deterministic catalog retrieval and validates exact agent-selected IDs 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,965+ skills, this approach fills the context window before user messages are even added, causing truncation.
28
+ With 1,969+ 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 neutral, deterministic catalog retrieval and validates exact agent-selected IDs 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,965+ skills installed.
26
+ This pattern avoids context overflow when you have 1,969+ skills installed.
25
27
 
26
28
  Manifest contract references:
27
29
 
@@ -0,0 +1,63 @@
1
+ # AAS Agent-Owned Selection Profile
2
+
3
+ Status: active product profile
4
+ Updated: 2026-07-19
5
+
6
+ ## Purpose
7
+
8
+ This profile defines the supported boundary for AAS Core after semantic skill selection moved to the coding agent.
9
+
10
+ > Codex or Claude inspects the project, searches and reads the complete local catalog, and chooses exact skill IDs. AAS Core validates, pins, compares, and plans that agent-owned selection; it does not recommend skills.
11
+
12
+ The earlier deterministic recommendation design and goal documents are retained as historical architecture records. They are not current product policy or release gates.
13
+
14
+ ## Supported surfaces
15
+
16
+ - A complete, integrity-verified local catalog in which every canonical skill is searchable, readable, selectable, and usable.
17
+ - Local stdio MCP tools `search_skills`, `get_skill`, `compose_stack`, `inspect_stack`, and `diff_stack`, plus `aas://skills/{id}`.
18
+ - Minimal, schema-validated `aas-stack.json` with pinned catalog identity, targets, goals, and exact agent-selected skill IDs.
19
+ - CLI manifest validation, immutable plan preview, and read-only diagnosis.
20
+ - Workbench import and review of the agent-owned stack and immutable plan.
21
+
22
+ ## Selection contract
23
+
24
+ 1. The coding agent owns semantic selection. It may inspect the project with its normal local capabilities, search broadly, read full skill content when useful, compare alternatives, and choose exact IDs.
25
+ 2. AAS Core does not rank, recommend, promote, demote, exclude, or abstain on skills.
26
+ 3. Catalog metadata is informational only. Missing, incomplete, cautionary, or manually reviewed metadata must never make a canonical skill unsearchable, unselectable, or unusable.
27
+ 4. `compose_stack` validates catalog identity, target shape, goals, exact IDs, and structural limits, then returns the pinned stack shape. It does not substitute a different selection.
28
+ 5. `aas-stack.json` has no Core selection policy. User constraints can guide the agent's reasoning, but they are not an MCP eligibility filter or manifest gate.
29
+
30
+ ## Functional gate
31
+
32
+ The packed-product smoke path must prove:
33
+
34
+ 1. **Catalog completeness** — packaged catalog count and IDs equal the canonical registry; exact-ID search, `get_skill`, and content reads work for every canonical skill.
35
+ 2. **MCP contract** — the five supported read-only tools and resource template work over real stdio framing without repository scanning or state writes.
36
+ 3. **Agent-owned composition** — `compose_stack` preserves the exact ordered ID selection supplied by the agent and returns a structurally valid manifest without a policy field.
37
+ 4. **No metadata gating** — skills with unknown, critical, manual, blocked, incomplete, or absent informational metadata remain searchable, selectable, composable, and plannable.
38
+ 5. **Stack lifecycle** — compose, inspect, validate, plan, and doctor succeed in isolated roots without materializing target skills or managed state.
39
+ 6. **Workbench** — bounded text-only import/review tests and production build pass without ambient filesystem access.
40
+
41
+ ## Experimental writes
42
+
43
+ `stack apply` and `stack recover` remain experimental opt-ins. The supported public path stops after manifest validation and immutable plan review. Planning may write only the explicitly requested plan artifact.
44
+
45
+ ## Trust and privacy boundaries
46
+
47
+ - MCP is local, offline-capable, read-only, bounded, and non-mutating.
48
+ - AAS does not receive repository files unless the agent explicitly reads them through its own host capabilities; AAS MCP does not scan the repository.
49
+ - Full skill prose is untrusted content and gains no instruction authority through MCP.
50
+ - Catalog and runtime integrity remain deterministic even though semantic selection belongs to the agent.
51
+ - Real host configuration writes, publication, Pages deployment, npm release, and announcements require their separate approvals.
52
+
53
+ ## Product-learning gate
54
+
55
+ Evaluate the quality of the agent workflow, not a Core recommender:
56
+
57
+ - task completion from project inspection to a reviewable stack;
58
+ - human accept, replace, and remove rates for agent-selected skills;
59
+ - whether the agent searched enough of the catalog and read relevant skill content;
60
+ - time and interaction count from request to approved manifest;
61
+ - successful replay of the exact approved IDs against the pinned catalog identity.
62
+
63
+ No repository profile, source file, secret, or raw path is uploaded by default. Publishing or sharing any collected result requires a separate privacy decision.