opencode-skills-collection 4.0.5 → 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 (32) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +2 -1
  2. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +6 -5
  3. package/bundled-skills/docs/integrations/jetski-cortex.md +4 -4
  4. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +2 -2
  5. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-preview-profile.md +50 -128
  6. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +2 -0
  7. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +2 -0
  8. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +2 -0
  9. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  10. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  11. package/bundled-skills/docs/users/aas-core.md +84 -49
  12. package/bundled-skills/docs/users/agentic-awesome-skills-vs-awesome-claude-skills.md +5 -5
  13. package/bundled-skills/docs/users/ai-agent-skills.md +8 -8
  14. package/bundled-skills/docs/users/best-claude-code-skills-github.md +4 -4
  15. package/bundled-skills/docs/users/bundles.md +1 -1
  16. package/bundled-skills/docs/users/claude-code-skills.md +7 -7
  17. package/bundled-skills/docs/users/codex-cli-skills.md +8 -8
  18. package/bundled-skills/docs/users/discovery-manifest.md +1 -1
  19. package/bundled-skills/docs/users/faq.md +8 -8
  20. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  21. package/bundled-skills/docs/users/getting-started.md +5 -5
  22. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  23. package/bundled-skills/docs/users/plugins.md +2 -2
  24. package/bundled-skills/docs/users/skills-vs-mcp-tools.md +9 -9
  25. package/bundled-skills/docs/users/usage.md +23 -11
  26. package/bundled-skills/docs/users/visual-guide.md +10 -10
  27. package/bundled-skills/docs/vietnamese/AAS_CORE.vi.md +5 -5
  28. package/bundled-skills/docs/vietnamese/README.vi.md +2 -2
  29. package/bundled-skills/markstream-install/SKILL.md +187 -0
  30. package/bundled-skills/markstream-install/references/scenarios.md +48 -0
  31. package/package.json +1 -1
  32. package/skills_index.json +35 -0
@@ -1,24 +1,24 @@
1
1
  # AI Agent Skills
2
2
 
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.
3
+ If you are researching **AI agent skills** on GitHub, the useful first decision is whether you want agent-owned project selection with reproducible state or manual catalog browsing.
4
4
 
5
- Agentic Awesome Skills is built 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.
5
+ Agentic Awesome Skills is built around **AAS Core**: Codex or Claude inspects the project, searches and reads the complete local catalog, chooses exact skill IDs, and uses `compose_stack` to pin them in `aas-stack.json`. The CLI validates that agent-owned state and produces an immutable preview plan before any target change.
6
6
 
7
7
  The catalog, plugins, bundles, workflows, and direct installer remain supporting content and distribution surfaces. AAS does not scan the repository, call a remote model, or write project files through MCP.
8
8
 
9
9
  ## What to look for in an AI agent skill system
10
10
 
11
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?
12
+ - **Agent-owned selection**: can the coding agent search and read every skill before choosing exact IDs?
13
+ - **Reproducibility**: can the chosen IDs be pinned to a catalog identity and replayed without a metadata eligibility gate?
14
14
  - **Durable desired state**: can the approved selection be recorded independently of the agent conversation?
15
15
  - **Preview before change**: can the system validate the manifest and produce an exact plan without changing the target?
16
16
  - **Source and compatibility evidence**: are provenance, risk, host support, and distribution boundaries explicit?
17
17
 
18
18
  ## When Agentic Awesome Skills is a good fit
19
19
 
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.
20
+ - You use Codex or Claude and want the agent to choose a focused stack for a real project.
21
+ - You want complete local search and inspection without repository scanning or remote-model calls by AAS.
22
22
  - You need a reviewable `aas-stack.json` and CLI validation and planning before target changes.
23
23
  - You also value a broad catalog and multiple distribution options around the Core workflow.
24
24
 
@@ -43,6 +43,6 @@ The catalog, plugins, bundles, workflows, and direct installer remain supporting
43
43
 
44
44
  ## Quick recommendation
45
45
 
46
- - Choose **AAS Core** if you want local, deterministic, explainable skill-stack composition from an explicit project profile to a preview plan.
46
+ - Choose **AAS Core** if you want complete local catalog access, agent-owned selection, reproducible stack composition, and a preview plan.
47
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.
48
+ - Choose a smaller curated repository if a fixed editorial shortlist matters more than complete catalog access and durable desired state.
@@ -1,16 +1,16 @@
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 deterministic project-level composition, curated discovery, or official reference material.
3
+ If you are looking for the **best Claude Code skills on GitHub**, there is no single perfect repository for every user. The right choice depends on whether you want complete catalog access with Claude-owned selection, curated discovery, or official reference material.
4
4
 
5
- ## Best for deterministic project stacks
5
+ ## Best for agent-selected project stacks
6
6
 
7
7
  ### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
8
8
 
9
- Best for teams and individual developers who want 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.
9
+ Best for teams and individual developers who want Claude to inspect a project, search and read the complete catalog through a local read-only MCP, choose exact IDs, and produce a reviewable `aas-stack.json` before CLI validation and planning.
10
10
 
11
11
  Choose this if you want:
12
12
 
13
- - local deterministic recommendation with explicit policy and evidence;
13
+ - complete local catalog access with Claude-owned selection;
14
14
  - durable desired state plus immutable plan preview;
15
15
  - a broad catalog, plugins, bundles, workflows, and direct distribution around Core.
16
16
 
@@ -1062,4 +1062,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
1062
1062
 
1063
1063
  ---
1064
1064
 
1065
- _Last updated: June 2026 | Total Skills: 1,968+ | Total Bundles: 58_
1065
+ _Last updated: June 2026 | Total Skills: 1,969+ | Total Bundles: 58_
@@ -1,23 +1,23 @@
1
1
  # AAS Core with Claude Code
2
2
 
