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,12 +1,12 @@
1
1
  # Best Cursor Skills on GitHub
2
2
 
3
- If you are searching for the **best Cursor skills on GitHub**, the best option depends on whether you want a broad installable library, a curated discovery list, or a smaller community collection.
3
+ If you are searching for the **best Cursor skills on GitHub**, the best option depends on whether you want an agent-composed project stack, a broad direct distribution, a curated discovery list, or a smaller community collection. Cursor does not yet have a native AAS Core adapter, so its current AAS path is direct distribution rather than the Codex/Claude Core workflow.
4
4
 
5
- ## Best overall installable library
5
+ ## Broadest AAS direct distribution for Cursor
6
6
 
7
7
  ### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
8
8
 
9
- Best for developers who want one repository they can install into Cursor and keep using across frontend, backend, testing, infra, product, and growth work.
9
+ Best for developers who want the AAS catalog delivered into Cursor across frontend, backend, testing, infra, product, and growth work while treating AAS Core as the repository's primary product for supported agent clients.
10
10
 
11
11
  Choose this if you want:
12
12
 
@@ -52,11 +52,11 @@ Choose this if you want:
52
52
 
53
53
  ## How to choose quickly
54
54
 
55
- - Choose **Agentic Awesome Skills** if you want the strongest install-and-use path for real day-to-day Cursor work.
55
+ - Choose **Agentic Awesome Skills** if you want its broad supporting catalog and direct Cursor distribution today, with a clear boundary that this is not yet the native AAS Core path.
56
56
  - Choose **VoltAgent Awesome Agent Skills** if you want curation first and installation later.
57
57
  - Choose **Ai-Agent-Skills** if you want a smaller installable library.
58
58
  - Choose **cursor-skills** if you want the most Cursor-specific starting point.
59
59
 
60
60
  ## Recommended next step
61
61
 
