agentic-awesome-skills 16.2.0 → 16.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 +17 -12
- package/data/aas-v1/catalog-manifest.v1.json +1 -1
- package/data/aas-v1/skill-content-index.v1.json +1 -1
- package/data/aas-v1/skill-content.v1.ndjson +25 -1
- package/data/catalog.json +787 -2
- package/data/plugin-compatibility.json +467 -5
- package/data/skills_index.json +660 -0
- package/package.json +2 -2
- package/skills/agy-delegate/SKILL.md +168 -0
- package/skills/agy-delegate/references/dispatch-and-poll.md +140 -0
- package/skills/agy-delegate/references/multi-task-queues.md +59 -0
- package/skills/agy-delegate/references/review-and-land.md +103 -0
- package/skills/agy-delegate/references/writing-the-brief.md +124 -0
- package/skills/aider-delegate/SKILL.md +227 -0
- package/skills/aider-delegate/references/dispatch-and-poll.md +154 -0
- package/skills/aider-delegate/references/multi-task-queues.md +68 -0
- package/skills/aider-delegate/references/review-and-land.md +101 -0
- package/skills/aider-delegate/references/writing-the-brief.md +142 -0
- package/skills/babysit-pr/SKILL.md +343 -0
- package/skills/claude-delegate/SKILL.md +182 -0
- package/skills/claude-delegate/references/dispatch-and-poll.md +220 -0
- package/skills/claude-delegate/references/multi-task-queues.md +66 -0
- package/skills/claude-delegate/references/review-and-land.md +117 -0
- package/skills/claude-delegate/references/writing-the-brief.md +158 -0
- package/skills/cline-delegate/SKILL.md +140 -0
- package/skills/cline-delegate/references/dispatch-and-poll.md +142 -0
- package/skills/cline-delegate/references/multi-task-queues.md +58 -0
- package/skills/cline-delegate/references/review-and-land.md +80 -0
- package/skills/cline-delegate/references/writing-the-brief.md +129 -0
- package/skills/codex-delegate/SKILL.md +177 -0
- package/skills/codex-delegate/references/dispatch-and-poll.md +161 -0
- package/skills/codex-delegate/references/multi-task-queues.md +66 -0
- package/skills/codex-delegate/references/review-and-land.md +126 -0
- package/skills/codex-delegate/references/writing-the-brief.md +125 -0
- package/skills/commandcode-delegate/SKILL.md +188 -0
- package/skills/commandcode-delegate/references/dispatch-and-poll.md +222 -0
- package/skills/commandcode-delegate/references/multi-task-queues.md +81 -0
- package/skills/commandcode-delegate/references/review-and-land.md +144 -0
- package/skills/commandcode-delegate/references/writing-the-brief.md +147 -0
- package/skills/copilot-delegate/SKILL.md +159 -0
- package/skills/copilot-delegate/references/dispatch-and-poll.md +143 -0
- package/skills/copilot-delegate/references/multi-task-queues.md +58 -0
- package/skills/copilot-delegate/references/review-and-land.md +80 -0
- package/skills/copilot-delegate/references/writing-the-brief.md +140 -0
- package/skills/cursor-delegate/SKILL.md +170 -0
- package/skills/cursor-delegate/references/dispatch-and-poll.md +162 -0
- package/skills/cursor-delegate/references/multi-task-queues.md +59 -0
- package/skills/cursor-delegate/references/review-and-land.md +93 -0
- package/skills/cursor-delegate/references/writing-the-brief.md +126 -0
- package/skills/debate-review/SKILL.md +85 -0
- package/skills/debate-review/assets/prompts/review-debate.md +51 -0
- package/skills/debate-review/assets/prompts/review-main.md +64 -0
- package/skills/debate-review/assets/prompts/review-rebuttal.md +42 -0
- package/skills/debate-review/references/comment-format.md +63 -0
- package/skills/debate-review/references/schema.md +95 -0
- package/skills/delegate-setup/SKILL.md +215 -0
- package/skills/delegate-setup/references/schema.md +100 -0
- package/skills/delegate-setup/references/setup-dialogue.md +101 -0
- package/skills/falsify/SKILL.md +263 -0
- package/skills/falsify/references/bias-catalog.md +42 -0
- package/skills/falsify/references/mental-models.md +135 -0
- package/skills/falsify/templates/thinking-ledger.md +104 -0
- package/skills/graceful-shutdown/SKILL.md +379 -0
- package/skills/grok-delegate/SKILL.md +179 -0
- package/skills/grok-delegate/references/dispatch-and-poll.md +171 -0
- package/skills/grok-delegate/references/multi-task-queues.md +67 -0
- package/skills/grok-delegate/references/review-and-land.md +130 -0
- package/skills/grok-delegate/references/writing-the-brief.md +119 -0
- package/skills/kimi-delegate/SKILL.md +137 -0
- package/skills/kimi-delegate/references/dispatch-and-poll.md +134 -0
- package/skills/kimi-delegate/references/multi-task-queues.md +58 -0
- package/skills/kimi-delegate/references/review-and-land.md +92 -0
- package/skills/kimi-delegate/references/writing-the-brief.md +132 -0
- package/skills/omp-delegate/SKILL.md +186 -0
- package/skills/omp-delegate/references/dispatch-and-poll.md +155 -0
- package/skills/omp-delegate/references/multi-task-queues.md +59 -0
- package/skills/omp-delegate/references/review-and-land.md +95 -0
- package/skills/omp-delegate/references/writing-the-brief.md +149 -0
- package/skills/opencode-delegate/SKILL.md +189 -0
- package/skills/opencode-delegate/references/dispatch-and-poll.md +156 -0
- package/skills/opencode-delegate/references/multi-task-queues.md +68 -0
- package/skills/opencode-delegate/references/review-and-land.md +125 -0
- package/skills/opencode-delegate/references/writing-the-brief.md +142 -0
- package/skills/pi-delegate/SKILL.md +148 -0
- package/skills/pi-delegate/references/dispatch-and-poll.md +146 -0
- package/skills/pi-delegate/references/multi-task-queues.md +59 -0
- package/skills/pi-delegate/references/review-and-land.md +95 -0
- package/skills/pi-delegate/references/writing-the-brief.md +132 -0
- package/skills/qoder-delegate/SKILL.md +151 -0
- package/skills/qoder-delegate/references/dispatch-and-poll.md +119 -0
- package/skills/qoder-delegate/references/multi-task-queues.md +43 -0
- package/skills/qoder-delegate/references/review-and-land.md +66 -0
- package/skills/qoder-delegate/references/writing-the-brief.md +85 -0
- package/skills/sandbase-mcp/SKILL.md +194 -0
- package/skills/ui-slop-score/SKILL.md +2 -2
- package/skills/unsloth-finetuning/SKILL.md +352 -0
- package/skills/vibe-delegate/SKILL.md +147 -0
- package/skills/vibe-delegate/references/dispatch-and-poll.md +144 -0
- package/skills/vibe-delegate/references/multi-task-queues.md +59 -0
- package/skills/vibe-delegate/references/review-and-land.md +87 -0
- package/skills/vibe-delegate/references/writing-the-brief.md +131 -0
- package/skills/warp-delegate/SKILL.md +192 -0
- package/skills/warp-delegate/references/dispatch-and-poll.md +163 -0
- package/skills/warp-delegate/references/multi-task-queues.md +80 -0
- package/skills/warp-delegate/references/review-and-land.md +123 -0
- package/skills/warp-delegate/references/writing-the-brief.md +105 -0
- package/skills/zcode-delegate/SKILL.md +202 -0
- package/skills/zcode-delegate/references/dispatch-and-poll.md +113 -0
- package/skills/zcode-delegate/references/multi-task-queues.md +87 -0
- package/skills/zcode-delegate/references/review-and-land.md +81 -0
- package/skills/zcode-delegate/references/writing-the-brief.md +120 -0
- package/skills_index.json +660 -0
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<!-- registry-sync: version=16.
|
|
1
|
+
<!-- registry-sync: version=16.3.0; skills=2098; stars=45569; updated_at=2026-08-28T08:40:20+00:00 -->
|
|
2
2
|
# AAS Core — Agentic Awesome Skills
|
|
3
3
|
|
|
4
4
|
> **Local, agent-owned skill stacks for coding agents—from complete catalog access to a reproducible, reviewable plan.**
|
|
5
5
|
|
|
6
|
-
**Current release: V16.
|
|
6
|
+
**Current release: V16.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/v16.
|
|
10
|
+
**[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/v16.3.0/docs/users/aas-core.md)**
|
|
11
11
|
|
|
12
12
|
```text
|
|
13
13
|
Project
|
|
@@ -25,7 +25,7 @@ The reusable `SKILL.md` playbooks, specialized plugins, bundles, workflows, and
|
|
|
25
25
|
|
|
26
26
|
This is an independent community project. It is not affiliated with, sponsored by, endorsed by, or authorized by Google. Google, Antigravity, Gemini, and related product names are referenced only to describe compatibility and install targets. The GitHub repository is canonical; the hosted catalog and browser-local Workbench are companion discovery and review surfaces, not a hosted control plane.
|
|
27
27
|
|
|
28
|
-
[](https://github.com/sickn33/agentic-awesome-skills/stargazers)
|
|
29
29
|
[](https://x.com/AASkills_)
|
|
30
30
|
[](LICENSE)
|
|
31
31
|
[](https://claude.ai)
|
|
@@ -67,7 +67,7 @@ AAS Core gives the repository one product model:
|
|
|
67
67
|
| Apply and recovery | Experimental, explicit opt-in, outside the supported safety claim |
|
|
68
68
|
| Semantic suitability certification | Not provided |
|
|
69
69
|
|
|
70
|
-
Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.
|
|
70
|
+
Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.3.0/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.
|
|
71
71
|
|
|
72
72
|
## Why This Repo
|
|
73
73
|
|
|
@@ -76,7 +76,7 @@ Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob
|
|
|
76
76
|
- **Approval before writes**: the durable artifacts are an approved stack and immutable plan, not an opaque one-shot install.
|
|
77
77
|
- **Installable, not just inspirational**: use the compatible legacy installer or plugin distributions when direct delivery is the right path.
|
|
78
78
|
- **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more.
|
|
79
|
-
- **Broad coverage with real utility**: 2,
|
|
79
|
+
- **Broad coverage with real utility**: 2,098+ skills across development, testing, security, infrastructure, product, and marketing.
|
|
80
80
|
- **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.
|
|
81
81
|
- **Focused delivery remains available**: specialized plugins package proven sets for web, security, data, docs, DevOps, QA, OSS, or agent/MCP workflows.
|
|
82
82
|
- **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
|
|
|
94
94
|
- [Choose Your Tool](#choose-your-tool)
|
|
95
95
|
- [Quick FAQ](#quick-faq)
|
|
96
96
|
- [Bundles & Workflows](#bundles--workflows)
|
|
97
|
-
- [Browse 2,
|
|
97
|
+
- [Browse 2,098+ Skills](#browse-2098-skills)
|
|
98
98
|
- [Troubleshooting](#troubleshooting)
|
|
99
99
|
- [Stable Skills Manifest v1](#stable-skills-manifest-v1)
|
|
100
100
|
- [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
|
|
|
107
107
|
|
|
108
108
|
## Installation
|
|
109
109
|
|
|
110
|
-
For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.
|
|
110
|
+
For Codex and Claude, start with the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.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.
|
|
111
111
|
|
|
112
112
|
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:
|
|
113
113
|
|
|
@@ -261,7 +261,7 @@ The supported path covers complete local catalog search and inspection, agent-ow
|
|
|
261
261
|
|
|
262
262
|
### How do I install it?
|
|
263
263
|
|
|
264
|
-
For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.
|
|
264
|
+
For AAS Core, follow the [preview guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.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.
|
|
265
265
|
|
|
266
266
|
For direct skill distribution, use a tool-specific flag such as `--codex`,
|
|
267
267
|
`--cursor`, `--gemini`, or `--claude` to place skills in the directory your
|
|
@@ -339,7 +339,7 @@ Remove `--dry-run` only after reviewing the install, update, and removal plan. U
|
|
|
339
339
|
|
|
340
340
|
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.
|
|
341
341
|
|
|
342
|
-
## Browse 2,
|
|
342
|
+
## Browse 2,098+ Skills
|
|
343
343
|
|
|
344
344
|
Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
|
|
345
345
|
|
|
@@ -377,7 +377,7 @@ Use the root repo as a landing page, then jump into the deeper surface that matc
|
|
|
377
377
|
Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.
|
|
378
378
|
|
|
379
379
|
- If you are confused after installation, start with the [Usage Guide](docs/users/usage.md).
|
|
380
|
-
- For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.
|
|
380
|
+
- For Core setup, trust boundaries, stack manifests, and preview status, use the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/v16.3.0/docs/users/aas-core.md).
|
|
381
381
|
- 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.
|
|
382
382
|
- If you integrate agentic-awesome-skills into a host, read the discovery contract first: [Stable Skills Manifest v1](docs/users/discovery-manifest.md).
|
|
383
383
|
- For Windows truncation or context crash loops, use [docs/users/windows-truncation-recovery.md](docs/users/windows-truncation-recovery.md).
|
|
@@ -388,7 +388,7 @@ Keep the root README short; use the dedicated docs for recovery and platform-spe
|
|
|
388
388
|
|
|
389
389
|
## Stable Skills Manifest v1
|
|
390
390
|
|
|
391
|
-
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/v16.
|
|
391
|
+
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/v16.3.0/docs/users/aas-core.md); custom host integrations can continue using the manifest below.
|
|
392
392
|
|
|
393
393
|
Host integrations should use:
|
|
394
394
|
|
|
@@ -450,6 +450,7 @@ Key source families include:
|
|
|
450
450
|
|
|
451
451
|
### Official Sources
|
|
452
452
|
|
|
453
|
+
- **[sandbaseai/cli](https://github.com/sandbaseai/cli)**: Official source for the `sandbase-mcp` skill - discover, inspect, and invoke 2,000+ AI models and APIs through a local MCP bridge with explicit schema and cost checks (Apache-2.0).
|
|
453
454
|
- **[vostride/agent-qa](https://github.com/vostride/agent-qa)**: Official Agent QA skills for authoring natural-language web and mobile tests, evidence-backed run triage, and scoped debug/fix workflows (FSL-1.1-ALv2, Apache-2.0 after two years).
|
|
454
455
|
- **[uizze/uizze](https://github.com/uizze/uizze)**: Official UIZZE source for the free `anti-ui-slop` skill—product-specific UI references, design contracts, required states, and a hard finish gate grounded in 800,000+ real web and iOS screens (MIT).
|
|
455
456
|
- **[anthropics/skills](https://github.com/anthropics/skills)**: Official Anthropic skills repository - Document manipulation (DOCX, PDF, PPTX, XLSX), Brand Guidelines, Internal Communications.
|
|
@@ -495,6 +496,7 @@ Key source families include:
|
|
|
495
496
|
|
|
496
497
|
### Community Contributors
|
|
497
498
|
|
|
499
|
+
- **[263311487-ux/falsify](https://github.com/263311487-ux/falsify)**: Source for the `falsify` skill - a scientific reasoning protocol for explicit hypotheses, adversarial checks, evidence grading, and calibrated conclusions (MIT).
|
|
498
500
|
- **[Ghost011118/project-state-governor](https://github.com/Ghost011118/project-state-governor)**: Source for the `project-state-governor` skill - evidence-backed canonical project state across sessions, branches, reviews, and research cycles (Apache-2.0).
|
|
499
501
|
- **[sandbaseai/sandbase-skills](https://github.com/sandbaseai/sandbase-skills)**: Source for the `multi-source-search` skill - cross-validated research with explicit source diversity, confidence, conflicts, gaps, and an offline-checkable evidence ledger (Apache-2.0).
|
|
500
502
|
- **[alexprivalov/boost-asio-skill](https://github.com/alexprivalov/boost-asio-skill)**: Source for the `boost-asio-pro` skill - version-aware async C++ networking with Boost.Asio and standalone Asio across coroutine, callback, and classic `io_service` styles (MIT).
|
|
@@ -506,6 +508,8 @@ Key source families include:
|
|
|
506
508
|
- **[OJPalenzuela/agents-generator](https://github.com/OJPalenzuela/agents-generator)**: Source for the `agents-generator` skill - project-specific `AGENTS.md` and companion rule generation with package-manager detection, monorepo handling, dry-run/update modes, backups, and validated commands (MIT).
|
|
507
509
|
- **[agentbody/skills](https://github.com/agentbody/skills)**: Source for the `people-data` skill - LinkedIn and YouTube professional-profile and public business-contact research via the Agent Body MCP server (MIT).
|
|
508
510
|
- **[sudosubin/gh-attach](https://github.com/sudosubin/gh-attach)**: Source for the `gh-attach` skill - GitHub CLI uploads and downloads of `user-attachments` (screenshots, PDFs, zips, videos), producing repo-scoped URLs for PRs, issues, and READMEs, with GitHub Enterprise Server support (MIT).
|
|
511
|
+
- **[amElnagdy/review-skills](https://github.com/amElnagdy/review-skills)**: Source for the `debate-review` and `babysit-pr` skills - two-model debate review of PRs/MRs with inline comments and automated babysitting of review rounds for GitHub, GitLab and Azure DevOps (MIT, docs-only — runtime not bundled).
|
|
512
|
+
- **[amElnagdy/delegate-skills](https://github.com/amElnagdy/delegate-skills)**: Source for 18 delegation skills (`delegate-setup` + 17 implementer relays for Claude/Codex/Cursor/OpenCode and 13 more) — multi-agent delegation and fleet orchestration with Node built-ins only, relay never commits (MIT, docs-only — runtime not bundled).
|
|
509
513
|
- **[zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill)**: Source for 43 security skills covering reverse engineering, binary analysis, offensive assessment orchestration, and threat-intelligence workflows, adapted with English metadata and upstream safety gates (MIT).
|
|
510
514
|
- **[abhinaykrupa/cowork-to-code-bridge](https://github.com/abhinaykrupa/cowork-to-code-bridge)**: Source for the `cowork-to-code-bridge` skill - consent-bound execution on the user's own machine with pinned provenance, narrow scopes, and explicit local-agent limitations (MIT).
|
|
511
515
|
- **[maleksaadi0109/hyprfedora](https://github.com/maleksaadi0109/hyprfedora)**: Source for the `fedora-hyprland-installer` skill - GPU-aware Fedora Hyprland installation, configuration, verification, repair, and removal workflows (MIT).
|
|
@@ -701,6 +705,7 @@ Key source families include:
|
|
|
701
705
|
- **[thecsdoctor/brendangregg-use-tsa-skill](https://github.com/thecsdoctor/brendangregg-use-tsa-skill)**: Source for the `brendangregg-use-tsa` skill - methodical performance troubleshooting and root-cause analysis with Brendan Gregg's USE and TSA methods, plus evidence-backed RCA and postmortem reporting (MIT).
|
|
702
706
|
- **[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).
|
|
703
707
|
- **[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).
|
|
708
|
+
- **[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).
|
|
704
709
|
|
|
705
710
|
</details>
|
|
706
711
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"assets":[{"path":"data/aas-v1/skill-content-index.v1.json","sha256":"sha256-
|
|
1
|
+
{"assets":[{"path":"data/aas-v1/skill-content-index.v1.json","sha256":"sha256-85a710d5858baaeb821bd5c810f195ef500f2541689ca8891e8581135fe92dca","size":289027},{"path":"data/aas-v1/skill-content.v1.ndjson","sha256":"sha256-1b28ab416440679f298a0019051c7e24f71614f183a6e07928b1948a1970cb6d","size":20315862},{"path":"data/catalog.json","sha256":"sha256-4c05acc57003454c39648f6da970c5d48260bcb3a8520c4a65b91931d380a608","size":1757814},{"path":"tools/lib/aas-v1/ontology.v1.json","sha256":"sha256-25169aad0a3d2e8420b0acd65a35f7ce4ecb08fcbe0018ee978808ce0c8944ed","size":7109}],"catalogDigest":"sha256-2d1b2b73febf6d95b01509f9a109b9fb683e32842f36c7ee3d5e50cf9bbbf229","catalogSchemaVersion":"2.0.0","digestVersion":1,"package":"agentic-awesome-skills","packageVersion":"16.3.0","schemaVersion":1,"skillCount":2098}
|