3
- For Claude Code, the recommended AAS path is **AAS Core**: a local, agent-first control plane for catalog search, deterministic stack recommendation, manifest inspection, and preview-first planning.
3
+ For Claude Code, the recommended AAS path is **AAS Core**: a local, agent-first control plane for complete catalog search, Claude-owned skill selection, manifest inspection, and preview-first planning.
4
4
 
5
- The local AAS MCP is read-only. It can help Claude search and inspect the catalog or propose a minimal `aas-stack.json`, while validation, planning, and any approved changes stay in the AAS CLI lifecycle.
5
+ The local AAS MCP is read-only. It lets Claude search and read every catalog skill, then validate and pin Claude's chosen IDs in `aas-stack.json`; planning and any approved changes stay in the AAS CLI lifecycle.
6
6
 
7
7
  Start with the [AAS Core guide](aas-core.md). The Claude plugin marketplace and direct skill installation remain supported delivery paths after you know which skills you want.
8
8
 
9
- > **Preview status:** Search, recommendation, manifest validation, and planning are the documented preview path. Stop after plan review; apply and recovery are not certified preview safety claims.
9
+ > **Preview status:** Complete catalog search, agent-owned selection, manifest validation, and planning are the documented path. Stop after plan review; apply and recovery remain experimental.
10
10
 
11
11
  ## How to use Agentic Awesome Skills with Claude Code
12
12
 
13
- Configure AAS Core for Claude Code, describe the task and constraints, review the recommended stack, then preview the CLI plan. Core does not install or mutate through MCP. The current documented preview path stops after plan review.
13
+ Configure AAS Core for Claude Code, describe the task and constraints, let Claude choose exact IDs from the complete catalog, then review the composed stack and preview the CLI plan. Core does not install or mutate through MCP.
14
14
 
15
15
  ## Why use this repo for Claude Code
16
16
 
17
17
  - It lets Claude search the verified local catalog without loading the full library into context.
18
- - It produces deterministic recommendations with inspectable factors and evidence.
18
+ - It preserves Claude's exact selection without using metadata as an eligibility gate.
19
19
  - It keeps MCP discovery read-only and CLI changes approval-gated.
20
- - It includes 1,968+ skills instead of a narrow single-domain starter pack.
20
+ - It includes 1,969+ skills instead of a narrow single-domain starter pack.
21
21
  - It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
22
22
  - It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
23
23
  - It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
@@ -63,7 +63,7 @@ test -d .claude/skills || test -d ~/.claude/skills
63
63
  With AAS Core configured:
64
64
 
65
65
  ```text
66
- Use AAS to recommend a minimal skill stack for this security review. Propose the aas-stack.json and preview the plan without applying it.
66
+ Inspect this security-review project, search and read the complete AAS catalog, and choose the exact skill IDs you judge most useful. Use compose_stack with a project profile, show me the schema 2 aas-stack.json, inspect it, and preview the plan without applying it.
67
67
  ```
68
68
 
69
69
  After installing or activating a chosen skill, direct invocation still works:
@@ -1,27 +1,27 @@
1
1
  # AAS Core with Codex CLI
2
2
 
3
- For Codex, the recommended AAS path is **AAS Core**: a local, agent-first control plane that lets Codex search the verified catalog, inspect skills, and recommend a minimal stack before anything is installed.
3
+ For Codex, the recommended AAS path is **AAS Core**: a local, agent-first control plane that lets Codex search and read every catalog skill, choose the exact IDs itself, and preserve that selection before anything is installed.
4
4
 
5
- The AAS MCP server is local and read-only. Codex can call `search_skills`, `get_skill`, `recommend_stack`, `inspect_stack`, and `diff_stack`; changes remain in the CLI lifecycle, where `validate` and `plan` are preview operations and `apply` requires explicit approval.
5
+ The AAS MCP server is local and read-only. Codex can call `search_skills`, `get_skill`, `compose_stack`, `inspect_stack`, and `diff_stack`; changes remain in the CLI lifecycle, where `validate` and `plan` are preview operations and `apply` requires explicit approval.
6
6
 
7
7
  Start with the [AAS Core guide](aas-core.md). Direct skill installation and Codex plugins remain supported when you already know exactly which payload you want.
8
8
 
9
- > **Preview status:** Search, recommendation, manifest validation, and planning are the documented preview path. Stop after plan review; apply and recovery are not certified preview safety claims.
9
+ > **Preview status:** Complete catalog search, agent-owned selection, manifest validation, and planning are the documented path. Stop after plan review; apply and recovery remain experimental.
10
10
 
11
11
  ## How to use Agentic Awesome Skills with Codex CLI
12
12
 
13
13
  Configure AAS Core for Codex, then describe the real task instead of manually searching a large directory. The normal flow is:
14
14
 
15
15
  1. Codex discovers the local AAS MCP tools.
16
- 2. Codex searches the catalog and requests a deterministic recommendation for your task profile.
17
- 3. Codex proposes a minimal `aas-stack.json` for you to review.
16
+ 2. Codex searches and reads the complete catalog, then chooses the exact skills using its project understanding.
17
+ 3. Codex calls `compose_stack` and proposes `aas-stack.json` for you to review.
18
18
  4. The AAS CLI validates the manifest and previews the exact plan.
19
19
  5. Stop after reviewing the plan unless you are deliberately participating in controlled preview development.
20
20
 
21
21
  ## Why use this repo for Codex CLI
22
22
 
23
- - It gives Codex native, local discovery and recommendation through MCP.
24
- - It keeps catalog evidence, stack intent, validation, and planning deterministic and inspectable.
23
+ - It gives Codex native, complete local catalog discovery through MCP.
24
+ - It keeps the agent's exact selection, project profile, validation, and planning inspectable.
25
25
  - It separates read-only agent tools from approval-gated CLI mutations.
