SA

sickn33/agentic-awesome-skills

开发工具
4.4万 stars 0 forks 质量 85 趋势 85

This release includes AAS Core under the claim for local search, inspection, recommendation, manifest validation, planning, and diagnosis.

概览

This release includes AAS Core under the claim for local search, inspection, recommendation, manifest validation, planning, and diagnosis.

README

AAS Core — Agentic Awesome Skills

Local, deterministic skill-stack composition for coding agents—from an explicit project profile to a reviewable plan before any target change.

Current release: V15.0.0. This release includes AAS Core under the Agent-First Preview claim for local search, inspection, recommendation, manifest validation, planning, and diagnosis. Apply and recovery remain experimental and outside the supported preview path.

Codex or Claude inspects your project using its own capabilities; AAS does not scan it. The agent sends the local, read-only AAS MCP an explicit project profile. AAS Core evaluates that profile and your policy against a verified local catalog, returns an explainable recommendation, and lets the agent propose aas-stack.json. The aas CLI validates that desired state and creates an immutable per-target plan before any skill changes are made.

Read the AAS Core preview guide →

Project
  -> inspected by Codex or Claude (not by AAS)
  -> explicit, allowlisted project profile
  -> AAS MCP (local stdio, read-only)
  -> deterministic AAS Core + verified local catalog
  -> recommendation with evidence, exclusions, coverage, and unknowns
  -> agent proposes aas-stack.json
  -> AAS CLI validate + immutable plan preview
  -> human review (optionally in Workbench)

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.

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.

AAS Core: Agent-First Preview

The agent composes. You control. AAS keeps the stack reproducible.

AAS Core gives the repository one product model:

  • Discover and recommend through the agent. The local MCP exposes search_skills, get_skill, recommend_stack, inspect_stack, and diff_stack; it does not install skills, scan source files, call a remote model, or write to the project.
  • Keep approved intent in aas-stack.json. The manifest pins catalog identity, targets, goals, policy, and exact skill IDs without storing repository source or model reasoning.
  • 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 for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle.

Why This Repo

  • Agent-first, locally controlled: let Codex or Claude compose from structured catalog evidence without uploading your repository to AAS.
  • Deterministic and inspectable: the same normalized profile, catalog, schema, and scorer produce the same canonical recommendation.
  • 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,968+ skills across development, testing, security, infrastructure, product, and marketing.
  • Inspect before installing: the hosted Skill 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

Installation

For Codex and Claude, start with the AAS Core guide: configure the local MCP through the explicit preview flow, ask the agent for a recommendation, 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.
  • Bundles and workflows when you want role-based recommendations or ordered execution playbooks.

Full library install

# Default: ~/.agents/skills (Antigravity 2.0 global). Use --path for other locations.
npx agentic-awesome-skills

# Antigravity CLI slash commands (agy): ~/.gemini/antigravity-cli/skills//SKILL.md
npx agentic-awesome-skills --agy

The npm installer uses a shallow, release-pinned clone by default so first-run installs stay lighter than a full repository history checkout while matching the published npm package version. Use --tag main only when you intentionally want the current repository tip.

Focused single-skill install with GitHub CLI (preview)

GitHub CLI can preview and install one exact skill for Copilot and other supported hosts. Use an exact SKILL.md path in this large, mirrored repository so the selected source is unambiguous and discovery stays fast:

gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md \
  --agent github-copilot --scope user --pin v14.2.0

gh skill support is currently a GitHub CLI preview and may change. Install a focused skill or plugin surface for the job; do not use --all unless you intentionally want every discovered canonical and mirrored skill.

Verify the install

test -d ~/.agents/skills && echo "Skills installed in ~/.agents/skills"

Run your first skill

Use @brainstorming to plan a SaaS MVP.

Prefer plugins for Claude Code or Codex?

  • Use a specialized plugin when you want a focused marketplace-style distribution.
  • Use the full-library plugin only when you want the widest plugin-safe catalog.
  • Read Plugins for Claude Code and Codex for full-library plugin install vs specialized plugin install vs direct skills install.

Do not install everything first if you already know the work. Start with the focused plugin for your job, then add more only when the task expands.

All specialized plugins are generated as Claude Code and Codex plugin bundles. For Antigravity, use the same SKILL.md content through the installer or supported skills paths.