62
- If your goal is to start working in Cursor today, install [Agentic Awesome Skills](https://github.com/sickn33/agentic-awesome-skills) and continue with [`cursor-skills.md`](cursor-skills.md).
62
+ If your goal is to start working in Cursor today, use the direct distribution guidance in [`cursor-skills.md`](cursor-skills.md). For the primary product model and current Codex/Claude path, read the [AAS Core guide](aas-core.md).
@@ -825,7 +825,9 @@ _For shipping clean changes in public repositories._
825
825
  **Plugin status:** Codex plugin-safe · Claude plugin-safe
826
826
 
827
827
  - [`commit`](../../skills/commit/): High-quality conventional commits.
828
+ - [`create-branch`](../../skills/create-branch/): Create a safe topic branch before committing.
828
829
  - [`create-pr`](../../skills/create-pr/): PR creation with review-ready context.
830
+ - [`pr-writer`](../../skills/pr-writer/): Write and open structured pull requests.
829
831
  - [`requesting-code-review`](../../skills/requesting-code-review/): Ask for targeted, high-signal reviews.
830
832
  - [`receiving-code-review`](../../skills/receiving-code-review/): Apply feedback with technical rigor.
831
833
  - [`changelog-automation`](../../skills/changelog-automation/): Keep release notes and changelogs consistent.
@@ -1060,4 +1062,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
1060
1062
 
1061
1063
  ---
1062
1064
 
1063
- _Last updated: June 2026 | Total Skills: 1,965+ | Total Bundles: 58_
1065
+ _Last updated: June 2026 | Total Skills: 1,969+ | Total Bundles: 58_
@@ -1,24 +1,31 @@
1
- # Claude Code Skills
1
+ # AAS Core with Claude Code
2
2
 
3
- If you are looking for **Claude Code skills** you can install from GitHub, this repository is designed to get you from first clone to first useful prompt quickly.
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
- Agentic Awesome Skills gives Claude Code users an installable library of `SKILL.md` playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.
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
- Release `9.0.0` also adds a first-class Claude Code plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
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
+
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.
8
10
 
9
11
  ## How to use Agentic Awesome Skills with Claude Code
10
12
 
11
- Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.
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.
12
14
 
13
15
  ## Why use this repo for Claude Code
14
16
 
15
- - It includes 1,965+ skills instead of a narrow single-domain starter pack.
17
+ - It lets Claude search the verified local catalog without loading the full library into context.
18
+ - It preserves Claude's exact selection without using metadata as an eligibility gate.
19
+ - It keeps MCP discovery read-only and CLI changes approval-gated.
20
+ - It includes 1,969+ skills instead of a narrow single-domain starter pack.
16
21
  - It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
17
22
  - It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
18
23
  - It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
19
24
  - It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
20
25
 
21
- ## Install Claude Code Skills
26
+ ## Direct install and plugins
27
+
28
+ These are alternative delivery paths for users who already know which skill payload they want.
22
29
 
23
30
  ### Option A: installer CLI
24
31
 
@@ -53,6 +60,14 @@ test -d .claude/skills || test -d ~/.claude/skills
53
60
 
54
61
  ## Example Claude Code prompts
55
62
 
63
+ With AAS Core configured:
64
+
65
+ ```text
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
+ ```
68
+
69
+ After installing or activating a chosen skill, direct invocation still works:
70
+
56
71
  ```text
57
72
  Use @brainstorming to design a new billing workflow for my SaaS.
58
73
  ```
@@ -67,6 +82,7 @@ Use @create-pr to turn these changes into a clean PR summary and checklist.
67
82
 
68
83
  ## What to do next
69
84
 
85
+ - Start with [`aas-core.md`](aas-core.md) for setup, trust boundaries, and the stack lifecycle.
70
86
  - Start with [`bundles.md`](bundles.md) if you want a role-based shortlist.
71
87
  - Use [`workflows.md`](workflows.md) if you want step-by-step execution playbooks.
72
88
  - Compare options in [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md) if you are still evaluating repositories.
@@ -1,39 +1,47 @@
1
- # Codex CLI Skills
1
+ # AAS Core with Codex CLI
2
2
 
3
- If you want **Codex CLI skills** that are easy to install and practical in a local coding loop, this repository is designed for that exact use case.
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
- Agentic Awesome Skills supports Codex CLI through the `.codex/skills/` path and gives you a wide set of reusable task playbooks for planning, implementation, debugging, testing, security review, and delivery.
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
- Release `9.0.0` also adds a first-class Codex plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
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
+
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.
8
10
 
9
11
  ## How to use Agentic Awesome Skills with Codex CLI
10
12
 
11
- Install the library into your Codex path, then invoke focused skills directly in your prompt. The most common pattern is:
13
+ Configure AAS Core for Codex, then describe the real task instead of manually searching a large directory. The normal flow is:
12
14
 
13
- 1. install with `npx agentic-awesome-skills --codex`
14
- 2. choose one workflow-oriented skill such as `@brainstorming`, `@concise-planning`, or `@test-driven-development`
15
- 3. ask Codex to apply that skill to a concrete file, feature, test, or bugfix
15
+ 1. Codex discovers the local AAS MCP tools.
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
+ 4. The AAS CLI validates the manifest and previews the exact plan.
19
+ 5. Stop after reviewing the plan unless you are deliberately participating in controlled preview development.
16
20
 
17
21
  ## Why use this repo for Codex CLI
18
22
 
19
- - It supports Codex CLI with a dedicated install flag and a standard skills layout.
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
+ - It separates read-only agent tools from approval-gated CLI mutations.
20
26
  - It is strong for local repo work where you want to move from planning to implementation to verification without changing libraries.
21
27
  - It includes both general-purpose engineering skills and deeper specialist tracks.
22
- - It gives you docs and bundles, not just raw skill files.
28
+ - It still supports direct installs and plugin distributions as delivery surfaces.
29
+
30
+ ## Direct install and plugins
23
31
 
24
- ## Install Codex CLI Skills
32
+ Use a direct install only when you intentionally want the library copied into Codex's skills path:
25
33
 
26
34
  ```bash
27
35
  npx agentic-awesome-skills --codex
28
36
  ```
29
37
 
30
- If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`.
38
+ For plugin-style packaging, this repository also ships repo-local metadata in `.agents/plugins/marketplace.json` and `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`.
31
39
 
32
40
  It also generates bundle-specific Codex plugins so you can install a curated pack such as `Essentials` or `Web Wizard` as a marketplace plugin instead of loading the full library.
33
41
 
34
42
  Those Codex plugins are plugin-safe filtered distributions. Skills that still depend on host-specific paths or undeclared setup stay in the repository, but are not published into the Codex plugin until they are hardened.
35
43
 
36
- For the canonical explanation of how Codex plugins relate to the full library and bundle installs, read [plugins.md](plugins.md).
44
+ For the canonical explanation of how Core, Codex plugins, and direct installs relate, read [plugins.md](plugins.md).
37
45
 
38
46
  ### Verify the install
39
47
 
@@ -51,6 +59,14 @@ test -d .codex/skills || test -d ~/.codex/skills
51
59
 
52
60
  ## Example Codex CLI prompts
53
61
 
62
+ With AAS Core configured:
63
+
64
+ ```text
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
+ ```
67
+
68
+ After installing or activating a chosen skill, direct invocation still works:
69
+
54
70
  ```text
55
71
  Use @concise-planning to break this feature request into an implementation checklist.
56
72
  ```
@@ -65,6 +81,7 @@ Use @create-pr once everything is passing and summarize the user-facing changes.
65
81
 
66
82
  ## What to do next
67
83
 
84
+ - Start with [`aas-core.md`](aas-core.md) for setup, trust boundaries, and the stack lifecycle.
68
85
  - Read [`ai-agent-skills.md`](ai-agent-skills.md) if you want a framework for choosing between broad and curated skill libraries.
69
86
  - Read [`plugins.md`](plugins.md) if you want the plugin-specific install story for Codex and Claude Code.
70
87
  - Use [`workflows.md`](workflows.md) when you want step-by-step execution patterns for common engineering goals.
@@ -1,6 +1,8 @@
1
- # Stable Skills Manifest v1
1
+ # Stable Skills Manifest v1 for Custom Integrations
2
2
 
3
- This page documents the `skills_index.json` manifest contract used by stable integrations.
3
+ This page documents the legacy-compatible `skills_index.json` contract used by custom host integrations and lazy loaders.
4
+
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.
4
6
 
5
7
  ## Manifest contract (v1)
6
8
 
@@ -34,7 +36,7 @@ Stable integrations must not load every skill instruction file up front.
34
36
  - Enforce a per-turn maximum so user prompts stay below context limits.
35
37
  - Validate each resolved path stays under your configured `SKILLS_ROOT`.
36
38
 
37
- This is the core prevention for context truncation and trajectory conversion errors in larger multi-skill hosts.
39
+ This is the main prevention for context truncation and trajectory conversion errors in custom multi-skill hosts. It is not the AAS Core catalog or stack lifecycle contract.
38
40
 
39
41
  ## Why the `data/` mirror exists
40
42
 
@@ -57,6 +59,7 @@ This is the core prevention for context truncation and trajectory conversion err
57
59
 
58
60
  ## Related docs
59
61
 
62
+ - [`docs/users/aas-core.md`](aas-core.md)
60
63
  - [`docs/integrations/jetski-cortex.md`](../integrations/jetski-cortex.md)
61
64
  - [`docs/integrations/jetski-gemini-loader/README.md`](../integrations/jetski-gemini-loader/README.md)
62
65
  - [`docs/users/windows-truncation-recovery.md`](windows-truncation-recovery.md)
@@ -6,6 +6,22 @@
6
6
 
7
7
  ## General Questions
8
8
 
9
+ ### What is AAS Core?
10
+
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
+
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
+
15
+ ### Is AAS Core fully certified?
16
+
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
+
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
+
21
+ ### Does AAS upload my repository or use another model?
22
+
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
+
9
25
  ### What are "skills" exactly?
10
26
 
11
27
  Skills are specialized instruction files that teach AI assistants how to handle specific tasks. Think of them as expert knowledge modules that your AI can load on-demand.
@@ -13,9 +29,9 @@ Skills are specialized instruction files that teach AI assistants how to handle
13
29
 
14
30
  ### Do I need to install every skill?
15
31
 
16
- **No!** When you clone the repository, all skills are available, but your AI only loads them when you explicitly invoke them with `@skill-name`.
17
- It's like having a library - all books are there, but you only read the ones you need.
18
- **Pro Tip:** Use [Starter Packs](bundles.md) to focus on the skills that match your role first.
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
+
34
+ Use [Starter Packs](bundles.md) as human-curated presets when you want a fixed starting point.
19
35
 
20
36
  If you want a narrower install surface for **Claude Code** or **Codex**, use the new plugin distributions documented in [plugins.md](plugins.md) instead of the full library install.
21
37
 
@@ -31,12 +47,13 @@ Start from:
31
47
  - [bundles.md](bundles.md)
32
48
  - [workflows.md](workflows.md)
33
49
 
34
- ### What is the difference between skills and MCP tools?
50
+ ### What is the difference between skills, AAS MCP, and the CLI?
35
51
 
36
52
  - **Skills** are reusable `SKILL.md` playbooks that guide an AI assistant through a workflow.
37
- - **MCP tools** are integrations or callable capabilities that let the assistant interact with external systems.
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
+ - **The `aas` CLI** manages explicit lifecycle operations such as catalog status/update, MCP configuration, stack validation, planning, and diagnostics.
38
55
 
39
- Use skills when you want better process, structure, and execution quality. Use MCP tools when you need access to APIs, services, databases, or other systems. Use both when you want reliable workflows plus external capabilities.
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.
40
57
 
41
58
  For the longer explanation, read [skills-vs-mcp-tools.md](skills-vs-mcp-tools.md).
42
59
 
@@ -118,6 +135,12 @@ _Always check the Risk label and review the code._
118
135
 
119
136
  ## Installation & Setup
120
137
 
138
+ ### How do I start with AAS Core?
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 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
+
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
+
121
144
  ### Where should I install the skills?
122
145
 
123
146
  It depends on how you install:
@@ -137,7 +160,7 @@ If you get a 404 from npm, use: `npx github:sickn33/agentic-awesome-skills`
137
160
  git clone https://github.com/sickn33/agentic-awesome-skills.git .agent/skills
138
161
  ```
139
162
 
140
- The installer CLI is the recommended path for most users because it performs a lighter shallow clone of the current library. Manual `git clone` is still the right option when you want the full repository history or plan to contribute from the same checkout.
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.
141
164
 
142
165
  **Tool-specific paths:**
143
166
 
@@ -254,7 +277,7 @@ npx agentic-awesome-skills@14.3.0 --path .agents/skills --release 14.3.0 --skill
254
277
 
255
278
  Remove `--dry-run` only after reviewing the plan.
256
279
 
257
- If you prefer to assemble and review the set visually, use the hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench). It filters recorded risk, provenance, host compatibility, and setup evidence before generating the same release-pinned commands.
280
+ To review a Core stack manifest or immutable plan visually, use the hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench). It imports the JSON in browser memory and checks the supported artifact structure; it does not assemble a stack, generate install commands, access the filesystem, or install skills.
258
281
 