26
26
  - It is strong for local repo work where you want to move from planning to implementation to verification without changing libraries.
27
27
  - It includes both general-purpose engineering skills and deeper specialist tracks.
@@ -62,7 +62,7 @@ test -d .codex/skills || test -d ~/.codex/skills
62
62
  With AAS Core configured:
63
63
 
64
64
  ```text
65
- Use AAS to recommend the smallest skill stack for designing and testing this parser change. Show me the proposed aas-stack.json and preview the plan; do not apply it.
65
+ Inspect this parser project, search and read the complete AAS catalog, and choose the exact skill IDs you judge most useful for designing and testing the change. Use compose_stack with a project profile, show me the schema 2 aas-stack.json, inspect it, and preview the plan; do not apply it.
66
66
  ```
67
67
 
68
68
  After installing or activating a chosen skill, direct invocation still works:
@@ -2,7 +2,7 @@
2
2
 
3
3
  This page documents the legacy-compatible `skills_index.json` contract used by custom host integrations and lazy loaders.
4
4
 
5
- For Codex and Claude Code, use [AAS Core](aas-core.md) instead of wiring a host directly to this repository manifest. Core uses a verified local catalog and exposes bounded, read-only MCP tools for search, inspection, and recommendation. The raw manifest remains useful for integrations that do not have an AAS Core host adapter.
5
+ For Codex and Claude Code, use [AAS Core](aas-core.md) instead of wiring a host directly to this repository manifest. Core exposes every skill in a verified local catalog through bounded, read-only MCP tools for search, inspection, and agent-owned composition. The raw manifest remains useful for integrations that do not have an AAS Core host adapter.
6
6
 
7
7
  ## Manifest contract (v1)
8
8
 
@@ -8,19 +8,19 @@
8
8
 
9
9
  ### What is AAS Core?
10
10
 
11
- AAS Core is the deterministic, versioned control plane that turns this repository's catalog into an approved project stack. Codex or Claude can inspect a repository, send an explicit profile to the local read-only AAS MCP, explain the resulting recommendation, and propose an `aas-stack.json`. The `aas` CLI then validates the manifest and previews an immutable plan.
11
+ AAS Core is the versioned control plane that gives Codex or Claude complete local catalog access and turns the agent's exact selection into a reproducible project stack. The agent inspects the repository, searches and reads skills, chooses exact IDs, and uses `compose_stack` to propose `aas-stack.json`. The `aas` CLI then validates the manifest and previews an immutable plan.
12
12
 
13
13
  AAS Core is the product; the approved `aas-stack.json` and immutable plan are its durable artifacts. Skills and the catalog provide content and evidence, MCP and CLI are interfaces, Workbench is a review surface, and plugins, bundles, workflows, and installers provide curation or distribution around Core. Start with [AAS Core](aas-core.md).
14
14
 
15
15
  ### Is AAS Core fully certified?
16
16
 
17
- No. The current public claim is **AAS Agent-First Preview**: it helps Codex and Claude compose a local, explainable, reproducible skill stack. Full-catalog recommendation quality and transactional apply/recovery safety are not yet certified.
17
+ Core supports complete local catalog search and inspection, agent-owned selection, reproducible composition, manifest validation, and plan preview. Transactional apply/recovery safety remains outside the supported claim.
18
18
 
19
19
  `stack apply` and `stack recover` are experimental, disabled by default, and are not supported preview safety claims. The recommended public flow stops after reviewing `stack validate` and `stack plan` output.
20
20
 
21
21
  ### Does AAS upload my repository or use another model?
22
22
 
23
- No. The agent may inspect the project using its normal local capabilities, but AAS MCP does not scan the repository. It receives an explicit allowlisted profile and runs deterministic recommendation against a bundled or verified local catalog. MCP is local stdio, read-only, offline-capable, and contains no model credentials or telemetry.
23
+ No. The agent inspects the project using its normal local capabilities. AAS MCP only exposes the complete bundled or verified local catalog and validates agent-selected IDs; it does not scan the repository, rank skills, or enforce selection policy. MCP is local stdio, read-only, offline-capable, and contains no model credentials or telemetry.
24
24
 
25
25
  ### What are "skills" exactly?
26
26
 
@@ -29,7 +29,7 @@ Skills are specialized instruction files that teach AI assistants how to handle
29
29
 
30
30
  ### Do I need to install every skill?
31
31
 
32
- **No.** With AAS Core, ask the agent to recommend a small stack that matches your project, target, goals, and risk policy. On a broad direct install, all skills may be present locally while the host loads only the skills it invokes.
32
+ **No.** With AAS Core, ask the agent to inspect the project and choose the exact skills from the complete catalog. On a broad direct install, all skills may be present locally while the host loads only the skills it invokes.
33
33
 
34
34
  Use [Starter Packs](bundles.md) as human-curated presets when you want a fixed starting point.
35
35
 
@@ -50,7 +50,7 @@ Start from:
50
50
  ### What is the difference between skills, AAS MCP, and the CLI?
51
51
 
52
52
  - **Skills** are reusable `SKILL.md` playbooks that guide an AI assistant through a workflow.
53
- - **AAS MCP** is the local, read-only discovery and composition interface to AAS Core. It searches and inspects the verified catalog, recommends a stack, and checks or compares manifests.
53
+ - **AAS MCP** is the local, read-only discovery and composition interface to AAS Core. It exposes every catalog skill, reads requested content, validates agent-selected IDs, and checks or compares manifests.
54
54
  - **The `aas` CLI** manages explicit lifecycle operations such as catalog status/update, MCP configuration, stack validation, planning, and diagnostics.
55
55
 
56
56
  Other MCP servers may grant access to APIs, services, databases, or hosted systems. AAS MCP has a narrower boundary: it does not install, apply, update catalogs, scan repositories, or modify configuration through tool calls.
