agentic-awesome-skills 17.2.0 → 17.3.0

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/README.md CHANGED
@@ -1,13 +1,13 @@
1
- <!-- registry-sync: version=17.2.0; skills=2121; stars=46366; updated_at=2026-09-13T20:59:23+00:00 -->
1
+ <!-- registry-sync: version=17.3.0; skills=2122; stars=46430; updated_at=2026-09-15T08:25:37+00:00 -->
2
2
  # AAS Core — Agentic Awesome Skills
3
3
 
4
4
  > **Find reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse.**
5
5
 
6
- **Current release: V17.2.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.
6
+ **Current release: V17.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.
7
7
 
8
8
  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.
9
9
 
10
- **[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/v17.2.0/docs/users/aas-core.md)**
10
+ **[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/v17.3.0/docs/users/aas-core.md)**
11
11
 
12
12
  This README tracks `main`. Changes under [Unreleased](CHANGELOG.md#unreleased), including complete bundle inspection, Workbench evidence import and sparse installer retrieval, require a subsequent release; the linked versioned guide describes the published package.
13
13
 
@@ -83,7 +83,7 @@ AAS Core gives the repository one product model:
83
83
  | Apply and recovery | Experimental, explicit opt-in, outside the supported safety claim |
84
84
  | Semantic suitability certification | Not provided |
85
85
 
86
- Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.2.0/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.
86
+ Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.3.0/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.
87
87
 
88
88
  ## Why This Repo
89
89
 
@@ -92,7 +92,7 @@ Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob
92
92
  - **Approval before writes**: the durable artifacts are an approved stack and immutable plan, not an opaque one-shot install.
93
93
  - **Installable, not just inspirational**: use the compatible legacy installer or plugin distributions when direct delivery is the right path.
94
94
  - **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more.
95
- - **Broad coverage with real utility**: 2,121+ skills across development, testing, security, infrastructure, product, and marketing.
95
+ - **Broad coverage with real utility**: 2,122+ skills across development, testing, security, infrastructure, product, and marketing.
96
96
  - **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.
97
97
  - **Focused delivery remains available**: specialized plugins package curated sets for web, security, data, docs, DevOps, QA, OSS, or agent/MCP workflows.
98
98
  - **Useful whether you want breadth or curation**: install the full catalog, choose a specialized plugin, start with bundles, or compare alternatives before installing.
@@ -111,7 +111,7 @@ Direct file search can find candidate prose, but it leaves the result in the con
111
111
  - [Choose Your Tool](#choose-your-tool)
112
112
  - [Quick FAQ](#quick-faq)
113
113
  - [Bundles & Workflows](#bundles--workflows)
114
- - [Browse 2,121+ Skills](#browse-2121-skills)
114
+ - [Browse 2,122+ Skills](#browse-2122-skills)
115
115
  - [Troubleshooting](#troubleshooting)
116
116
  - [Stable Skills Manifest v1](#stable-skills-manifest-v1)
117
117
  - [Contributing](#contributing)
@@ -123,7 +123,7 @@ Direct file search can find candidate prose, but it leaves the result in the con
123
123
 
124
124
  ## Installation
125
125
 
126
- For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.2.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.
126
+ For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.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.
127
127
 
128
128
  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:
129
129
 
@@ -296,7 +296,7 @@ The supported path covers complete local catalog search and inspection, agent-ow
296
296
 
297
297
  ### How do I install it?
298
298
 
299
- For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.2.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.
299
+ For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.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.
300
300
 
301
301
  For direct skill distribution, use a tool-specific flag such as `--codex`,
302
302
  `--cursor`, `--gemini`, or `--claude` to place skills in the directory your
@@ -374,7 +374,7 @@ Remove `--dry-run` only after reviewing the install, update, and removal plan. U
374
374
 
375
375
  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.
376
376
 
377
- ## Browse 2,121+ Skills
377
+ ## Browse 2,122+ Skills
378
378
 
379
379
  Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
380
380
 
@@ -412,7 +412,7 @@ Use the root repo as a landing page, then jump into the deeper surface that matc
412
412
  Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.
413
413
 
414
414
  - If you are confused after installation, start with the [Usage Guide](docs/users/usage.md).
415
- - For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.2.0/docs/users/aas-core.md).
415
+ - For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v17.3.0/docs/users/aas-core.md).
416
416
  - 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.
417
417
  - If you integrate agentic-awesome-skills into a host, read the discovery contract first: [Stable Skills Manifest v1](docs/users/discovery-manifest.md).
418
418
  - For Windows truncation or context crash loops, use [docs/users/windows-truncation-recovery.md](docs/users/windows-truncation-recovery.md).
@@ -423,7 +423,7 @@ Keep the root README short; use the dedicated docs for recovery and platform-spe
423
423
 
424
424
  ## Stable Skills Manifest v1
425
425
 
426
- 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/v17.2.0/docs/users/aas-core.md); custom host integrations can continue using the manifest below.
426
+ 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/v17.3.0/docs/users/aas-core.md); custom host integrations can continue using the manifest below.
427
427
 
428
428
  Host integrations should use:
429
429
 
@@ -738,6 +738,8 @@ Key source families include:
738
738
  - **[AntonioCardenas/generate-nanobanana](https://github.com/AntonioCardenas/generate-nanobanana)**: Source for the `generate-nanobanana` skill - image and video generation via Google's Gemini media models (Nano Banana 2 Lite/Standard/Pro, Gemini Omni Flash) with cost-approval gates before paid runs, real reference-image support, and a prompt/seed log beside every output (MIT).
739
739
  - **[alfredtech2026/shopify-app-review-brief](https://github.com/alfredtech2026/shopify-app-review-brief)**: Source for the `shopify-review-triage` skill - public-data-only P0–P3 triage of low-star Shopify App Store reviews into a source-linked brief, with an explicit needs-human-read bucket and first-pass vs. human-checked labeling (MIT).
740
740
  - **[unslothai/unsloth](https://github.com/unslothai/unsloth)**: Source for the `unsloth-finetuning` skill - single-GPU VRAM sizing, LoRA/QLoRA configuration, chat-template and loss-masking correctness, GRPO/DPO post-training, and GGUF/merged export paths (Apache-2.0).
741
+ - **[jiawood2006/hermes-skills](https://github.com/jiawood2006/hermes-skills)**: MIT source for the `de-ai-writer` skill - Chinese AI-smell detection and de-AI rewriting from a 35-pattern catalog, with a deterministic AI-smell index and a deletion-first edit procedure that preserves every source fact.
742
+
741
743
 
742
744
  </details>
743
745
 
@@ -1 +1 @@
1
- {"assets":[{"path":"data/aas-v1/skill-content-index.v1.json","sha256":"sha256-d6118c6e0f503dc3769863d52fd122e023344ab9217725ed1eb0dddcb7bf1cce","size":1407925},{"path":"data/aas-v1/skill-content.v1.ndjson","sha256":"sha256-90f2a96e0432f49a31d24f9a5ffaf7ddde7395ca93e2c6be835a8f18e7d3d0a7","size":16176117},{"path":"data/catalog.json","sha256":"sha256-7bab291aaac3d5d856f0a02a2058deed180c583669ddd6bd244924e2784fe798","size":1765317},{"path":"tools/lib/aas-v1/ontology.v1.json","sha256":"sha256-aaecc6a7e1b5fc7d1f8d5577b797982974aca2642e2d716e05fa2aab6a4fa885","size":7221}],"catalogDigest":"sha256-b84c4cdeee74d7a92edeb2854202e546c712fb76a6768c03799c32bc1be69840","catalogSchemaVersion":"2.0.0","digestVersion":1,"package":"agentic-awesome-skills","packageVersion":"17.2.0","schemaVersion":1,"skillCount":2121}
1
+ {"assets":[{"path":"data/aas-v1/skill-content-index.v1.json","sha256":"sha256-597f3b0b9374c3943b6a71b289012070889a027f2b37fb81cdeefdbd5a2b6a6d","size":1408346},{"path":"data/aas-v1/skill-content.v1.ndjson","sha256":"sha256-0c5c14e489b5be82156dda714cea6324616229cec8d15b27329e99ade40eb5a2","size":16186380},{"path":"data/catalog.json","sha256":"sha256-d17a9b4fee914c2aaf54e91ac9ce4c0319204758269c26f5c8c3d2108af125c5","size":1766424},{"path":"tools/lib/aas-v1/ontology.v1.json","sha256":"sha256-aaecc6a7e1b5fc7d1f8d5577b797982974aca2642e2d716e05fa2aab6a4fa885","size":7221}],"catalogDigest":"sha256-22f3b35c33cfa3057bc4a713756852f1461624609655b99123bd3f0e6f26d613","catalogSchemaVersion":"2.0.0","digestVersion":1,"package":"agentic-awesome-skills","packageVersion":"17.3.0","schemaVersion":1,"skillCount":2122}