259
282
  The filter rules are:
260
283
 
@@ -355,9 +378,13 @@ Examples:
355
378
 
356
379
  ### How do I know which skill to use?
357
380
 
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
+
383
+ For manual discovery:
384
+
358
385
  1. **Browse the catalog**: Check the [Skill Catalog](../../CATALOG.md).
359
- 2. **Search**: `ls skills/ | grep "keyword"`
360
- 3. **Ask your AI**: "What skills do you have for testing?"
386
+ 2. **Search**: `ls skills/ | grep "keyword"`.
387
+ 3. **Use a preset**: Start from [Bundles](bundles.md).
361
388
 
362
389
  ---
363
390
 
@@ -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,965+ 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,8 +1,21 @@
1
- # Getting Started with Agentic Awesome Skills (V14.6.0)
1
+ # Getting Started with AAS Core
2
2
 
3
- **New here? This guide will help you supercharge your AI Agent in 5 minutes.**
3
+ **New here? Start with AAS Core and let your agent choose a reviewable skill stack from the complete catalog.**
4
4
 
5
- > **💡 Confused about what to do after installation?** Check out the [**Complete Usage Guide**](usage.md) for detailed explanations and examples!
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
+
7
+ ## Start with AAS Core
8
+
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
+
11
+ ```text
12
+ project -> agent -> full local catalog -> agent selection -> compose_stack -> aas-stack.json
13
+ -> human review -> validate -> plan preview
14
+ ```
15
+
16
+ Start with the canonical [AAS Core guide](aas-core.md) to configure the MCP and run that flow. The direct installer, plugins, bundles, and manual skill invocation described below remain useful alternatives, especially for hosts without a native AAS MCP adapter.
17
+
18
+ > **Need more examples after setup?** Continue with the [Complete Usage Guide](usage.md).
6
19
 