@@ -137,7 +137,7 @@ _Always check the Risk label and review the code._
137
137
 
138
138
  ### How do I start with AAS Core?
139
139
 
140
- Use the pinned `aas` binary from a release whose notes explicitly state that it includes AAS Core to preview and approve local MCP configuration for Codex or Claude. Release 14.6.0 predates Core; Core-capable packages begin with the 15.x line. Restart the host if needed, then ask the agent to recommend and explain a stack without applying it. The command template and trust boundaries are in [AAS Core](aas-core.md).
140
+ Use the pinned `aas` binary from a release whose notes explicitly state that it includes AAS Core to preview and approve local MCP configuration for Codex or Claude. Release 14.6.0 predates Core; Core-capable packages begin with the 15.x line. Restart the host if needed, then ask the agent to search the full catalog, choose exact IDs, and compose a stack without applying it. The command template and trust boundaries are in [AAS Core](aas-core.md).
141
141
 
142
142
  The package publishes separate `agentic-awesome-skills`, `aas`, and `aas-mcp` binaries. Use the explicit `aas` binary for Core lifecycle commands; the legacy `agentic-awesome-skills` entrypoint remains the direct installer.
143
143
 
@@ -160,7 +160,7 @@ If you get a 404 from npm, use: `npx github:sickn33/agentic-awesome-skills`
160
160
  git clone https://github.com/sickn33/agentic-awesome-skills.git .agent/skills
161
161
  ```
162
162
 
163
- For direct skill distribution, the installer CLI performs a lighter shallow clone of the current library. Manual `git clone` remains appropriate when you want the full repository history or plan to contribute from the same checkout. For Codex or Claude users who want project-specific recommendation, start with AAS Core instead of treating a full-library install as the primary product path.
163
+ For direct skill distribution, the installer CLI performs a lighter shallow clone of the current library. Manual `git clone` remains appropriate when you want the full repository history or plan to contribute from the same checkout. For Codex or Claude users who want project-specific agent selection with reproducible state, start with AAS Core instead of treating a full-library install as the primary product path.
164
164
 
165
165
  **Tool-specific paths:**
166
166
 
@@ -378,7 +378,7 @@ Examples:
378
378
 
379
379
  ### How do I know which skill to use?
380
380
 
381
- With AAS Core, describe the project outcome and constraints, then ask the agent to call `recommend_stack`. Review its coverage, evidence, exclusions, discovery candidates, and unknowns before accepting the proposed IDs.
381
+ With AAS Core, describe the project outcome and constraints, then ask the agent to search and read the full catalog, choose exact IDs, and call `compose_stack`. Review the agent's rationale and proposed IDs before accepting the stack.
382
382
 
383
383
  For manual discovery:
384
384
 
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
12
12
 
13
13
  - It installs directly into the expected Gemini skills path.
14
14
  - It includes both core software engineering skills and deeper agent/LLM-oriented skills.
15
- - It helps new users get started with bundles and workflows rather than forcing a cold start from 1,968+ files.
15
+ - It helps new users get started with bundles and workflows rather than forcing a cold start from 1,969+ files.
16
16
  - It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
17
17
 
18
18
  ## Install Gemini CLI Skills
@@ -1,15 +1,15 @@
1
1
  # Getting Started with AAS Core
2
2
 
3
- **New here? Start with AAS Core and let your agent compose a small, reviewable skill stack for the project.**
3
+ **New here? Start with AAS Core and let your agent choose a reviewable skill stack from the complete catalog.**
4
4
 
5
- > **Preview status:** AAS Agent-First Preview supports local, explainable stack composition with Codex and Claude. Full-catalog recommendation quality and transactional apply/recovery safety are not yet certified.
5
+ > **Product boundary:** Codex or Claude owns skill selection. AAS Core provides complete local catalog access, reproducible composition, validation, and plan preview; apply and recovery remain experimental.
6
6
 
7
7
  ## Start with AAS Core
8
8
 
9
- AAS Core is the primary product path. Codex or Claude inspects your project, calls the local read-only AAS MCP, explains a deterministic catalog recommendation, and proposes an `aas-stack.json`. You review the exact policy and skill IDs before using the `aas` CLI to validate the manifest and preview a plan.
9
+ AAS Core is the primary product path. Codex or Claude inspects your project, searches and reads the complete catalog through the local read-only AAS MCP, chooses the exact skill IDs, and uses `compose_stack` to propose an `aas-stack.json`. You review those IDs before using the `aas` CLI to validate the manifest and preview a plan.
10
10
 
11
11
  ```text
12
- project -> agent -> local AAS MCP -> recommendation -> aas-stack.json
12
+ project -> agent -> full local catalog -> agent selection -> compose_stack -> aas-stack.json
13
13
  -> human review -> validate -> plan preview