Plugin Skills Best for
AAS Web App Builder 10 Frontend and full-stack developers shipping modern web apps.
AAS Product Design Studio 10 Product UI, brand, portfolio, accessibility, and richer visual work.
AAS Security Engineer 10 Authorized security testing, audit, and hardening.
AAS Secure App Builder 10 Developers who want security embedded while building features.
AAS Documents & Presentations 9 Office files, document conversion, decks, and slide workflows.
AAS Data Analytics 10 Product analytics, SQL, dashboards, and experiments.
AAS Agent & MCP Builder 10 Agentic apps, MCP tools, RAG systems, and evaluation loops.
AAS QA & Test Automation 10 Test suites, browser automation, and QA stabilization.
AAS DevOps & Cloud 10 Infrastructure, deployments, and operational workflows.
AAS Accessibility & Inclusive UX 8 WCAG audits, automated scans, screen-reader checks, and accessible QA.
AAS API Platform Builder 10 API design, OpenAPI contracts, auth, security, load tests, and observability.
AAS SaaS Launch & Revenue 10 SaaS MVPs, pricing, payments, analytics, lifecycle, referrals, and SEO.
AAS AI Product & Evaluation Ops 10 AI product metrics, evals, tracing, experiments, and model-quality loops.

Next-wave plugins cover marketing/SEO/growth, automation, observability/incident response, Python APIs, mobile apps, data engineering, privacy/compliance, and localization/international growth.

Choose Your Tool

Use the same repository, but install or invoke it in the way your host expects.

Tool Install First Use
Claude Code AAS Core local MCP preview, direct install, or Claude plugin marketplace Ask Claude to recommend and propose 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 AAS Core local MCP preview or npx agentic-awesome-skills --codex Ask Codex to recommend and propose 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
Kiro CLI npx agentic-awesome-skills --kiro Use brainstorming to plan a feature
Kiro IDE npx agentic-awesome-skills --path ~/.kiro/skills Use @brainstorming to plan a feature
GitHub Copilot gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md --agent github-copilot --scope user --pin v14.2.0 (preview) Ask Copilot to use brainstorming to plan a feature
OpenCode npx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none opencode run @brainstorming help me plan a feature
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 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: install paths, starter skills, prompt examples, and plugin marketplace flow.
  • Cursor skills: .cursor/skills/ setup, UI-heavy work, and pair-programming flows.
  • Codex CLI skills: planning, implementation, debugging, and review skills for local coding loops.
  • Gemini CLI skills: research, agent systems, integrations, and engineering workflows.
  • AI agent skills guide: breadth vs curation, skill-library evaluation, and starting-point selection.

Quick FAQ

What is Agentic Awesome Skills?

Agentic Awesome Skills is the repository behind AAS Core, a local agent-first control plane for composing explainable skill stacks. A deterministic core connects the read-only AAS MCP, the stack CLI, and Workbench to a catalog of 1,967+ reusable SKILL.md playbooks. Direct installers, specialized plugins, bundles, and workflows remain supported distribution and discovery surfaces.

Is AAS Core fully certified?

Not yet. The current Agent-First Preview supports local MCP search, recommendation and inspection plus CLI manifest validation, immutable planning, and diagnosis. Full-catalog recommendation quality and transactional apply/recovery safety are not certified v1 claims; apply and recovery remain explicitly experimental and disabled without additional opt-in flags.

How do I install it?

For AAS Core, follow the preview guide 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:

npx agentic-awesome-skills --path ~/.autohand/skills
npx agentic-awesome-skills --path .autohand/skills

What are AAS specialized plugins?

AAS specialized plugins are focused, domain-specific distributions of the skill library. They package the most relevant skills for web apps, security, data analytics, documents, DevOps, QA, OSS maintenance, and agent or MCP work so users can start with the right surface instead of activating the entire catalog.

Should I use the full library or a plugin?

Use the full library if you want the biggest catalog and direct filesystem control. Use a specialized plugin when you want a smaller, marketplace-style distribution for a specific workflow in Claude Code or Codex. For Antigravity, install the matching skills into the supported skills path. The complete explanation lives in Plugins for Claude Code and Codex.

How are plugins, bundles, and workflows different?