7
20
  ---
8
21
 
@@ -15,16 +28,16 @@ AI Agents (like **Claude Code**, **Gemini**, **Cursor**) are smart, but they lac
15
28
 
16
29
  ---
17
30
 
18
- ## Quick Start: The "Starter Packs"
31
+ ## Alternative Path: Direct Skill Distribution and Starter Packs
19
32
 
20
33
  Don't panic about the size of the repository. You don't need everything at once.
21
34
  We have curated **Starter Packs** to get you running immediately.
22
35
 
23
- You **install the full repo once** (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install.
36
+ On the direct-install path, you install the library once (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install.
24
37
 
25
38
  If you prefer a marketplace-style install for **Claude Code** or **Codex**, use the new plugin distributions described in [plugins.md](plugins.md).
26
39
 
27
- ### 1. Install the Repo
40
+ ### 1. Install Skills Directly
28
41
 
29
42
  **Option A — npx (easiest):**
30
43
 
@@ -154,7 +167,7 @@ For Claude Code, use:
154
167
  For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
155
168
 
156
169
  **Q: Do I need to install every skill?**
157
- A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or that are relevant), so it stays lightweight. **Starter Packs** in [bundles.md](bundles.md) are curated lists to help you discover the right skills for your role—they don't change how you install.
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.
158
171
 
159
172
  **Q: Can I make my own skills?**
160
173
  A: Yes! Use the **@skill-creator** skill to build your own.
@@ -186,6 +199,7 @@ Need a tool-specific starting point first?
186
199
  - [Codex CLI skills](codex-cli-skills.md)
187
200
  - [Gemini CLI skills](gemini-cli-skills.md)
188
201
 
189
- 1. [Browse the Bundles](bundles.md)
190
- 2. [See Real-World Examples](../contributors/examples.md)
191
- 3. [Contribute a Skill](../../CONTRIBUTING.md)
202
+ 1. [Configure and use AAS Core](aas-core.md)
203
+ 2. [Browse the Bundles](bundles.md)
204
+ 3. [See Real-World Examples](../contributors/examples.md)
205
+ 4. [Contribute a Skill](../../CONTRIBUTING.md)
@@ -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,965+ 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 is the canonical explanation of what those plugins are, how they differ from a full library install, and why the repository now ships both a **root plugin** and multiple **specialized plugins**.
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
 
@@ -17,9 +17,13 @@ Plugins are useful when you want:
17
17
 
18
18
  Plugins are **not** different content formats. They still ship `SKILL.md` playbooks. The difference is the packaging, install surface, and filtering.
19
19
 
20
- ## Full library install vs plugin install
20
+ ## Core orchestration vs delivery surfaces
21
+
22
+ For Codex and Claude Code, start with [AAS Core](aas-core.md) when you want the agent to choose from catalog evidence. Core exposes read-only local MCP tools and keeps validation, planning, and approved changes in the CLI.
23
+
24
+ Once the desired stack is clear, plugins and direct installs are two supported delivery surfaces. They do not replace Core and Core is not another plugin bundle.
21
25
 
22
- You now have two valid ways to use this repository with Claude Code or Codex.
26
+ ## Full library install vs plugin install
23
27
 
24
28
  ### Full library install
25
29
 
@@ -132,6 +136,13 @@ Bundle-specific Codex plugins are generated alongside the root plugin so you can
132
136
 
133
137
  ## Which path should you choose?
134
138
 
139
+ Choose **AAS Core first** if:
140
+
141
+ - you want Codex or Claude Code to search and inspect the local catalog
142
+ - you want Codex or Claude to search the complete catalog and preserve its exact selection
143
+ - you want a reviewable `aas-stack.json` and preview plan before any change
144
+ - you want read-only MCP discovery separated from approval-gated CLI operations
145
+
135
146
  Choose the **full library** if:
136
147
 
137
148
  - you want the biggest catalog
@@ -155,6 +166,7 @@ The hosted [specialized plugin landing page](https://sickn33.github.io/agentic-a
155
166
 
156
167
  ## Related guides
157
168
 
169
+ - [AAS Core](aas-core.md)
158
170
  - [Getting Started](getting-started.md)
159
171
  - [FAQ](faq.md)
160
172
  - [Claude Code skills](claude-code-skills.md)