14
14
  ```
15
15
 
@@ -167,7 +167,7 @@ For Claude Code, use:
167
167
  For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
168
168
 
169
169
  **Q: Do I need to install every skill?**
170
- A: No. With AAS Core, ask the agent to recommend a small stack under an explicit policy. On the legacy direct-install path, you can install the broad library while the host reads only invoked or relevant skills. **Starter Packs** in [bundles.md](bundles.md) remain human-curated discovery aids.
170
+ A: No. With AAS Core, ask the agent to inspect the project and choose exact IDs from the complete catalog. On the legacy direct-install path, you can install the broad library while the host reads only invoked or relevant skills. **Starter Packs** in [bundles.md](bundles.md) remain human-curated discovery aids.
171
171
 
172
172
  **Q: Can I make my own skills?**
173
173
  A: Yes! Use the **@skill-creator** skill to build your own.
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
18
18
 
19
19
  Kiro's agentic capabilities are enhanced by skills that provide:
20
20
 
21
- - **Domain expertise** across 1,968+ specialized areas
21
+ - **Domain expertise** across 1,969+ specialized areas
22
22
  - **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
23
23
  - **Workflow automation** for common development tasks
24
24
  - **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
@@ -2,7 +2,7 @@
2
2
 
3
3
  Release `9.0.0` adds first-class plugin distributions for both **Claude Code** and **Codex**.
4
4
 
5
- This page explains how plugins fit beneath **AAS Core**, the recommended orchestration layer for Codex and Claude Code. Plugins and direct installs deliver skill payloads; Core helps an agent discover, recommend, inspect, validate, and plan a minimal stack before delivery.
5
+ This page explains how plugins fit beneath **AAS Core**, the orchestration layer for Codex and Claude Code. Plugins and direct installs deliver skill payloads; Core exposes the complete catalog and validates, records, and plans the exact stack chosen by the agent.
6
6
 
7
7
  ## What a plugin is in this repo
8
8
 
@@ -139,7 +139,7 @@ Bundle-specific Codex plugins are generated alongside the root plugin so you can
139
139
  Choose **AAS Core first** if:
140
140
 
141
141
  - you want Codex or Claude Code to search and inspect the local catalog
142
- - you want a deterministic recommendation instead of manually browsing thousands of skills
142
+ - you want Codex or Claude to search the complete catalog and preserve its exact selection
143
143
  - you want a reviewable `aas-stack.json` and preview plan before any change
144
144
  - you want read-only MCP discovery separated from approval-gated CLI operations
145
145
 
@@ -3,9 +3,9 @@
3
3
  The short version is:
4
4
 
5
5
  - **Skills** are reusable `SKILL.md` playbooks that tell an AI assistant how to execute a workflow.
6
- - **AAS MCP** is the local, read-only interface through which an agent searches the verified AAS catalog, inspects evidence, and composes a proposed stack.
6
+ - **AAS MCP** is the local, read-only interface through which an agent retrieves the verified AAS catalog without ranking, inspects evidence, and records its exact selected IDs in a proposed stack.
7
7
  - **Other MCP tools** connect an assistant to external systems such as APIs, databases, browsers, or hosted services.
8
- - **The `aas` CLI** validates durable stack intent and previews exact lifecycle operations under human control.
8
+ - **The `aas` CLI** validates the durable project profile and agent-selected stack, then previews exact lifecycle operations under human control.
9
9
 
10
10
  These surfaces are complementary. AAS Core connects them around the approved `aas-stack.json` manifest.
11
11
 
@@ -34,12 +34,12 @@ It exposes exactly:
34
34
 
35
35
  - `search_skills`;
36
36
  - `get_skill`;
37
- - `recommend_stack`;
37
+ - `compose_stack`;
38
38
  - `inspect_stack`;
39
39
  - `diff_stack`;
40
40
  - the `aas://skills/{id}` resource template.
41
41
 
42
- The agent inspects the project using its normal local capabilities and sends AAS an explicit, allowlisted profile. AAS MCP does not scan the repository itself. It returns structured factors, evidence, coverage, exclusions, discovery candidates, and unknowns from a bundled or verified local catalog.
42
+ The agent inspects the project using its normal local capabilities, searches and reads the complete catalog, and chooses the exact skills. AAS MCP does not scan the repository itself, and Core does not rank or exclude candidates. Catalog metadata is informational only.
43
43
 
44
44
  AAS MCP is local stdio, process-per-session, read-only, offline-capable, and contains no model credentials or telemetry. Its tool calls do not install or remove skills, apply a stack, update catalogs, or edit host configuration.
45
45
 
@@ -61,18 +61,18 @@ The `aas` CLI is the explicit operational interface for:
61
61
 
62
62
  - catalog status and updates;
63
63
  - MCP configuration;
64
- - stack initialization and deterministic recommendation from an explicit profile;
64
+ - validation and composition of an agent-selected stack;
65
65
  - manifest validation;
66
66
  - plan creation and read-only diagnostics.
67
67
 
68
- The durable artifact is `aas-stack.json`, which pins catalog identity, targets, intent, policy, and exact skill IDs. The agent may propose it; the user reviews it. `stack validate` checks it, and `stack plan` creates an immutable preview bound to the observed managed state and exact operations.
68
+ The durable artifact is `aas-stack.json`, which pins catalog identity, targets, the project profile, and exact skill IDs. The agent proposes it; the user reviews it. It has no Core selection policy. `stack validate` checks it, and `stack plan` creates an immutable preview bound to the observed managed state and exact operations.
69
69
 
70
70
  `stack apply` and `stack recover` exist only for controlled preview development. They are experimental, disabled by default, and are not supported or certified preview safety claims.
71
71
 
72
72
  ## The easiest mental model
73
73
 
74
74
  - **Skills provide the operating guidance.**
75
- - **AAS MCP helps the agent select and explain the right guidance.**
75
+ - **AAS MCP gives the agent complete catalog access and records the selection the agent makes.**
76
76
  - **`aas-stack.json` records what the user approved.**
77
77
  - **The CLI validates and previews the lifecycle.**
78
78
  - **Other MCP servers provide access to outside systems.**
@@ -83,7 +83,7 @@ Start with **AAS Core** when:
83
83
 
84
84
  - you use Codex or Claude with local MCP support;
85
85
  - you want the agent to compose a small stack from project evidence;
86
- - you need explicit risk/source/setup policy and a reproducible manifest;
86
+ - you need complete catalog access and a reproducible manifest of the agent's exact selection;
87
87
  - you want a reviewable plan before any skill changes.
88
88
 
89
89
  Start with a **direct skill or specialized plugin** when:
@@ -96,7 +96,7 @@ Add **other MCP tools** when the work needs live access to APIs, services, datab
96
96
 
