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.
- package/bundled-skills/.antigravity-install-manifest.json +5 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +151 -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 +63 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-design.md +304 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-goal.md +171 -0
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +104 -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 +182 -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 +50 -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/markstream-install/SKILL.md +187 -0
- package/bundled-skills/markstream-install/references/scenarios.md +48 -0
- 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 +121 -7
- package/bundled-skills/docs/contributors/skill-scoring.md +0 -235
|
@@ -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 retrieves the verified AAS catalog without ranking, inspects evidence, and records its exact selected IDs in 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 the durable project profile and agent-selected stack, then 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
|
+
- `compose_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, 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
|
+
|
|
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
|
+
- validation and composition of an agent-selected stack;
|
|
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, 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
|
+
|
|
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 gives the agent complete catalog access and records the selection the agent makes.**
|
|
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 complete catalog access and a reproducible manifest of the agent's exact selection;
|
|
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 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.
|
|
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)
|
|
@@ -1,28 +1,53 @@
|
|
|
1
|
-
# Usage Guide:
|
|
1
|
+
# Usage Guide: Compose and Use an AAS Skill Stack
|
|
2
|
+
|
|
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
|
+
|
|
5
|
+
## Primary workflow: agent-first composition
|
|
6
|
+
|
|
7
|
+
After configuring the local AAS MCP, ask your agent to inspect the repository and choose a stack for the outcome you want:
|
|
8
|
+
|
|
9
|
+
```text
|
|
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.
|
|
22
|
+
```
|
|
2
23
|
|
|
3
|
-
|
|
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.
|
|
4
25
|
|
|
5
|
-
|
|
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.
|
|
6
29
|
|
|
7
|
-
|
|
30
|
+
`stack apply` and `stack recover` are experimental, disabled by default, and are not supported or certified preview safety claims.
|
|
31
|
+
|
|
32
|
+
---
|
|
8
33
|
|
|
9
|
-
|
|
34
|
+
## Alternative workflow: direct skill installation
|
|
10
35
|
|
|
11
|
-
If you came in through a **Claude Code** or **Codex** plugin instead of a full library install,
|
|
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.
|
|
12
37
|
|
|
13
|
-
### What
|
|
38
|
+
### What direct distribution provides
|
|
14
39
|
|
|
15
40
|
When you ran `npx agentic-awesome-skills` or cloned the repository, you:
|
|
16
41
|
|
|
17
|
-
✅ **Downloaded 1,
|
|
42
|
+
✅ **Downloaded 1,969+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
18
43
|
✅ **Made them available** to your AI assistant
|
|
19
44
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
20
45
|
|
|
21
|
-
|
|
46
|
+
Direct distribution makes skill files available to the host. It does not select a project-specific stack, record desired state, or produce a preview plan; those are AAS Core responsibilities.
|
|
22
47
|
|
|
23
48
|
---
|
|
24
49
|
|
|
25
|
-
## Step 1: Understanding
|
|
50
|
+
## Direct-install Step 1: Understanding Bundles
|
|
26
51
|
|
|
27
52
|
**Common confusion:** "Do I need to download each skill separately?"
|
|
28
53
|
|
|
@@ -32,11 +57,7 @@ Think of it like installing a toolbox. You have all the tools now, but you need
|
|
|
32
57
|
|
|
33
58
|
Bundles are **curated groups** of skills organized by role. They help you decide which skills to start using, and they can also be exposed as focused marketplace plugins for Claude Code and Codex.
|
|
34
59
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- You installed a toolbox with 1,965+ tools (✅ done)
|
|
38
|
-
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
39
|
-
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
60
|
+
Bundles provide editorial shortlists. You can either select individual skills from a bundle or install its focused marketplace plugin where supported.
|
|
40
61
|
|
|
41
62
|
### What Bundles Are NOT
|
|
42
63
|
|
|
@@ -73,9 +94,7 @@ If you want only one bundle active at a time in Antigravity, use the activation
|
|
|
73
94
|
|
|
74
95
|
---
|
|
75
96
|
|
|
76
|
-
## Step 2:
|
|
77
|
-
|
|
78
|
-
This is the part that should have been explained better! Here's how to use skills:
|
|
97
|
+
## Direct-install Step 2: Invoke a Skill
|
|
79
98
|
|
|
80
99
|
### The Simple Answer
|
|
81
100
|
|
|
@@ -126,7 +145,7 @@ Use @brainstorming to plan this feature
|
|
|
126
145
|
|
|
127
146
|
---
|
|
128
147
|
|
|
129
|
-
## Step 3:
|
|
148
|
+
## Direct-install Step 3: Write a Focused Prompt
|
|
130
149
|
|
|
131
150
|
Here are **real-world examples** of good prompts:
|
|
132
151
|
|
|
@@ -182,7 +201,7 @@ Here are **real-world examples** of good prompts:
|
|
|
182
201
|
|
|
183
202
|
---
|
|
184
203
|
|
|
185
|
-
## Step 4: Your First Skill
|
|
204
|
+
## Direct-install Step 4: Your First Skill
|
|
186
205
|
|
|
187
206
|
Let's actually use a skill right now. Follow these steps:
|
|
188
207
|
|
|
@@ -210,9 +229,9 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
210
229
|
|
|
211
230
|
---
|
|
212
231
|
|
|
213
|
-
## Step 5:
|
|
232
|
+
## Direct-install Step 5: Pick Skills Manually
|
|
214
233
|
|
|
215
|
-
Don't try to use all 1,
|
|
234
|
+
Don't try to use all 1,969+ skills at once. Here's a sensible approach:
|
|
216
235
|
|
|
217
236
|
If you want a tool-specific starting point before choosing skills, use:
|
|
218
237
|
|
|
@@ -327,7 +346,7 @@ AI: [Creates tests, sets up CI/CD, deploys to Vercel]
|
|
|
327
346
|
|
|
328
347
|
### "Can I see all available skills?"
|
|
329
348
|
|
|
330
|
-
Yes
|
|
349
|
+
Yes. With AAS Core, ask the agent to call `search_skills` and inspect candidates with `get_skill`. On a direct install, you can also:
|
|
331
350
|
|
|
332
351
|
1. Browse [CATALOG.md](../../CATALOG.md) (searchable list)
|
|
333
352
|
2. Run `ls ~/.agents/skills/` (or your actual install path)
|
|
@@ -343,7 +362,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
343
362
|
|
|
344
363
|
### "Can I load all skills into the model at once?"
|
|
345
364
|
|
|
346
|
-
No. Even though you have 1,
|
|
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.
|
|
347
366
|
|
|
348
367
|
The intended pattern is:
|
|
349
368
|
|
|
@@ -394,7 +413,13 @@ Use @skill-creator to help me build a custom skill for [your task]
|
|
|
394
413
|
|
|
395
414
|
## Next Steps
|
|
396
415
|
|
|
397
|
-
|
|
416
|
+
For the Core-first path:
|
|
417
|
+
|
|
418
|
+
1. Configure the local MCP with the [AAS Core guide](aas-core.md).
|
|
419
|
+
2. Ask the agent to search the complete catalog, choose exact IDs, and explain its selection.
|
|
420
|
+
3. Review `aas-stack.json`, validate it, and preview the plan.
|
|
421
|
+
|
|
422
|
+
For direct/manual use:
|
|
398
423
|
|
|
399
424
|
1. ✅ **Try one skill right now** - Start with `@brainstorming` on any idea you have
|
|
400
425
|
2. 📚 **Pick 3-5 skills** from your role's bundle in [bundles.md](bundles.md)
|
|
@@ -1,26 +1,32 @@
|
|
|
1
|
-
# Visual
|
|
1
|
+
# Visual Guide: AAS Core and Skill Distribution
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This guide shows the primary AAS Core workflow and the supporting catalog and distribution surfaces.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## The Big Picture
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
|
|
11
|
-
│
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
│
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
│
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
│
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
PROJECT
|
|
11
|
+
│ inspected by Codex or Claude, not by AAS
|
|
12
|
+
▼
|
|
13
|
+
AGENT SEARCHES + READS COMPLETE LOCAL CATALOG
|
|
14
|
+
│
|
|
15
|
+
▼
|
|
16
|
+
CODEX OR CLAUDE CHOOSES EXACT SKILL IDS
|
|
17
|
+
│
|
|
18
|
+
▼
|
|
19
|
+
compose_stack ── validates · pins · never recommends
|
|
20
|
+
│
|
|
21
|
+
▼
|
|
22
|
+
AGENT PROPOSES aas-stack.json (no selection policy)
|
|
23
|
+
│
|
|
24
|
+
├────────► WORKBENCH (optional browser-local review)
|
|
25
|
+
▼
|
|
26
|
+
CLI VALIDATE ──► CLI PLAN ──► HUMAN REVIEW
|
|
27
|
+
|
|
28
|
+
Supported path: stop after plan review.
|
|
29
|
+
Apply and recovery remain experimental.
|
|
24
30
|
```
|
|
25
31
|
|
|
26
32
|
---
|
|
@@ -34,7 +40,7 @@ agentic-awesome-skills/
|
|
|
34
40
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
41
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
42
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
43
|
+
├── 📁 skills/ ← 1,969+ skills live here
|
|
38
44
|
│ │
|
|
39
45
|
│ ├── 📁 brainstorming/
|
|
40
46
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +53,7 @@ agentic-awesome-skills/
|
|
|
47
53
|
│ │ └── 📁 2d-games/
|
|
48
54
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
55
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
56
|
+
│ └── ... (1,969+ total)
|
|
51
57
|
│
|
|
52
58
|
├── 📁 apps/
|
|
53
59
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -66,7 +72,7 @@ agentic-awesome-skills/
|
|
|
66
72
|
|
|
67
73
|
---
|
|
68
74
|
|
|
69
|
-
##
|
|
75
|
+
## Alternative: Direct Skill Distribution
|
|
70
76
|
|
|
71
77
|
```
|
|
72
78
|
┌──────────────┐
|
|
@@ -90,7 +96,7 @@ agentic-awesome-skills/
|
|
|
90
96
|
│
|
|
91
97
|
↓
|
|
92
98
|
┌──────────────┐
|
|
93
|
-
│ 5. RESULT │
|
|
99
|
+
│ 5. RESULT │ The agent follows the selected instructions
|
|
94
100
|
└──────────────┘
|
|
95
101
|
```
|
|
96
102
|
|
|
@@ -100,7 +106,7 @@ agentic-awesome-skills/
|
|
|
100
106
|
|
|
101
107
|
```
|
|
102
108
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
109
|
+
│ 1,969+ SKILLS │
|
|
104
110
|
└────────────┬────────────┘
|
|
105
111
|
│
|
|
106
112
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +207,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
207
|
│ ├── 📁 brainstorming/ │
|
|
202
208
|
│ ├── 📁 stripe-integration/ │
|
|
203
209
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
210
|
+
│ └── ... (1,969+ total) │
|
|
205
211
|
└─────────────────────────────────────────┘
|
|
206
212
|
```
|
|
207
213
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# AAS Core
|
|
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à đọ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
|
+
|
|
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
|
+
|
|
7
|
+
## Luồng sử dụng
|
|
8
|
+
|
|
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` và `get_skill`, tự đánh giá kết quả theo ngữ nghĩa, rồi gọi `compose_stack` với `profile` và 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
|
+
4. Dùng AAS CLI để xác thực manifest và xem trước kế hoạch chính xác.
|
|
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
|
+
|
|
15
|
+
## Ranh giới tin cậy
|
|
16
|
+
|
|
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
|
+
- Kết quả tìm kiếm đầy đủ, phân trang và có 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
|
+
- `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
|
+
- 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
|
+
|
|
22
|
+
## Quan hệ với plugin và cài đặt trực tiếp
|
|
23
|
+
|
|
24
|
+
AAS Core là lớp truy cập catalog, ghi nhận lựa chọn và 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
|
+
|
|
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
|
+
|
|
28
|
+
Xem [`docs/users/aas-core.md`](../users/aas-core.md) để biết các lệnh tiếng Anh và yêu cầu cấu hình hiện tại.
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AAS Core — Agentic Awesome Skills
|
|
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
|
+
|
|
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 có đ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
|
+
|
|
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).
|
|
4
8
|
|
|
5
9
|
[](https://opensource.org/licenses/MIT)
|
|
6
10
|
[](https://claude.ai)
|
|
@@ -11,7 +15,7 @@
|
|
|
11
15
|
[](https://github.com/opencode-ai/opencode)
|
|
12
16
|
[](https://github.com/sickn33/agentic-awesome-skills)
|
|
13
17
|
|
|
14
|
-
|
|
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:
|
|
15
19
|
|
|
16
20
|
- 🟣 **Claude Code** (Anthropic CLI)
|
|
17
21
|
- 🔵 **Gemini CLI** (Google DeepMind)
|
|
@@ -22,11 +26,11 @@
|
|
|
22
26
|
- ⚪ **OpenCode** (Mã nguồn mở CLI)
|
|
23
27
|
- 🟡 **Kiro CLI / IDE** và **AdaL CLI**
|
|
24
28
|
|
|
25
|
-
**
|
|
29
|
+
**Ranh giới phiên bản:** Dòng 14.x là baseline phân phối kỹ năng trực tiếp và không chứa AAS Core; các gói hỗ trợ Core bắt đầu từ dòng 15.x. GitHub là nguồn chuẩn cho Core, catalog, plugin và tài liệu; website được host chỉ là bề mặt duyệt catalog và review trong trình duyệt, không phải control plane được host.
|
|
26
30
|
|
|
27
31
|
### 1. 🐣 Bối cảnh: Đây là gì?
|
|
28
32
|
|
|
29
|
-
**Agentic Awesome Skills**
|
|
33
|
+
**Agentic Awesome Skills** là repository chuẩn của AAS Core. Core là lớp sản phẩm cục bộ và xác định; catalog, bundle, workflow, plugin và installer CLI cung cấp bằng chứng, tuyển chọn, phân phối và khả năng tương thích xung quanh Core.
|
|
30
34
|
|
|
31
35
|
Các trợ lý AI (như Claude Code, Cursor, hoặc Gemini) rất thông minh, nhưng chúng thiếu các **công cụ chuyên biệt**. Chúng không biết "Quy trình Triển khai" của công ty bạn hoặc cú pháp cụ thể cho "AWS CloudFormation".
|
|
32
36
|
**Skills** là các tệp markdown nhỏ dạy cho chúng cách thực hiện những tác vụ cụ thể này một cách chính xác trong mọi lần thực thi.
|
|
@@ -55,7 +59,7 @@ Repository được tổ chức thành các lĩnh vực chuyên biệt để bi
|
|
|
55
59
|
|
|
56
60
|
[Xem các Gói khởi đầu tại docs/vietnamese/BUNDLES.md](BUNDLES.vi.md) để tìm bộ công cụ hoàn hảo cho vai trò của bạn.
|
|
57
61
|
|
|
58
|
-
## Duyệt hơn 1,
|
|
62
|
+
## Duyệt hơn 1,967 Kỹ năng
|
|
59
63
|
|
|
60
64
|
Chúng tôi đã chuyển danh sách đầy đủ các kỹ năng sang một danh mục riêng biệt để giữ cho file README này gọn gàng.
|
|
61
65
|
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 2d-games
|
|
3
|
-
description:
|
|
3
|
+
description: >-
|
|
4
|
+
2D game development principles. Sprites, atlases, tilemaps, physics, cameras,
|
|
5
|
+
and genre patterns (platformer, top-down). Use for canvas/Phaser/Kaplay/Pixi
|
|
6
|
+
2D games or guest viewports inside hybrid web apps.
|
|
4
7
|
risk: none
|
|
5
8
|
source: community
|
|
6
9
|
date_added: "2026-02-27"
|
|
@@ -8,24 +11,30 @@ date_added: "2026-02-27"
|
|
|
8
11
|
|
|
9
12
|
# 2D Game Development
|
|
10
13
|
|
|
11
|
-
> Principles for 2D game systems.
|
|
14
|
+
> Principles for 2D game systems. Pair with `game-development/web-games` / `game-development/engine-selection` for framework choice.
|
|
12
15
|
|
|
13
16
|
---
|
|
14
17
|
|
|
15
|
-
##
|
|
18
|
+
## Shell vs guest (web)
|
|
19
|
+
|
|
20
|
+
| Setup | 2D systems live… |
|
|
21
|
+
|-------|------------------|
|
|
22
|
+
| Full-screen 2D game | Entire app (Phaser/Kaplay/Pixi/Canvas) |
|
|
23
|
+
| Hybrid DOM + challenges | Only inside guest viewports; tear down when done |
|
|
24
|
+
|
|
25
|
+
---
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
## 1. Sprite Systems
|
|
18
28
|
|
|
19
29
|
| Component | Purpose |
|
|
20
30
|
|-----------|---------|
|
|
21
31
|
| **Atlas** | Combine textures, reduce draw calls |
|
|
22
|
-
| **Animation** | Frame sequences |
|
|
32
|
+
| **Animation** | Frame sequences (often 8-24 FPS) |
|
|
23
33
|
| **Pivot** | Rotation/scale origin |
|
|
24
34
|
| **Layering** | Z-order control |
|
|
25
35
|
|
|
26
36
|
### Animation Principles
|
|
27
37
|
|
|
28
|
-
- Frame rate: 8-24 FPS typical
|
|
29
38
|
- Squash and stretch for impact
|
|
30
39
|
- Anticipation before action
|
|
31
40
|
- Follow-through after action
|
|
@@ -34,16 +43,12 @@ date_added: "2026-02-27"
|
|
|
34
43
|
|
|
35
44
|
## 2. Tilemap Design
|
|
36
45
|
|
|
37
|
-
### Tile Considerations
|
|
38
|
-
|
|
39
46
|
| Factor | Recommendation |
|
|
40
47
|
|--------|----------------|
|
|
41
48
|
| **Size** | 16x16, 32x32, 64x64 |
|
|
42
49
|
| **Auto-tiling** | Use for terrain |
|
|
43
50
|
| **Collision** | Simplified shapes |
|
|
44
51
|
|
|
45
|
-
### Layers
|
|
46
|
-
|
|
47
52
|
| Layer | Content |
|
|
48
53
|
|-------|---------|
|
|
49
54
|
| Background | Non-interactive scenery |
|
|
@@ -55,8 +60,6 @@ date_added: "2026-02-27"
|
|
|
55
60
|
|
|
56
61
|
## 3. 2D Physics
|
|
57
62
|
|
|
58
|
-
### Collision Shapes
|
|
59
|
-
|
|
60
63
|
| Shape | Use Case |
|
|
61
64
|
|-------|----------|
|
|
62
65
|
| Box | Rectangular objects |
|
|
@@ -64,9 +67,7 @@ date_added: "2026-02-27"
|
|
|
64
67
|
| Capsule | Characters |
|
|
65
68
|
| Polygon | Complex shapes |
|
|
66
69
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
- Pixel-perfect vs physics-based
|
|
70
|
+
- Pixel-perfect vs physics-based: pick one approach per game
|
|
70
71
|
- Fixed timestep for consistency
|
|
71
72
|
- Layers for filtering
|
|
72
73
|
|
|
@@ -74,14 +75,13 @@ date_added: "2026-02-27"
|
|
|
74
75
|
|
|
75
76
|
## 4. Camera Systems
|
|
76
77
|
|
|
77
|
-
### Camera Types
|
|
78
|
-
|
|
79
78
|
| Type | Use |
|
|
80
79
|
|------|-----|
|
|
81
80
|
| **Follow** | Track player |
|
|
82
81
|
| **Look-ahead** | Anticipate movement |
|
|
83
82
|
| **Multi-target** | Two-player |
|
|
84
83
|
| **Room-based** | Metroidvania |
|
|
84
|
+
| **Static** | Board games, modal skill-checks |
|
|
85
85
|
|
|
86
86
|
### Screen Shake
|
|
87
87
|
|
|
@@ -103,7 +103,7 @@ date_added: "2026-02-27"
|
|
|
103
103
|
|
|
104
104
|
- 8-directional or free movement
|
|
105
105
|
- Aim-based or auto-aim
|
|
106
|
-
-
|
|
106
|
+
- Decide whether rotation matters
|
|
107
107
|
|
|
108
108
|
---
|
|
109
109
|
|
|
@@ -115,15 +115,18 @@ date_added: "2026-02-27"
|
|
|
115
115
|
| Complex collision shapes | Simplified collision |
|
|
116
116
|
| Jittery camera | Smooth following |
|
|
117
117
|
| Pixel-perfect on physics | Choose one approach |
|
|
118
|
+
| Orphaned RAF/listeners after a guest closes | Full teardown |
|
|
118
119
|
|
|
119
120
|
---
|
|
120
121
|
|
|
121
122
|
> **Remember:** 2D is about clarity. Every pixel should communicate.
|
|
122
123
|
|
|
123
124
|
## When to Use
|
|
124
|
-
|
|
125
|
+
|
|
126
|
+
Use for canvas/Phaser/Kaplay/Pixi 2D systems, or guest viewports inside hybrid web apps.
|
|
125
127
|
|
|
126
128
|
## Limitations
|
|
129
|
+
|
|
127
130
|
- Use this skill only when the task clearly matches the scope described above.
|
|
128
131
|
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
|
|
129
132
|
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
|