Plugins are installable packaging surfaces, bundles are curated skill recommendations, and workflows are ordered execution playbooks. Start with a plugin when the domain is clear, use bundles to compare adjacent skills, and use workflows when the important part is sequencing planning, coding, testing, auditing, or release work.

Where do I browse plugins, bundles, workflows, and the full catalog?

Start with Specialized Plugins when you want an installable domain pack. Use Bundles for role-based recommendations, Workflows for ordered execution playbooks, CATALOG.md for the full registry, and the hosted GitHub Pages catalog for searchable browsing.

Bundles & Workflows

Core, plugins, bundles, and workflows answer different questions. AAS Core composes and validates the approved stack; plugins package a focused delivery surface; bundles are curated recommendations; workflows are ordered playbooks for getting a result.

Surface Answers Use it for
AAS Core What exact stack fits this project, target, intent, and policy? Agent-first recommendation, an approved 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.

Use a specialized plugin first when your domain is clear. Use bundles to explore adjacent skills or assemble a custom install. Use workflows when the hard part is sequencing the work.

Start with bundles

Bundles are curated groups of recommended skills for a role or goal such as Web Wizard, Security Engineer, or OSS Maintainer.

  • Bundles are recommendations, not separate installs.
  • Install the closest specialized plugin when one matches your work, or install the repository once and use docs/users/bundles.md to pick a starting set.
  • Good starter combinations:
    • SaaS MVP: Essentials + Full-Stack Developer + QA & Testing
    • Production hardening: Security Developer + DevOps & Cloud + Observability & Monitoring
    • OSS shipping: Essentials + OSS Maintainer

Use workflows for outcome-driven execution

  • Read docs/users/workflows.md for human-readable playbooks.
  • Use data/workflows.json for machine-readable workflow metadata.
  • Initial workflows include shipping a SaaS MVP, security audits, AI agent systems, QA/browser automation, and DDD-oriented design work.

Need fewer active skills at runtime?

If Antigravity starts hitting context limits with too many active skills, the activation guidance in docs/users/agent-overload-recovery.md can materialize only the bundles or skill ids you want in the live Antigravity directory.

If you use OpenCode or another .agents/skills host, prefer a reduced install up front instead of copying the full library into a context-sensitive runtime. The installer now supports --risk, --category, and --tags so you can keep the installed set narrow.

For a reproducible exact set, pin the package and catalog release and preview the full per-target plan before writing:

npx [email protected] --codex --release 14.3.0 --skills frontend-design,game-development/2d-games --dry-run

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 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,968+ 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

Best ways to explore

Compare alternatives

Troubleshooting

Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.

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 recommendation contract. Core users should start with the AAS Core guide; custom host integrations can continue using the manifest below.

Host integrations should use:

This keeps discovery stable (id, path, metadata) while ensuring hosts only load SKILL.md for requested @skill-id values.

Support the Project

Support is optional. The project stays free and open-source for everyone.


Contributing

  • Add new skills under skills//SKILL.md.
  • Follow the contributor guide in CONTRIBUTING.md.
  • Use the template in docs/contributors/skill-template.md.
  • Validate with npm run validate before opening a PR.
  • Keep community PRs source-only: do not commit generated registry artifacts like CATALOG.md, skills_index.json, or data/*.json.
  • If your PR changes SKILL.md, expect the automated skill-review check on GitHub in addition to the usual validation and security scans.
  • If your PR changes skills or risky guidance, manual logic review is still required even when the automated checks are green.

Community

Credits & Sources

We stand on the shoulders of giants.

👉 View the Full Attribution Ledger

Source credits stay here for attribution and auditability. Repository contributor credit lives separately in Repo Contributors.

Key source families include:

  • Official AI platform and tool repositories
  • Security, web, infrastructure, data, design, and automation communities
  • Independent skill authors and open-source maintainers

Repo Contributors

Made with contrib.rocks. (Image may be cached; view live contributors on GitHub.)

We officially thank the following contributors for their help in making this repository awesome!

Star History

If Agentic Awesome Skills has been useful, consider ⭐ starring the repo!

License

Original code and tooling are licensed under the MIT License. See LICENSE.

Original documentation and other non-code written content are licensed under CC BY 4.0, unless a more specific upstream notice says otherwise. See docs/sources/sources.md for attributions and third-party license details.


View this README on GitHub

安装

npx agentic-awesome-skills