97
97
  ## Preview limits
98
98
 
99
- AAS Agent-First Preview helps Codex and Claude compose a local, explainable, reproducible skill stack. It does not claim certified full-catalog recommendation quality or transactional apply/recovery safety. Missing evidence is reported as `unknown`, and AAS may leave a goal uncovered rather than present a weak recommendation as certainty.
99
+ AAS Core helps Codex and Claude search and read the complete local catalog, choose exact skill IDs, and preserve them in a reproducible stack. Metadata may be reported as unknown, but it is informational and never blocks selection or use. Apply and recovery remain experimental.
100
100
 
101
101
  ## Good next reads
102
102
 
@@ -1,19 +1,31 @@
1
1
  # Usage Guide: Compose and Use an AAS Skill Stack
2
2
 
3
- > **Recommended path:** let Codex or Claude use AAS Core to compose a small, policy-controlled stack. Direct installs and manual skill invocation remain supported alternatives.
3
+ > **Recommended path:** let Codex or Claude inspect the project, search and read the complete AAS catalog, and choose the exact skills. AAS Core records and validates that agent-owned selection.
4
4
 
5
5
  ## Primary workflow: agent-first composition
6
6
 
7
- After configuring the local AAS MCP, ask your agent to inspect the repository and recommend a stack for the outcome you want:
7
+ After configuring the local AAS MCP, ask your agent to inspect the repository and choose a stack for the outcome you want:
8
8
 
9
9
  ```text
10
- Inspect this repository and use the AAS MCP tools to recommend a small skill stack.
11
- Explain evidence, exclusions, and unknowns; propose an aas-stack.json; do not apply it.
10
+ Inspect this repository and enumerate its primary capability areas. For each
11
+ capability, search the complete AAS catalog, paginate or refine the query, and
12
+ compare multiple plausible candidates with get_skill when available. Select at
13
+ least one non-redundant valid skill per capability, explicitly report catalog
14
+ gaps, and evaluate architecture/runtime, languages/frameworks, domain behavior,
15
+ data/storage, integrations, testing/quality, security/privacy, UX/accessibility,
16
+ deployment/operations, and maintenance workflow. Mark dimensions not applicable
17
+ instead of silently omitting them. Do not stop at the first few matches or
18
+ optimize for the smallest stack. Core has no semantic policy favoring a small
19
+ stack; each manifest has a technical maximum of 128 selected skills. Only then
20
+ use compose_stack with a project profile, inspect the schema 2 manifest returned
21
+ in memory, and do not apply it.
12
22
  ```
13
23
 
14
- The agent should use `search_skills`, `get_skill`, and `recommend_stack`, then check the complete proposal with `inspect_stack` and correct every reported issue before presenting it. Review the resulting `aas-stack.json`, validate it with `aas stack validate`, and use `aas stack plan` to preview the exact operations without materializing skills or managed state in the target.
24
+ The agent must use `search_skills` and `get_skill` across the complete catalog, build a capability-to-skill coverage map, continue searching while a primary capability remains uncovered, choose the exact IDs itself, call `compose_stack`, then check the in-memory proposal with `inspect_stack` before presenting it. All 1,968 current catalog skills remain individually searchable, readable, and selectable. A client or the CLI can persist the reviewed `aas-stack.json`; an audit-enabled flow can then call `export_selection_evidence`, validate it with `inspect_selection_evidence`, and atomically publish the manifest and separate `aas-selection-evidence.json` sidecar in an `artifact-dir`. Use `aas stack plan` to preview the exact operations without materializing skills or managed state in the target.
15
25
 
16
- The recommendation is deterministic and local. AAS MCP does not inspect the repository itself, install skills, update catalogs, or change configuration. See [AAS Core](aas-core.md) for setup, the exact tool boundary, CLI commands, and preview limitations.
26
+ Selection evidence contains the raw `search_skills` queries observed during the MCP session. Do not place secrets, credentials, private source text, or personal data in catalog queries.
27
+
28
+ Selection belongs to the coding agent. AAS MCP does not inspect the repository itself, rank or exclude skills, install skills, update catalogs, or change configuration. See [AAS Core](aas-core.md) for setup, the exact tool boundary, CLI commands, and preview limitations.
17
29
 
18
30
  `stack apply` and `stack recover` are experimental, disabled by default, and are not supported or certified preview safety claims.
19
31
 
@@ -21,13 +33,13 @@ The recommendation is deterministic and local. AAS MCP does not inspect the repo
21
33
 
22
34
  ## Alternative workflow: direct skill installation
23
35
 
24
- If you came in through a **Claude Code** or **Codex** plugin instead of AAS Core or a full library install, invoke individual skills in prompts. Plugins ship a fixed plugin-safe subset; AAS Core instead composes a project stack from the verified catalog and records it in `aas-stack.json`. See [plugins.md](plugins.md) for the distribution model.
36
+ If you came in through a **Claude Code** or **Codex** plugin instead of AAS Core or a full library install, invoke individual skills in prompts. Plugins ship a fixed plugin-safe subset; AAS Core instead validates and records the exact stack the agent selected from the verified catalog in `aas-stack.json`. See [plugins.md](plugins.md) for the distribution model.
25
37
 
26
38
  ### What direct distribution provides
27
39
 
28
40
  When you ran `npx agentic-awesome-skills` or cloned the repository, you:
29
41
 
30
- ✅ **Downloaded 1,968+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
42
+ ✅ **Downloaded 1,969+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
31
43
  ✅ **Made them available** to your AI assistant
32
44
  ❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
33
45
 
@@ -219,7 +231,7 @@ Let's actually use a skill right now. Follow these steps:
219
231
 
220
232
  ## Direct-install Step 5: Pick Skills Manually
221
233
 
