📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,21 +1,31 @@
|
||||
<!-- registry-sync: version=14.6.0; skills=1965; stars=43394; updated_at=2026-07-16T14:29:29+00:00 -->
|
||||
[](https://github.com/sickn33/agentic-awesome-skills)
|
||||
<!-- registry-sync: version=15.1.0; skills=1969; stars=43586; updated_at=2026-07-19T19:39:12+00:00 -->
|
||||
# AAS Core — Agentic Awesome Skills
|
||||
|
||||
# 🌌 Agentic Awesome Skills: 1,965+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Autohand Code, Copilot & More
|
||||
> **A complete local skill catalog for coding agents—from project inspection and agent-owned selection to a reproducible, reviewable plan.**
|
||||
|
||||
> **Installable GitHub library of 1,965+ agentic skills for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants.**
|
||||
**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.
|
||||
|
||||
Agentic Awesome Skills is an installable GitHub library and npm installer for reusable `SKILL.md` playbooks. It is designed for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, GitHub Copilot, and other AI coding assistants that benefit from structured operating instructions. Instead of collecting one-off prompt snippets, this repository gives you a searchable, installable catalog of skills, bundles, workflows, plugin-safe distributions, and practical docs that help agents perform recurring tasks with better context, stronger constraints, and clearer outputs.
|
||||
Codex or Claude inspects your project, enumerates its primary capabilities, searches and compares candidates across the complete local AAS catalog, and chooses the exact skills. Core imposes no semantic policy that favors a small stack; the manifest format has an explicit technical maximum of 128 skills. All 1,968 skills in the current catalog remain individually searchable, readable, and selectable. AAS Core does not rank or recommend skills. Its read-only `compose_stack` tool validates and returns the agent-owned manifest in memory; a client or the `aas` CLI persists the reviewed stack and its optional selection-evidence sidecar.
|
||||
|
||||
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.
|
||||
**[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md)**
|
||||
|
||||
You can use this repo to install a broad multi-tool skill library, start from focused plugin bundles, or jump into workflow-driven execution for planning, coding, debugging, testing, security review, infrastructure, product work, and growth tasks. The root README is intentionally a high-signal landing page: understand what the project is, install the right surface quickly, choose the right tool path, and then follow deeper docs only when you need them.
|
||||
```text
|
||||
Project
|
||||
-> inspected by Codex or Claude (not by AAS)
|
||||
-> agent searches and reads the complete local catalog
|
||||
-> AAS MCP (local stdio, read-only)
|
||||
-> Codex or Claude chooses exact skill IDs
|
||||
-> compose_stack validates the selection in memory (read-only)
|
||||
-> client or AAS CLI persists aas-stack.json and optional evidence
|
||||
-> AAS CLI validate + immutable plan preview
|
||||
-> human review (optionally in Workbench)
|
||||
```
|
||||
|
||||
The canonical project page is the GitHub repository at <https://github.com/sickn33/agentic-awesome-skills>; the hosted catalog is a companion discovery surface for search, plugins, skill detail pages, and exact-set composition.
|
||||
The 1,967+ reusable `SKILL.md` playbooks, specialized plugins, bundles, workflows, and direct installers remain important. They are the content, curation, distribution, and compatibility layers around AAS Core—not competing primary products.
|
||||
|
||||
**Start here:** [Install in 1 minute](#installation) · [Build an exact set](https://sickn33.github.io/agentic-awesome-skills/workbench) · [Recommended plugins](#recommended-specialized-plugins) · [Compare plugin packs](https://sickn33.github.io/agentic-awesome-skills/plugins) · [Choose your tool](#choose-your-tool) · [📚 Browse 1,965+ Skills](#browse-1965-skills) · [Bundles & workflows](#bundles--workflows) · [Support the project](#support-the-project)
|
||||
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.
|
||||
|
||||
[](https://github.com/sickn33/agentic-awesome-skills/stargazers)
|
||||
[](https://github.com/sickn33/agentic-awesome-skills/stargazers)
|
||||
[](https://x.com/AASkills_)
|
||||
[](LICENSE)
|
||||
[](https://claude.ai)
|
||||
@@ -24,32 +34,49 @@ The canonical project page is the GitHub repository at <https://github.com/sickn
|
||||
[](https://github.com/autohandai/code-cli)
|
||||
[](https://github.com/google-gemini/gemini-cli)
|
||||
[](https://github.com/sickn33/agentic-awesome-skills/releases/latest)
|
||||
[](#installation)
|
||||
[](#installation)
|
||||
[](https://kiro.dev)
|
||||
[](https://github.com/features/copilot)
|
||||
[](https://github.com/opencode-ai/opencode)
|
||||
[](https://github.com/sickn33/agentic-awesome-skills)
|
||||
|
||||
**Current release: V14.6.0.** Trusted by 43k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly.
|
||||
## AAS Core: Agent-First Preview
|
||||
|
||||
> **The agent composes. You control. AAS keeps the stack reproducible.**
|
||||
|
||||
AAS Core gives the repository one product model:
|
||||
|
||||
- **Let the agent choose.** The local MCP preserves `search_skills`, `get_skill`, `compose_stack`, `inspect_stack`, and `diff_stack`, and adds read-only `export_selection_evidence` and `inspect_selection_evidence`; Core does not rank, recommend, exclude, or hide skills.
|
||||
- **Require capability coverage.** MCP session instructions require the agent to evaluate the full project surface—from architecture, domain behavior, data and integrations through testing, security, UX, deployment, and maintenance—then search each applicable capability, compare multiple candidates, cover it with a non-redundant skill or report a catalog gap, and avoid stopping at a minimal shortlist.
|
||||
- **Keep the chosen stack and evidence reviewable.** A client or the CLI can persist `aas-stack.json` and the separate `aas-selection-evidence.json` sidecar in an `artifact-dir`; the manifest preserves exact agent-selected IDs, while evidence records factual process trace and the agent-declared capability ledger.
|
||||
- **Validate and preview through the CLI.** `aas stack validate` checks the proposal, while `aas stack plan` produces an immutable, per-target plan without applying it.
|
||||
- **Review in Workbench.** The hosted Workbench imports and reviews stack/plan JSON in browser memory; it does not access your filesystem or install anything.
|
||||
- **Retain every useful distribution path.** Direct installs, plugins, bundles, workflows, and the full catalog remain available as payload and compatibility surfaces.
|
||||
|
||||
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.
|
||||
|
||||
## Why This Repo
|
||||
|
||||
- **Installable, not just inspirational**: use `npx agentic-awesome-skills` to put skills where your tool expects them.
|
||||
- **Agent-first, locally controlled**: Codex or Claude inspects the project and chooses from the complete local catalog without uploading your repository to AAS.
|
||||
- **Complete and inspectable**: every catalog skill is searchable, readable, selectable, and usable; metadata is informational and never an eligibility gate.
|
||||
- **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,965+ skills across development, testing, security, infrastructure, product, and marketing.
|
||||
- **Inspect before installing**: the hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench) filters recorded risk, provenance, host compatibility, and setup evidence, then generates release-pinned preview and install commands for exact IDs.
|
||||
- **Focused by default**: specialized plugins help you start with the web, security, data, docs, DevOps, QA, OSS, or agent/MCP workflows you actually need.
|
||||
- **Broad coverage with real utility**: 1,969+ 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.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [AAS Core: Agent-First Preview](#aas-core-agent-first-preview)
|
||||
- [Why This Repo](#why-this-repo)
|
||||
- [Installation](#installation)
|
||||
- [Recommended Specialized Plugins](#recommended-specialized-plugins)
|
||||
- [Choose Your Tool](#choose-your-tool)
|
||||
- [Quick FAQ](#quick-faq)
|
||||
- [Bundles & Workflows](#bundles--workflows)
|
||||
- [Browse 1,965+ Skills](#browse-1965-skills)
|
||||
- [Browse 1,969+ Skills](#browse-1969-skills)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Stable Skills Manifest v1](#stable-skills-manifest-v1)
|
||||
- [Support the Project](#support-the-project)
|
||||
@@ -62,7 +89,9 @@ The canonical project page is the GitHub repository at <https://github.com/sickn
|
||||
|
||||
## Installation
|
||||
|
||||
Most users should start by choosing the smallest useful surface:
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
- **Specialized plugins** when the job has a clear domain.
|
||||
- **Full library install** when you want every skill available in a local skills directory.
|
||||
@@ -145,10 +174,10 @@ Use the same repository, but install or invoke it in the way your host expects.
|
||||
|
||||
| Tool | Install | First Use |
|
||||
| -------------- | ------------------------------------------------------------------------ | ------------------------------------------------------ |
|
||||
| Claude Code | `npx agentic-awesome-skills --claude` or Claude plugin marketplace | `>> /brainstorming help me plan a feature` |
|
||||
| Claude Code | [AAS Core local MCP preview](docs/users/claude-code-skills.md), direct install, or Claude plugin marketplace | Ask Claude to choose and compose an AAS stack |
|
||||
| Cursor | `npx agentic-awesome-skills --cursor` | `@brainstorming help me plan a feature` |
|
||||
| Gemini CLI | `npx agentic-awesome-skills --gemini` | `Use brainstorming to plan a feature` |
|
||||
| Codex CLI | `npx agentic-awesome-skills --codex` | `Use brainstorming to plan a feature` |
|
||||
| Codex CLI | [AAS Core local MCP preview](docs/users/codex-cli-skills.md) or `npx agentic-awesome-skills --codex` | Ask Codex to choose and compose an AAS stack |
|
||||
| Autohand Code | `npx agentic-awesome-skills --path ~/.autohand/skills` or `--path .autohand/skills` | `Use brainstorming to plan a feature` |
|
||||
| Antigravity IDE | `npx agentic-awesome-skills --antigravity` | `Use @brainstorming to plan a feature` |
|
||||
| Antigravity CLI (`agy`) | `npx agentic-awesome-skills --agy` | `/brainstorming help me plan a feature` |
|
||||
@@ -159,7 +188,7 @@ Use the same repository, but install or invoke it in the way your host expects.
|
||||
| AdaL CLI | `npx agentic-awesome-skills --path .adal/skills` | `Use brainstorming to plan a feature` |
|
||||
| Custom path | `npx agentic-awesome-skills --path ./my-skills` | Depends on your tool |
|
||||
|
||||
Use the table above for install targets. Use specialized plugins when you are choosing what to install for a domain, then use the host guides below only for path details, prompt examples, and setup caveats.
|
||||
Use the Codex and Claude guides for the AAS Core MCP preview path. For other hosts—or when you deliberately want manual delivery—use the table's direct install targets, specialized plugins, and host-specific path guidance.
|
||||
|
||||
- [Claude Code skills](docs/users/claude-code-skills.md): install paths, starter skills, prompt examples, and plugin marketplace flow.
|
||||
- [Cursor skills](docs/users/cursor-skills.md): `.cursor/skills/` setup, UI-heavy work, and pair-programming flows.
|
||||
@@ -171,11 +200,17 @@ Use the table above for install targets. Use specialized plugins when you are ch
|
||||
|
||||
### What is Agentic Awesome Skills?
|
||||
|
||||
**Agentic Awesome Skills** (Release 14.6.0) is a large, installable skill library for AI coding assistants. It packages 1,965+ reusable `SKILL.md` playbooks, specialized plugins, bundles, workflows, generated catalogs, and a CLI installer so Claude Code, Codex CLI, Autohand Code, Cursor, Gemini CLI, Antigravity, and similar tools can reuse proven operating instructions instead of one-off prompts.
|
||||
**Agentic Awesome Skills** is the repository behind AAS Core, a local agent-first control plane for recording and validating agent-chosen skill stacks. The read-only AAS MCP gives Codex and Claude complete catalog search and skill inspection; the stack CLI and Workbench make the chosen state reproducible and reviewable. Direct installers, specialized plugins, bundles, and workflows remain supported distribution and discovery surfaces.
|
||||
|
||||
### Is AAS Core fully certified?
|
||||
|
||||
The supported path covers complete local catalog search and inspection, agent-owned selection, stack composition and validation, immutable planning, and diagnosis. Transactional apply/recovery safety remains outside the supported claim; apply and recovery are explicitly experimental and disabled without additional opt-in flags.
|
||||
|
||||
### How do I install it?
|
||||
|
||||
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 installer to place skills in the directory your assistant already watches.
|
||||
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 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.
|
||||
|
||||
For Autohand Code, use the installer with a custom path:
|
||||
|
||||
@@ -203,10 +238,11 @@ Start with [Specialized Plugins](#recommended-specialized-plugins) when you want
|
||||
|
||||
## Bundles & Workflows
|
||||
|
||||
Plugins, bundles, and workflows answer different questions. Plugins are the installable packaging surface; bundles are curated recommendations; workflows are ordered playbooks for getting a result.
|
||||
Core, plugins, bundles, and workflows answer different questions. Codex or Claude selects skills; AAS Core records and validates that selection; plugins package a focused delivery surface; bundles are curated starting points; workflows are ordered playbooks for getting a result.
|
||||
|
||||
| Surface | Answers | Use it for |
|
||||
| --- | --- | --- |
|
||||
| AAS Core | How do I search the full catalog and preserve the agent's chosen stack? | Agent-owned selection, a pinned `aas-stack.json`, validation, and immutable plan preview. |
|
||||
| Specialized plugin | What should I install or activate for this domain? | Focused Claude Code/Codex plugin packaging and Antigravity-compatible skill selection. |
|
||||
| Bundle | Which skills naturally belong together? | Role-based discovery after a full-library install or when building a custom subset. |
|
||||
| Workflow | What order should the agent run skills in? | Planning, shipping, auditing, testing, or incident-style execution. |
|
||||
@@ -244,16 +280,18 @@ npx agentic-awesome-skills@14.3.0 --codex --release 14.3.0 --skills frontend-des
|
||||
|
||||
Remove `--dry-run` only after reviewing the install, update, and removal plan. Unknown or ambiguous skill identifiers fail closed, and metadata filters combine with `--skills` using AND.
|
||||
|
||||
The hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench) builds the same pinned command from catalog evidence and exposes conflicts before you copy it.
|
||||
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,965+ Skills
|
||||
## Browse 1,969+ Skills
|
||||
|
||||
Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
|
||||
|
||||
### What you get in this repository
|
||||
|
||||
- **Skills library** in [`skills/`](skills/)
|
||||
- **Installer CLI** powered by the npm package in [`package.json`](package.json)
|
||||
- **AAS Core** in [`tools/lib/aas-v1`](tools/lib/aas-v1), exposed through the `aas` CLI and local `aas-mcp` server
|
||||
- **Versioned stack and result schemas** in [`schemas/aas-v1`](schemas/aas-v1)
|
||||
- **Compatible legacy installer CLI** powered by the npm package in [`package.json`](package.json)
|
||||
- **Generated catalog and metadata** in [`CATALOG.md`](CATALOG.md), `skills_index.json`, and [`data/`](data/)
|
||||
- **Hosted and local web app** in [`apps/web-app`](apps/web-app) and on [GitHub Pages](https://sickn33.github.io/agentic-awesome-skills/)
|
||||
- **Role-based bundles** in [docs/users/bundles.md](docs/users/bundles.md)
|
||||
@@ -282,6 +320,7 @@ 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).
|
||||
- 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).
|
||||
@@ -291,6 +330,8 @@ 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.
|
||||
|
||||
Host integrations should use:
|
||||
|
||||
- [`skills_index.json`](./skills_index.json) as the **canonical array-format manifest**.
|
||||
@@ -359,6 +400,7 @@ Key source families include:
|
||||
- **[openai/skills](https://github.com/openai/skills)**: OpenAI Codex skills catalog - Agent skills, Skill Creator, Concise Planning.
|
||||
- **[supabase/agent-skills](https://github.com/supabase/agent-skills)**: Supabase official skills - Postgres Best Practices.
|
||||
- **[microsoft/skills](https://github.com/microsoft/skills)**: Official Microsoft skills - Azure cloud services, Bot Framework, Cognitive Services, and enterprise development patterns across .NET, Python, TypeScript, Go, Rust, and Java.
|
||||
- **[Simon-He95/markstream-vue](https://github.com/Simon-He95/markstream-vue)**: Official Markstream skill for installing streaming Markdown renderers across Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications (MIT).
|
||||
- **[MiniMax-AI/cli](https://github.com/MiniMax-AI/cli)**: Official MiniMax CLI - text, image, video, speech, music, vision, and web-search workflows for MiniMax models and APIs.
|
||||
- **[google-gemini/gemini-skills](https://github.com/google-gemini/gemini-skills)**: Official Gemini skills - Gemini API, SDK and model interactions.
|
||||
- **[apify/agent-skills](https://github.com/apify/agent-skills)**: Official Apify skills - Web scraping, data extraction and automation.
|
||||
@@ -378,6 +420,7 @@ Key source families include:
|
||||
- **[weaviate/agent-skills](https://github.com/weaviate/agent-skills)**: Official Weaviate skills - vector database operations, semantic and hybrid search, data imports, RAG cookbooks, agentic RAG, multimodal PDF search, and async client patterns (BSD-3-Clause).
|
||||
- **[pilot-protocol/pilotprotocol](https://github.com/pilot-protocol/pilotprotocol)**: Official Pilot Protocol overlay network - agent addressing, encrypted P2P messaging, NAT traversal, and an installable agent app store (AGPL-3.0).
|
||||
- **[Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)**: Official Xquik skill for X data workflows - tweet search, user lookup, follower export, media downloads, MCP, webhooks, OpenAPI, and SDK setup (MIT).
|
||||
- **[Modellix/modellix-skill](https://github.com/Modellix/modellix-skill)**: Official Modellix skill - authenticated, paid AI image and video generation through the Modellix CLI (MIT).
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user