📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!-- registry-sync: version=15.1.0; skills=1969; stars=43586; updated_at=2026-07-19T19:39:12+00:00 -->
|
||||
<!-- registry-sync: version=15.3.0; skills=1987; stars=43701; updated_at=2026-07-22T08:51:33+00:00 -->
|
||||
# AAS Core — Agentic Awesome Skills
|
||||
|
||||
> **Local, agent-owned skill stacks for coding agents—from complete catalog access to a reproducible, reviewable plan.**
|
||||
|
||||
**Current release: V15.1.0.** This release includes AAS Core for complete local catalog search, agent-owned selection, manifest validation, planning, and diagnosis. Apply and recovery remain experimental and outside the supported preview path.
|
||||
**Current release: V15.3.0.** This release includes AAS Core for complete local catalog search, agent-owned selection, manifest validation, planning, and diagnosis. Apply and recovery remain experimental and outside the supported preview path.
|
||||
|
||||
Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog. AAS Core does not rank or recommend them: its read-only `compose_stack` tool validates the agent-owned selection in memory, and a client or the `aas` CLI can persist it as `aas-stack.json` and produce an immutable plan before any target change.
|
||||
|
||||
**[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md)**
|
||||
**[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md)**
|
||||
|
||||
```text
|
||||
Project
|
||||
@@ -67,7 +67,7 @@ AAS Core gives the repository one product model:
|
||||
| Apply and recovery | Experimental, explicit opt-in, outside the supported safety claim |
|
||||
| Semantic suitability certification | Not provided |
|
||||
|
||||
Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.
|
||||
Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.
|
||||
|
||||
## Why This Repo
|
||||
|
||||
@@ -76,7 +76,7 @@ Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob
|
||||
- **Approval before writes**: the durable artifacts are an approved stack and immutable plan, not an opaque one-shot install.
|
||||
- **Installable, not just inspirational**: use the compatible legacy installer or plugin distributions when direct delivery is the right path.
|
||||
- **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more.
|
||||
- **Broad coverage with real utility**: 1,969+ skills across development, testing, security, infrastructure, product, and marketing.
|
||||
- **Broad coverage with real utility**: 1,987+ skills across development, testing, security, infrastructure, product, and marketing.
|
||||
- **Inspect before installing**: the hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench) reviews agent-produced stack manifests and immutable plans without browser-side installation.
|
||||
- **Focused delivery remains available**: specialized plugins package proven sets for web, security, data, docs, DevOps, QA, OSS, or agent/MCP workflows.
|
||||
- **Useful whether you want breadth or curation**: install the full catalog, choose a specialized plugin, start with bundles, or compare alternatives before installing.
|
||||
@@ -94,7 +94,7 @@ Direct file search can find candidate prose, but it leaves the result in the con
|
||||
- [Choose Your Tool](#choose-your-tool)
|
||||
- [Quick FAQ](#quick-faq)
|
||||
- [Bundles & Workflows](#bundles--workflows)
|
||||
- [Browse 1,969+ Skills](#browse-1969-skills)
|
||||
- [Browse 1,987+ Skills](#browse-1987-skills)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Stable Skills Manifest v1](#stable-skills-manifest-v1)
|
||||
- [Support the Project](#support-the-project)
|
||||
@@ -107,7 +107,7 @@ Direct file search can find candidate prose, but it leaves the result in the con
|
||||
|
||||
## Installation
|
||||
|
||||
For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md): configure the local MCP, ask the agent to inspect the project and choose exact IDs from the full catalog, review the proposed `aas-stack.json`, then run CLI validation and planning. The MCP and validation are read-only. Planning writes only the requested plan artifact; it does not materialize skill payloads or AAS managed state in the target.
|
||||
For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md): configure the local MCP, ask the agent to inspect the project and choose exact IDs from the full catalog, review the proposed `aas-stack.json`, then run CLI validation and planning. The MCP and validation are read-only. Planning writes only the requested plan artifact; it does not materialize skill payloads or AAS managed state in the target.
|
||||
|
||||
Use direct installation when your host does not yet have a native AAS Core adapter, when you already know the exact skill IDs, or when you deliberately prefer manual selection:
|
||||
|
||||
@@ -226,7 +226,7 @@ The supported path covers complete local catalog search and inspection, agent-ow
|
||||
|
||||
### How do I install it?
|
||||
|
||||
For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md) and use only a package release whose notes explicitly state that it includes Core. Release 14.6.0 predates Core; Core-capable releases begin with the 15.x line.
|
||||
For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md) and use only a package release whose notes explicitly state that it includes Core. Release 14.6.0 predates Core; Core-capable releases begin with the 15.x line.
|
||||
|
||||
For direct skill distribution, run `npx agentic-awesome-skills` for the default full-library install. Use a tool-specific flag such as `--codex`, `--cursor`, `--gemini`, `--claude`, or `--antigravity` when you want the legacy installer to place skills in the directory your assistant already watches.
|
||||
|
||||
@@ -300,7 +300,7 @@ Remove `--dry-run` only after reviewing the install, update, and removal plan. U
|
||||
|
||||
The hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench) imports and reviews AAS Core stack manifests and immutable plans in browser memory. It does not access the filesystem, generate an approved plan, or install skills.
|
||||
|
||||
## Browse 1,969+ Skills
|
||||
## Browse 1,987+ Skills
|
||||
|
||||
Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
|
||||
|
||||
@@ -338,7 +338,8 @@ Use the root repo as a landing page, then jump into the deeper surface that matc
|
||||
Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.
|
||||
|
||||
- If you are confused after installation, start with the [Usage Guide](docs/users/usage.md).
|
||||
- For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md).
|
||||
- For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md).
|
||||
- On native Windows, `AAS_ADAPTER_WINDOWS_ACL_FAILED` refers to the configuration path checked with PowerShell `Get-Acl`, not the cache and not `icacls`; do not approve until preview returns an approval digest.
|
||||
- If you integrate agentic-awesome-skills into a host, read the discovery contract first: [Stable Skills Manifest v1](docs/users/discovery-manifest.md).
|
||||
- For Windows truncation or context crash loops, use [docs/users/windows-truncation-recovery.md](docs/users/windows-truncation-recovery.md).
|
||||
- For Linux/macOS overload or selective activation, use [docs/users/agent-overload-recovery.md](docs/users/agent-overload-recovery.md).
|
||||
@@ -348,7 +349,7 @@ Keep the root README short; use the dedicated docs for recovery and platform-spe
|
||||
|
||||
## Stable Skills Manifest v1
|
||||
|
||||
This is the stable **direct-host discovery manifest** for integrations that load individual `SKILL.md` files. It is not `aas-stack.json`, the verified AAS Core catalog, or the Core composition contract. Core users should start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md); custom host integrations can continue using the manifest below.
|
||||
This is the stable **direct-host discovery manifest** for integrations that load individual `SKILL.md` files. It is not `aas-stack.json`, the verified AAS Core catalog, or the Core composition contract. Core users should start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v15.3.0/docs/users/aas-core.md); custom host integrations can continue using the manifest below.
|
||||
|
||||
Host integrations should use:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user