222
- Don't try to use all 1,968+ skills at once. Here's a sensible approach:
234
+ Don't try to use all 1,969+ skills at once. Here's a sensible approach:
223
235
 
224
236
  If you want a tool-specific starting point before choosing skills, use:
225
237
 
@@ -350,7 +362,7 @@ Usually no, but if your AI doesn't recognize a skill:
350
362
 
351
363
  ### "Can I load all skills into the model at once?"
352
364
 
353
- No. Even though you have 1,968+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
365
+ No. Even though you have 1,969+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
354
366
 
355
367
  The intended pattern is:
356
368
 
@@ -404,7 +416,7 @@ Use @skill-creator to help me build a custom skill for [your task]
404
416
  For the Core-first path:
405
417
 
406
418
  1. Configure the local MCP with the [AAS Core guide](aas-core.md).
407
- 2. Ask the agent to recommend and explain a small stack.
419
+ 2. Ask the agent to search the complete catalog, choose exact IDs, and explain its selection.
408
420
  3. Review `aas-stack.json`, validate it, and preview the plan.
409
421
 
410
422
  For direct/manual use:
@@ -10,22 +10,22 @@ This guide shows the primary AAS Core workflow and the supporting catalog and di
10
10
  PROJECT
11
11
  │ inspected by Codex or Claude, not by AAS
12
12
 
13
- EXPLICIT PROJECT PROFILE
13
+ AGENT SEARCHES + READS COMPLETE LOCAL CATALOG
14
14
 
15
15
 
16
- AAS MCP ── search · inspect · recommend
16
+ CODEX OR CLAUDE CHOOSES EXACT SKILL IDS
17
17
 
18
18
 
19
- AAS CORE + LOCAL VERIFIED CATALOG
20
- evidence · exclusions · coverage · unknowns
19
+ compose_stack ── validates · pins · never recommends
20
+
21
21
 
22
- AGENT PROPOSES aas-stack.json
22
+ AGENT PROPOSES aas-stack.json (no selection policy)
23
23
 
24
24
  ├────────► WORKBENCH (optional browser-local review)
25
25
 
26
26
  CLI VALIDATE ──► CLI PLAN ──► HUMAN REVIEW
27
27
 
28
- Supported preview path: stop after plan review.
28
+ Supported path: stop after plan review.
29
29
  Apply and recovery remain experimental.
30
30
  ```
31
31
 
@@ -40,7 +40,7 @@ agentic-awesome-skills/
40
40
  ├── 📄 CONTRIBUTING.md ← Contributor workflow
41
41
  ├── 📄 CATALOG.md ← Full generated catalog
42
42
 
43
- ├── 📁 skills/ ← 1,968+ skills live here
43
+ ├── 📁 skills/ ← 1,969+ skills live here
44
44
  │ │
45
45
  │ ├── 📁 brainstorming/
46
46
  │ │ └── 📄 SKILL.md ← Skill definition
@@ -53,7 +53,7 @@ agentic-awesome-skills/
53
53
  │ │ └── 📁 2d-games/
54
54
  │ │ └── 📄 SKILL.md ← Nested skills also supported
55
55
  │ │
56
- │ └── ... (1,968+ total)
56
+ │ └── ... (1,969+ total)
57
57
 
58
58
  ├── 📁 apps/
59
59
  │ └── 📁 web-app/ ← Interactive browser
@@ -106,7 +106,7 @@ agentic-awesome-skills/
106
106
 
107
107
  ```
108
108
  ┌─────────────────────────┐
109
- │ 1,968+ SKILLS │
109
+ │ 1,969+ SKILLS │
110
110
  └────────────┬────────────┘
111
111
 
112
112
  ┌────────────────────────┼────────────────────────┐
@@ -207,7 +207,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
207
207
  │ ├── 📁 brainstorming/ │
208
208
  │ ├── 📁 stripe-integration/ │
209
209
  │ ├── 📁 react-best-practices/ │
210
- │ └── ... (1,968+ total) │
210
+ │ └── ... (1,969+ total) │
211
211
  └─────────────────────────────────────────┘
