opencode-skills-collection 4.0.4 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +4 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +150 -0
- package/bundled-skills/create-pr/SKILL.md +4 -4
- package/bundled-skills/docs/README.md +1 -0
- package/bundled-skills/docs/contributors/quality-bar.md +1 -2
- package/bundled-skills/docs/integrations/jetski-cortex.md +5 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -1
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-preview-profile.md +141 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +302 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +169 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +102 -0
- package/bundled-skills/docs/maintainers/audit.md +3 -8
- package/bundled-skills/docs/maintainers/legacy-redirect-bridge.md +46 -0
- package/bundled-skills/docs/maintainers/merge-batch.md +3 -7
- package/bundled-skills/docs/maintainers/merging-prs.md +1 -1
- package/bundled-skills/docs/maintainers/pr-autonomy.md +2 -3
- package/bundled-skills/docs/maintainers/release-process.md +12 -5
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +16 -14
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +147 -0
- package/bundled-skills/docs/users/agentic-awesome-skills-vs-awesome-claude-skills.md +10 -9
- package/bundled-skills/docs/users/ai-agent-skills.md +22 -19
- package/bundled-skills/docs/users/best-claude-code-skills-github.md +8 -8
- package/bundled-skills/docs/users/best-cursor-skills-github.md +5 -5
- package/bundled-skills/docs/users/bundles.md +3 -1
- package/bundled-skills/docs/users/claude-code-skills.md +23 -7
- package/bundled-skills/docs/users/codex-cli-skills.md +30 -13
- package/bundled-skills/docs/users/discovery-manifest.md +6 -3
- package/bundled-skills/docs/users/faq.md +37 -10
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +24 -10
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/plugins.md +15 -3
- package/bundled-skills/docs/users/skills-vs-mcp-tools.md +68 -49
- package/bundled-skills/docs/users/usage.md +38 -25
- package/bundled-skills/docs/users/visual-guide.md +28 -22
- package/bundled-skills/docs/vietnamese/AAS_CORE.vi.md +28 -0
- package/bundled-skills/docs/vietnamese/README.vi.md +10 -6
- package/bundled-skills/game-development/2d-games/SKILL.md +22 -19
- package/bundled-skills/game-development/SKILL.md +27 -35
- package/bundled-skills/game-development/engine-selection/SKILL.md +115 -0
- package/bundled-skills/game-development/web-games/SKILL.md +47 -45
- package/bundled-skills/git-advanced-workflows/SKILL.md +1 -11
- package/bundled-skills/git-pushing/SKILL.md +4 -4
- package/bundled-skills/modellix/SKILL.md +80 -0
- package/bundled-skills/pptx-deck-creation/SKILL.md +15 -7
- package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +7 -3
- package/bundled-skills/pptx-deck-creation/references/ooxml-parsing.md +58 -0
- package/bundled-skills/pptx-deck-creation/references/{python-snippets.md → reference-deck-analysis-patterns.md} +1 -1
- package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +30 -8
- package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +23 -13
- package/bundled-skills/pr-writer/SKILL.md +2 -2
- package/bundled-skills/repo-maintainer/SKILL.md +4 -2
- package/bundled-skills/tools-page-seo-optimizer/SKILL.md +6 -6
- package/package.json +1 -1
- package/skills_index.json +86 -7
- package/bundled-skills/docs/contributors/skill-scoring.md +0 -235
|
@@ -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,
|
|
1065
|
+
_Last updated: June 2026 | Total Skills: 1,968+ | Total Bundles: 58_
|
|
@@ -1,24 +1,31 @@
|
|
|
1
|
-
# Claude Code
|
|
1
|
+
# AAS Core with Claude Code
|
|
2
2
|
|
|
3
|
-
|
|
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.
|
|
4
4
|
|
|
5
|
-
|
|
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.
|
|
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
|
+
|
|
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.
|
|
8
10
|
|
|
9
11
|
## How to use Agentic Awesome Skills with Claude Code
|
|
10
12
|
|
|
11
|
-
|
|
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.
|
|
12
14
|
|
|
13
15
|
## Why use this repo for Claude Code
|
|
14
16
|
|
|
15
|
-
- It
|
|
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.
|
|
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.
|
|
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
|
-
##
|
|
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
|
+
Use AAS to recommend a minimal skill stack for this security review. Propose the aas-stack.json 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
|
|
1
|
+
# AAS Core with Codex CLI
|
|
2
2
|
|
|
3
|
-
|
|
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.
|
|
4
4
|
|
|
5
|
-
|
|
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.
|
|
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
|
+
|
|
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.
|
|
8
10
|
|
|
9
11
|
## How to use Agentic Awesome Skills with Codex CLI
|
|
10
12
|
|
|
11
|
-
|
|
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.
|
|
14
|
-
2.
|
|
15
|
-
3.
|
|
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.
|
|
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
|
|
23
|
+
- It gives Codex native, local discovery and recommendation through MCP.
|
|
24
|
+
- It keeps catalog evidence, stack intent, validation, and planning deterministic and 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
|
|
28
|
+
- It still supports direct installs and plugin distributions as delivery surfaces.
|
|
29
|
+
|
|
30
|
+
## Direct install and plugins
|
|
23
31
|
|
|
24
|
-
|
|
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
|
-
|
|
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
|
|
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
|
+
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.
|
|
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`
|
|
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 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.
|
|
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
|
|
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 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.
|
|
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
|
+
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.
|
|
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 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.
|
|
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
|
|
17
|
-
|
|
18
|
-
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
54
|
+
- **The `aas` CLI** manages explicit lifecycle operations such as catalog status/update, MCP configuration, stack validation, planning, and diagnostics.
|
|
38
55
|
|
|
39
|
-
|
|
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 recommend and explain 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
|
-
|
|
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.
|
|
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
|
-
|
|
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 call `recommend_stack`. Review its coverage, evidence, exclusions, discovery candidates, and unknowns before accepting the proposed IDs.
|
|
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. **
|
|
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,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,968+ 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
|
|
1
|
+
# Getting Started with AAS Core
|
|
2
2
|
|
|
3
|
-
**New here?
|
|
3
|
+
**New here? Start with AAS Core and let your agent compose a small, reviewable skill stack for the project.**
|
|
4
4
|
|
|
5
|
-
>
|
|
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.
|
|
6
|
+
|
|
7
|
+
## Start with AAS Core
|
|
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.
|
|
10
|
+
|
|
11
|
+
```text
|
|
12
|
+
project -> agent -> local AAS MCP -> recommendation -> 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
|
-
##
|
|
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
|
-
|
|
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
|
|
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:
|
|
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.
|
|
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. [
|
|
190
|
-
2. [
|
|
191
|
-
3. [
|
|
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,
|
|
21
|
+
- **Domain expertise** across 1,968+ 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
|
|
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.
|
|
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
|
-
##
|
|
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
|
-
|
|
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 a deterministic recommendation instead of manually browsing thousands of skills
|
|
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)
|
|
@@ -1,89 +1,108 @@
|
|
|
1
|
-
# Skills
|
|
1
|
+
# Skills, AAS MCP, and Other MCP Tools
|
|
2
2
|
|
|
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
|
-
- **MCP
|
|
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.
|
|
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.
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
These surfaces are complementary. AAS Core connects them around the approved `aas-stack.json` manifest.
|
|
9
11
|
|
|
10
12
|
## What a skill does
|
|
11
13
|
|
|
12
14
|
A skill gives the model better instructions for a repeated task such as:
|
|
13
15
|
|
|
14
|
-
- planning a feature
|
|
15
|
-
- reviewing code
|
|
16
|
-
- running a security audit
|
|
17
|
-
- writing a README
|
|
18
|
-
- debugging a failing test suite
|
|
16
|
+
- planning a feature;
|
|
17
|
+
- reviewing code;
|
|
18
|
+
- running a security audit;
|
|
19
|
+
- writing a README;
|
|
20
|
+
- debugging a failing test suite.
|
|
19
21
|
|
|
20
|
-
In practice, a skill improves the assistant's decision-making, structure, and process
|
|
22
|
+
In practice, a skill improves the assistant's decision-making, structure, and process. It remains content, not an executable capability or a grant of authority.
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
Examples:
|
|
23
25
|
|
|
24
26
|
- `@brainstorming` helps the model clarify requirements before implementation.
|
|
25
|
-
- `@lint-and-validate` helps the model run
|
|
27
|
+
- `@lint-and-validate` helps the model run appropriate quality checks before claiming success.
|
|
26
28
|
|
|
27
|
-
## What
|
|
29
|
+
## What AAS MCP does
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
AAS MCP is part of this repository's product, not an unrelated external integration. Codex or Claude uses it to call the same deterministic AAS Core that powers the CLI projections.
|
|
30
32
|
|
|
31
|
-
|
|
32
|
-
- calling GitHub APIs
|
|
33
|
-
- fetching docs from a service
|
|
34
|
-
- creating calendar events
|
|
35
|
-
- querying an external system
|
|
33
|
+
It exposes exactly:
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
- `search_skills`;
|
|
36
|
+
- `get_skill`;
|
|
37
|
+
- `recommend_stack`;
|
|
38
|
+
- `inspect_stack`;
|
|
39
|
+
- `diff_stack`;
|
|
40
|
+
- the `aas://skills/{id}` resource template.
|
|
38
41
|
|
|
39
|
-
|
|
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.
|
|
43
|
+
|
|
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
|
+
|
|
46
|
+
## What other MCP tools do
|
|
40
47
|
|
|
41
|
-
|
|
48
|
+
An external MCP tool may give the model a capability it would not otherwise have, such as:
|
|
42
49
|
|
|
43
|
-
-
|
|
44
|
-
-
|
|
50
|
+
- reading from a database;
|
|
51
|
+
- calling GitHub APIs;
|
|
52
|
+
- fetching documentation from a service;
|
|
53
|
+
- creating calendar events;
|
|
54
|
+
- querying or changing another system.
|
|
45
55
|
|
|
46
|
-
|
|
56
|
+
Those tools expand what the assistant can do in the world. Their permissions, network behavior, and write boundaries depend on each server. They are different from the deliberately narrow AAS MCP catalog/composition boundary.
|
|
47
57
|
|
|
48
|
-
|
|
58
|
+
## What the CLI does
|
|
49
59
|
|
|
50
|
-
|
|
60
|
+
The `aas` CLI is the explicit operational interface for:
|
|
51
61
|
|
|
52
|
-
|
|
62
|
+
- catalog status and updates;
|
|
63
|
+
- MCP configuration;
|
|
64
|
+
- stack initialization and deterministic recommendation from an explicit profile;
|
|
65
|
+
- manifest validation;
|
|
66
|
+
- plan creation and read-only diagnostics.
|
|
53
67
|
|
|
54
|
-
|
|
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.
|
|
69
|
+
|
|
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
|
+
|
|
72
|
+
## The easiest mental model
|
|
55
73
|
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
74
|
+
- **Skills provide the operating guidance.**
|
|
75
|
+
- **AAS MCP helps the agent select and explain the right guidance.**
|
|
76
|
+
- **`aas-stack.json` records what the user approved.**
|
|
77
|
+
- **The CLI validates and previews the lifecycle.**
|
|
78
|
+
- **Other MCP servers provide access to outside systems.**
|
|
59
79
|
|
|
60
|
-
|
|
80
|
+
## Which path should you start with?
|
|
61
81
|
|
|
62
|
-
|
|
63
|
-
- you need the model to call APIs, query services, or interact with hosted platforms
|
|
64
|
-
- you already like the model's workflow quality, but need more reach
|
|
82
|
+
Start with **AAS Core** when:
|
|
65
83
|
|
|
66
|
-
|
|
84
|
+
- you use Codex or Claude with local MCP support;
|
|
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;
|
|
87
|
+
- you want a reviewable plan before any skill changes.
|
|
67
88
|
|
|
68
|
-
|
|
69
|
-
- you are building agent systems, internal tooling, or multi-step operational flows
|
|
89
|
+
Start with a **direct skill or specialized plugin** when:
|
|
70
90
|
|
|
71
|
-
|
|
91
|
+
- the host does not yet have a native AAS MCP configuration adapter;
|
|
92
|
+
- you already know the exact skill or fixed domain pack you want;
|
|
93
|
+
- you prefer manual invocation without a managed stack lifecycle.
|
|
72
94
|
|
|
73
|
-
|
|
95
|
+
Add **other MCP tools** when the work needs live access to APIs, services, databases, or hosted platforms. A stack can contain skills that guide those integrations without granting the external permissions itself.
|
|
74
96
|
|
|
75
|
-
|
|
76
|
-
- bundles for role-based starting points
|
|
77
|
-
- workflows for ordered execution patterns
|
|
78
|
-
- tool-specific guides for Claude Code, Cursor, Codex CLI, Gemini CLI, and others
|
|
97
|
+
## Preview limits
|
|
79
98
|
|
|
80
|
-
|
|
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.
|
|
81
100
|
|
|
82
101
|
## Good next reads
|
|
83
102
|
|
|
103
|
+
- [AAS Core](aas-core.md)
|
|
104
|
+
- [Getting Started](getting-started.md)
|
|
84
105
|
- [FAQ](faq.md)
|
|
85
106
|
- [Bundles](bundles.md)
|
|
86
107
|
- [Workflows](workflows.md)
|
|
87
|
-
- [
|
|
88
|
-
- [Codex CLI Skills](codex-cli-skills.md)
|
|
89
|
-
- [Gemini CLI Skills](gemini-cli-skills.md)
|
|
108
|
+
- [Plugins for Claude Code and Codex](plugins.md)
|