212
212
  ```
213
213
 
@@ -1,27 +1,27 @@
1
1
  # AAS Core
2
2
 
3
- **AAS Core** là lớp điều khiển cục bộ, ưu tiên agent được khuyến nghị cho Agentic Awesome Skills. Core cho phép Codex hoặc Claude Code tìm kiếm và kiểm tra catalog cục bộ đã xác minh, tạo đề xuất stack tối thiểu theo quy tắc xác định, rồi trình bày `aas-stack.json` và kế hoạch CLI để người dùng xem trước khi có bất kỳ thay đổi nào.
3
+ **AAS Core** là lớp điều khiển cục bộ, ưu tiên agent được khuyến nghị cho Agentic Awesome Skills. Core cho phép Codex hoặc Claude Code tìm kiếm và đọc catalog cục bộ đã xác minh, tự chọn chính xác các ID skill, rồi lưu lựa chọn đó trong `aas-stack.json` để người dùng xem trước trước khi có bất kỳ thay đổi nào. Core không xếp hạng hay đề xuất skill.
4
4
 
5
5
  > **Ranh giới phát hành:** Gói npm 14.6.0 đã phát hành trước AAS Core và không thể dùng để bootstrap Core. Các gói hỗ trợ Core bắt đầu từ dòng 15.x; chỉ dùng một phiên bản chính xác có release notes tuyên bố rõ rằng nó bao gồm AAS Core.
6
6
 
7
7
  ## Luồng sử dụng
8
8
 
9
9
  1. Dùng AAS CLI chính thức để cấu hình MCP stdio cục bộ cho Codex hoặc Claude Code.
10
- 2. Cho phép agent gọi `search_skills`, `get_skill` `recommend_stack`; chỉ dùng `inspect_stack` hoặc `diff_stack` khi cần.
11
- 3. Xem lại tệp `aas-stack.json` do agent đề xuất.
10
+ 2. Cho phép agent gọi `search_skills` `get_skill`, tự đánh giá kết quả theo ngữ nghĩa, rồi gọi `compose_stack` với `profile` các ID đã chọn; dùng `inspect_stack` để xác minh và `diff_stack` khi cần so sánh.
11
+ 3. Xem lại tệp `aas-stack.json` schema 2 chứa `profile` và đúng thứ tự ID do agent chọn.
12
12
  4. Dùng AAS CLI để xác thực manifest và xem trước kế hoạch chính xác.
13
13
  5. Dừng lại sau khi xem kế hoạch; chỉ nghiên cứu các giai đoạn sau nếu bạn chủ động tham gia phát triển preview có kiểm soát.
14
14
 
15
15
  ## Ranh giới tin cậy
16
16
 
17
17
  - AAS MCP chạy cục bộ và chỉ đọc; MCP không cài đặt, xóa, áp dụng hay cập nhật nội dung.
18
- - Đề xuất dựa trên quy tắc xác địnhbằng chứng trong catalog, không dựa trên một lệnh gọi hình ẩn khác.
18
+ - Kết quả tìm kiếm đầy đủ, phân trang thứ tự catalog ổn định; chúng không chứa điểm số hay thứ hạng. Codex hoặc Claude Code tự đánh giá và chọn skill.
19
19
  - `validate` và `plan` là luồng preview hiện được ghi nhận. `apply` và `recover` bị tắt theo mặc định và chưa phải là cam kết an toàn đã được chứng nhận.
20
20
  - Danh tính catalog và runtime được xác minh cục bộ. Theo mặc định, dữ liệu dự án không được gửi tới dịch vụ AAS.
21
21
 
22
22
  ## Quan hệ với plugin và cài đặt trực tiếp
23
23
 
24
- AAS Core là lớp điều phối và ra quyết định. Plugin, plugin chuyên biệt và bản cài đặt thư viện đầy đủ vẫn là các cách phân phối nội dung skill. Với Codex và Claude Code, nên dùng Core để xác định stack tối thiểu trước, rồi mới chọn cách phân phối phù hợp.
24
+ AAS Core là lớp truy cập catalog, ghi nhận lựa chọn xác thực; Codex hoặc Claude Code ra quyết định ngữ nghĩa. Plugin, plugin chuyên biệt và bản cài đặt thư viện đầy đủ vẫn là các cách phân phối nội dung skill. Với Codex và Claude Code, nên dùng Core để lưu stack do agent chọn trước, rồi mới chọn cách phân phối phù hợp.
25
25
 
26
26
  Các công cụ chưa có adapter AAS Core vẫn có thể dùng cách cài đặt trực tiếp, plugin hoặc tích hợp manifest tùy chỉnh.
27
27
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **Ghép stack kỹ năng cục bộ, xác định cho coding agent: từ hồ sơ dự án tường minh đến kế hoạch có thể xem lại trước mọi thay đổi trên target.**
4
4
 
5
- Codex hoặc Claude tự kiểm tra dự án; AAS không quét repository. Agent gửi một hồ tường minh tới AAS MCP cục bộ, chỉ đọc. AAS Core đánh giá hồ policy dựa trên catalog cục bộ đã xác minh, rồi agent đề xuất `aas-stack.json`; CLI xác thực manifest và tạo kế hoạch preview bất biến trước khi thay đổi kỹ năng.
5
+ Codex hoặc Claude tự kiểm tra dự án; AAS không quét repository. Agent tìm kiếm catalog cục bộ đầy đủ theo thứ tự ổn định, tự đánh giá kết quả không điểm số hay xếp hạng, rồi gửi `profile` cùng chính xác các ID đã chọn tới `compose_stack`. AAS Core ghi nhận lựa chọn trong `aas-stack.json` schema 2; CLI xác thực manifest và tạo kế hoạch preview bất biến trước khi thay đổi kỹ năng.
6
6
 
7
7
  > **Ranh giới phát hành:** Gói npm 14.6.0 đã phát hành trước AAS Core và không thể dùng để bootstrap Core. Các gói hỗ trợ Core bắt đầu từ dòng 15.x; chỉ dùng một phiên bản chính xác có release notes tuyên bố rõ rằng nó bao gồm Core. Luồng preview được hỗ trợ dừng sau khi xem kế hoạch; `apply` và `recover` vẫn mang tính thử nghiệm. [Tìm hiểu AAS Core](AAS_CORE.vi.md).
8
8
 
@@ -15,7 +15,7 @@ Codex hoặc Claude tự kiểm tra dự án; AAS không quét repository. Agent
15
15
  [![OpenCode](https://img.shields.io/badge/OpenCode-CLI-gray)](https://github.com/opencode-ai/opencode)
16
16
  [![Antigravity](https://img.shields.io/badge/Antigravity-DeepMind-red)](https://github.com/sickn33/agentic-awesome-skills)
17
17
 
18
- Catalog gồm **1,967+ kỹ năng `SKILL.md`**, plugin chuyên biệt, bundle, workflow và installer trực tiếp vẫn rất quan trọng. Chúng là lớp nội dung, tuyển chọn, phân phối và tương thích xung quanh AAS Core, không phải sản phẩm chính cạnh tranh với Core:
18
+ Catalog gồm **1,968+ kỹ năng `SKILL.md`**, plugin chuyên biệt, bundle, workflow và installer trực tiếp vẫn rất quan trọng. Chúng là lớp nội dung, tuyển chọn, phân phối và tương thích xung quanh AAS Core, không phải sản phẩm chính cạnh tranh với Core:
19
19
 
20
20
  - 🟣 **Claude Code** (Anthropic CLI)
21
21
  - 🔵 **Gemini CLI** (Google DeepMind)