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.
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, anddiff_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 validatechecks the proposal, whileaas stack planproduces 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.
- 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.
- AAS Core: Agent-First Preview
- Why This Repo
- Installation
- Recommended Specialized Plugins
- Choose Your Tool
- Quick FAQ
- Bundles & Workflows
- Browse 1,968+ Skills
- Troubleshooting
- Stable Skills Manifest v1
- Support the Project
- Contributing
- Community
- Credits & Sources
- Repo Contributors
- Star History
- License
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.
# 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>/SKILL.md
npx agentic-awesome-skills --agyThe 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.
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.0gh 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.
test -d ~/.agents/skills && echo "Skills installed in ~/.agents/skills"Use @brainstorming to plan a SaaS MVP.
- 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.
- Read the specialized plugin roadmap.
- Read the plugin guide for Claude Code and Codex.
- Compare the hosted specialized plugin landing page.
- Browse the generated plugin folders in
plugins/.
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.
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.
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.
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/skillsAAS 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.
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.
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.
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.
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.
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
- SaaS MVP:
- 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.
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 agentic-awesome-skills@14.3.0 --codex --release 14.3.0 --skills frontend-design,game-development/2d-games --dry-runRemove --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.
Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
- Skills library in
skills/ - AAS Core in
tools/lib/aas-v1, exposed through theaasCLI and localaas-mcpserver - Versioned stack and result schemas in
schemas/aas-v1 - Compatible legacy installer CLI powered by the npm package in
package.json - Generated catalog and metadata in
CATALOG.md,skills_index.json, anddata/ - Hosted and local web app in
apps/web-appand on GitHub Pages - Role-based bundles in docs/users/bundles.md
- Specialized plugin surfaces in docs/users/specialized-plugin-roadmap.md, docs/users/plugins.md, and
plugins/ - Execution workflows in docs/users/workflows.md
- User, contributor, and maintainer docs under
docs/ - Project visuals in
assets/, including the hero, social card, logo, and support banner
- Read the full catalog in
CATALOG.md. - Browse the hosted catalog at https://sickn33.github.io/agentic-awesome-skills/.
- Start with Getting Started and Usage if you are new after installation.
- Use Bundles for role-based discovery and Workflows for step-by-step execution.
- Use Plugins for Claude Code and Codex when you care about marketplace-safe distribution, and the Specialized Plugin Roadmap when you want the best plugin candidates.
- Agentic Awesome Skills vs Awesome Claude Skills for breadth vs curated-list tradeoffs.
- Best Claude Code skills on GitHub for a high-intent shortlist.
- Best Cursor skills on GitHub for Cursor-compatible options and selection criteria.
- Vexilo · A field guide to Claude Code — different scope: a visual, searchable index of every Claude Code primitive (31 agents / 99 commands / 123 skills / 13 rules), organized around the 5-step workflow. Useful as a navigation layer over any skill library, not as a skill library itself. (companion repo)
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.
- For Core setup, trust boundaries, stack manifests, and preview status, use the AAS Core guide.
- If you integrate agentic-awesome-skills into a host, read the discovery contract first: Stable Skills Manifest v1.
- For Windows truncation or context crash loops, use docs/users/windows-truncation-recovery.md.
- For Linux/macOS overload or selective activation, use docs/users/agent-overload-recovery.md.
- For OpenCode or other
.agents/skillsinstalls, prefer a reduced install such asnpx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none. - For plugin install details, host compatibility, and marketplace-safe distribution, use docs/users/plugins.md.
- For contributor expectations and guardrails, use CONTRIBUTING.md,
CODE_OF_CONDUCT.md, andSECURITY.md.
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:
skills_index.jsonas the canonical array-format manifest.schemas/skills-index.v1.schema.jsonfor the JSON shape.data/skills_index.jsonas the compatibility mirror.
This keeps discovery stable (id, path, metadata) while ensuring hosts only load SKILL.md for requested @skill-id values.
Support is optional. The project stays free and open-source for everyone.
- Buy me a book on Buy Me a Coffee
- Security tooling support: Snyk
- Star the repository
- Open reproducible issues
- Contribute docs, fixes, and skills
- Add new skills under
skills/<skill-name>/SKILL.md. - Follow the contributor guide in
CONTRIBUTING.md. - Use the template in
docs/contributors/skill-template.md. - Validate with
npm run validatebefore opening a PR. - Keep community PRs source-only: do not commit generated registry artifacts like
CATALOG.md,skills_index.json, ordata/*.json. - If your PR changes
SKILL.md, expect the automatedskill-reviewcheck 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.
- Discussions for questions, ideas, showcase posts, and community feedback.
- Issues for reproducible bugs and concrete, actionable improvement requests.
- Follow @AASkills_ on X for daily skills, practical workflows, and example prompts from the repo.
- Follow @sickn33 on X for project updates and releases.
CODE_OF_CONDUCT.mdfor community expectations and moderation standards.SECURITY.mdfor security reporting.
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
Official Sources
- aislon/uizze-mcp: Official source for the
uizze-ui-researchskill and UIZZE MCP-assisted UI research workflows. - anthropics/skills: Official Anthropic skills repository - Document manipulation (DOCX, PDF, PPTX, XLSX), Brand Guidelines, Internal Communications.
- anthropics/claude-cookbooks: Official notebooks and recipes for building with Claude.
- remotion-dev/skills: Official Remotion skills - Video creation in React with 28 modular rules.
- vercel-labs/agent-skills: Vercel Labs official skills - React Best Practices, Web Design Guidelines.
- openai/skills: OpenAI Codex skills catalog - Agent skills, Skill Creator, Concise Planning.
- supabase/agent-skills: Supabase official skills - Postgres Best Practices.
- microsoft/skills: Official Microsoft skills - Azure cloud services, Bot Framework, Cognitive Services, and enterprise development patterns across .NET, Python, TypeScript, Go, Rust, and Java.
- 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: Official Gemini skills - Gemini API, SDK and model interactions.
- apify/agent-skills: Official Apify skills - Web scraping, data extraction and automation.
- BuyWhere/buywhere-mcp: Official BuyWhere MCP server — search and compare products from Singapore, SEA, and US markets via Model Context Protocol.
- expo/skills: Official Expo skills - Expo project workflows and Expo Application Services guidance.
- huggingface/skills: Official Hugging Face skills - Models, Spaces, datasets, inference, and broader Hugging Face ecosystem workflows.
- longbridge/skills: Official Longbridge Securities skills - real-time quotes, charts, fundamentals, portfolio analysis, options, and market workflows for HK, US, A-share, and SG markets.
- HasData/hasdata-cli: Official HasData CLI and API guidance for search, scraping, ecommerce, travel, jobs, local business, and structured web data workflows.
- runapi-ai/cli-skill: Official RunAPI CLI skill - generate AI images, videos, and music/audio from agent workflows, plus run other model API jobs.
- neondatabase/agent-skills: Official Neon skills - Serverless Postgres workflows and Neon platform guidance.
- Skyvern-AI/skyvern: Official Skyvern browser automation skill — AI-powered browser control using Vision LLMs and computer vision for navigating sites, filling forms, and extracting structured data.
- scopeblind/scopeblind-gateway: Official Scopeblind MCP governance toolkit - Cedar policy authoring, shadow-to-enforce rollout, and signed-receipt verification guidance for agent tool calls.
- Forward-Future/loop-library: Official Loop Library skill - find, adapt, and design bounded AI-agent feedback loops with verification, stop rules, guardrails, and handoffs (MIT).
- agent-frontier/wgm: Official wgm protocol skill - governed build loops with triage, alignment, planning, deterministic backpressure, holdout-scenario judging, and handoff audits (MIT).
- browserbase/skills: Official Browserbase
competitor-analysisskill - Browserbase Search API competitor discovery, research lanes, matrices, screenshots, and HTML reports (MIT). - dair-ai/dair-academy-plugins: Official DAIR Academy plugin skills imported as standalone skills - image generation, adaptive learning, lesson artifacts, LLM council deliberation, survey papers, wiki building, and YouTube study notes (MIT).
- 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: 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: 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: Official Modellix skill - authenticated, paid AI image and video generation through the Modellix CLI (MIT).
Community Contributors & Source Repositories
-
0xsarwagya/ontoly: Source for the
ontoly-software-graphskill - deterministic TypeScript software graphs, MCP-backed architecture review, request tracing, impact analysis, and dependency analysis (MIT). -
amElnagdy/guard-skills — Code Quality & Testing Guard Skills (by amElnagdy)
-
cloudflare/security-audit-skill — Cloudflare Web Security Audit Skill (by Cloudflare)
-
gooseworks-ai/goose-skills: Source for the
competitor-ad-intelligenceandad-campaign-analyzerskills - evidence-labeled public ad research plus uncertainty-aware campaign diagnostics and bounded budget tests (MIT). -
supernovae-st/nika-agents: Official upstream source for the
nikaskill and its deterministic, budget-aware AI workflow runner (MIT skill content; AGPL-3.0 engine). -
atdy/maoxuan-product-agent: Source for the
product-decision-agentskill - Chinese-first product judgment across prioritization, growth, operations, data, delivery, and cross-functional collaboration, with 36 tested scenarios (MIT). -
hafiz-actyte/idea-autopsy: Source for the
idea-autopsyskill - business-idea validation that hunts the one sentence that kills an idea before you build: kill-list check, five hard filters, free-AI one-prompt test, and live ad-market verification (MIT). -
cruisekkk/trading-ledger: Source for the
trading-ledgerskill - decision-quality trade journaling that captures entry thesis, plan, and emotion into the user's own Notion database (MIT). -
cruisekkk/time-ledger: Source for the
time-ledgerskill - natural-language time tracking parsed into the user's own Notion database with ask-instead-of-guessing reconciliation (MIT). -
mattpocock/skills: Source for 17 Matt Pocock workflow skills - codebase design, TDD, bug diagnosis, triage, PRDs, issues, prototyping, handoff, teaching, and skill-writing guidance (MIT).
-
emilkowalski/skills: Source for Emil Kowalski design engineering skills - UI polish, motion review, animation standards, component craft, and high-taste frontend guidance (MIT).
-
chaunsin/agent-skills: Source for the
pre-release-reviewanddrizzle-migration-conflictskills - deploy-readiness audits and Drizzle Kit migration-conflict workflows (Apache-2.0). -
addyosmani/agent-skills: Source for the
browser-testing-with-devtoolsskill - Chrome DevTools MCP browser verification, profiling, network inspection, and frontend debugging guidance (MIT). -
stareezy-1/frontend-architecture-skill: Source for the
frontend-lighthouseskill - portable Lighthouse CI Core Web Vitals gates, performance budgets, and GitHub Actions reporting (MIT). -
bin1874/before-you-build-skill: Source for the
before-you-buildskill - pre-coding product risk review across demand, alternatives, switching costs, channels, and validation steps (MIT). -
sparklingneuronics/sparkling-skills: Source for the
dispatchskill - multi-CLI delegation from Claude Code to Codex, Antigravity, and Gemini agents (MIT). -
takeaseatventure/sql-sentinel: Source for the
sql-sentinelskill - SQL warehouse cost and performance anti-pattern audits across BigQuery, Snowflake, Redshift, and Postgres (MIT). -
takeaseatventure/devops-skills: Source for the
cron-doctorskill - cron expression diagnosis, validation, trap detection, and zero-dependency schedule analysis tooling (MIT). -
drogers0/gh-image: Source for the
gh-imageskill - GitHub CLI image uploads that return canonicaluser-attachmentsembed URLs for PRs, issues, comments, and README screenshots (MIT). -
Genefold/arrowspace-skills: Source for the
arrowspaceskill - spectral vector search using graph Laplacian eigenstructure for structurally aware retrieval (Apache-2.0). -
yaojingang/yao-meta-skill: Source for the
yao-meta-skillskill - governed skill creation, refactoring, evaluation, packaging, review, and distribution workflows (MIT). -
connerkward/ckw-design-skill: Source for the
ckw-designskill - frontend design direction, design-system guidance, visual philosophy, spatial checks, usability review, and production UI polish workflows (MIT). -
connerkward/deterministic-design-skill: Source for the
deterministic-designskill - rendered UI layout and usability audits using deterministic measurement plus vision-judged review loops (MIT). -
connerkward/lookdev-auto-skill: Source for the
lookdev-autoskill - automated visual tuning loops where a vision or video model rates rendered variants and suggests improvements (MIT). -
connerkward/lookdev-studio-skill: Source for the
lookdevskill - human-in-the-loop visual and prose tuning through rendered variants, sliders, swatches, inline edits, and selection-driven refinement (MIT). -
connerkward/macos-screen-recorder-system-audio: Source for the
macos-screen-recorderskill - macOS ScreenCaptureKit recording with system audio, CLI workflows, permission handling, and export guidance (MIT). -
connerkward/mcp-apple-notes: Source for the
apple-notes-searchskill - semantic and keyword search, related-note discovery, bridge finding, entity threads, and cited synthesis across local Apple Notes via MCP (MIT). -
connerkward/screenstudio-alternative-skill: Source for the
screenstudio-altskill - open-source screen recording polish with auto-zoom, idle speed-up, cursor treatment, captions, and vertical export workflows (MIT). -
connerkward/web-media-getter-skill: Source for the
web-media-getterskill - unified search across free image, video, and GIF APIs with license-aware media selection guidance (MIT). -
xi-kari/crossframe-skill: Source for the CrossFrame Skill Suite - Chinese-canonical structural diagnosis, essay drafting, review, and companion workflows across relationships, organizations, institutions, public issues, and research notes (MIT).
-
qinghui316/ecl-harness-engineer: Source for the
ecl-harness-engineerskill - ECL Agent Harness infrastructure for AI coding workflows, repository guidance, change tracking, lint checks, CI gates, and handoff docs (MIT). -
baskduf/FableCodex: Source for the
codex-fable5skill - Codex-native Fable-inspired workflow discipline for evidence-first implementation, goal tracking, review findings, verification gates, and prompt adaptation (AGPL-3.0-or-later). -
Suraj1235/open-dynamic-workflows: Source for the
open-dynamic-workflowsskill - open-source dynamic multi-agent workflow engine that plans, orchestrates, and adversarially verifies parallel AI coding agents across OpenCode, Codex, Antigravity, and VS Code (MIT). -
multica-ai/andrej-karpathy-skills: Source for the
andrej-karpathyskill - English Karpathy-inspired LLM coding guidelines for simplicity, surgical changes, assumption surfacing, and verifiable success criteria (MIT). -
mskadu/opencode-agent-skills: Source for opencode behavior, permission, skill-suggestion, and smart Git automation skills.
-
adelaidasofia/ai-brain-starter: Source for the
ingest-youtubeskill - YouTube transcript ingestion into markdown vaults with yt-dlp metadata, VTT cleanup, and capture-seed stubs (MIT). -
JDDavenport/context-kit: Source reference for the
context-kitskill - local-first Personal Context Artifact setup, installer review, and private context hygiene for Claude Code and adjacent agent workflows. -
JunsW/feature-track: Source for the
feature-trackingskill - lightweight repository-native feature memory for current status, source-of-truth documents, decisions, risks, and cross-session handoff (MIT). -
JularDepick/user-thoughts.SKILL: Source for the
user-thoughtsskill - persistent project idea repository workflows for capturing decisions, tech stack notes, UI/UX rationale, and MDBASE-backed project memory (MIT). -
TheaDust/lore: Source for the
loreskill - Markdown-only, zero-dependency long-term project memory for AI coding agents, with monorepo scopes, two-section platform mirrors, and stdlib Python helpers (MIT). -
ZeroPointRepo/youtube-skills: Source for the
youtube-fullskill - TranscriptAPI-backed YouTube transcripts, search, channel browsing, playlists, and cloud-safe video research workflows (MIT). -
Antheurus/anywrite: Source for the
anywriteskill - low-context CLI access to Anytype's local API for objects, properties, files, search, chat, and other workspace operations (MIT). -
Antheurus/sshepherd: Source for the
sshepherdskill - credential-isolated SSH operations, service control, logs, configuration changes, Postgres introspection, and declarative deploys through preconfigured aliases (MIT). -
ejentum/ejentum-mcp: Source for the
ejentum-reasoning-harnessskill - MCP cognitive harness modes for reasoning, code review, anti-deception checks, and memory-drift analysis (MIT). -
luoyuctl/agenttrace: Source for the
agenttrace-session-auditskill - local AI coding-agent session audits for cost spikes, tool failures, latency gaps, anomalies, health gates, and session diffs (MIT). -
ohad6k/ditto: Source for the
dittoskill - mines local coding-agent sessions into private, evidence-backed work, design, and writing profiles with dated source receipts (MIT). -
Necmttn/ax: Source for the
ax-extract-workflowskill - reconstruct workflow behind past coding-agent artifacts using local ax sessions, commits, skills, and tool traces (AGPL-3.0-only). -
Hanyuyuan6/remote-gpu-trainer: Source for the
remote-gpu-trainerskill - rented and remote GPU job orchestration, monitoring, teardown safety, spot resilience, and DL-debug workflows (MIT). -
mturac/recsys-pipeline-architect: Source for the
recsys-pipeline-architectskill - recommendation, ranking, and feed pipeline architecture using Source, Hydrator, Filter, Scorer, Selector, and SideEffect stages (MIT). -
aomi-labs/skills: Source for the
aomi-transactskill — natural-language driver for the Aomi CLI with account-abstraction-first execution and simulate-then-sign across 25+ DeFi apps (MIT). -
mycelos-ai/bumblebee-skill: Source for the
bumblebeeskill - multi-agent implementation workflows with repeatable planning, coding, review, and verification loops (MIT). -
demo112/yunqu-ai-skills: Source for WeChat official account, Xiaohongshu content strategy, and MCP tool development skills for Chinese-language platform workflows (MIT).
-
tellmefrankie/news-engine: Source for the
news-sentiment-engineskill - news ingestion, sentiment analysis, and market/news intelligence workflows (MIT). -
Kench001/antigravity-awesome-skills: Source for the
recursive-context-pruning-token-budgetingskill - context pruning, token budgeting, and long-session compression guidance (MIT). -
rich-elicitation: Source for the
rich-elicitationskill - asks clarifying questions in multiple rounds before starting ambiguous tasks. -
CodeShuX/mockhunter: Source for the
mock-hunterskill - Playwright-based live-page audits that classify visible values as real, mock, LLM-generated, hardcoded, broken, or unknown (MIT). -
commitshow/production-audit: Source for the
production-auditskill - shipped-app readiness auditing across deployment health, RLS, webhooks, secrets exposure, grants, Stripe idempotency, and mobile UX. -
MohamedAbdallah-14/unslop: Source for the
unslopskill - deterministic and LLM-assisted cleanup for AI-generated prose across CLI and agent tool workflows. -
monte-carlo-data/mc-agent-toolkit: Monte Carlo data observability skills — table health checks, change impact assessment, monitor creation, push ingestion, and SQL validation notebooks for dbt changes.
-
openclaw/skills: Source for the
daily-giftskill - relationship-aware creative gift generation with editorial judgment, concept selection, and multi-format rendering. -
umutbozdag/agent-skills-manager: Source for the
manage-skillsskill - cross-tool skill discovery, creation, editing, toggling, copying, moving, and deletion workflows across major agent coding tools. -
pumanitro/global-chat: Source for the Global Chat Agent Discovery skill - cross-protocol discovery of MCP servers and AI agents across multiple registries.
-
bitjaru/styleseed: StyleSeed Toss UI and UX skill collection - setup wizard, page and pattern generation, design-token management, accessibility review, UX audits, feedback states, and microcopy guidance for professional mobile-first UI.
-
yikuansun/PhotopeaAPI: Source for the
photopea-embedded-editorskill - Photopea embedding, host-page messaging, file I/O, scripting, and export workflows for web apps (MIT). -
milkomida77/guardian-agent-prompts: Source for the Multi-Agent Task Orchestrator skill - production-tested delegation patterns, anti-duplication, and quality gates for coordinated agent work.
-
Elkidogz/technical-change-skill: Source for the Technical Change Tracker skill - structured JSON change records, session handoff, and accessible HTML dashboards for coding continuity.
-
vipin-si/article-illustrations: Source for the
article-illustrationsskill - Grav-style hand-drawn article illustrations with whiteboard sketches, sparse annotations, and visual metaphor QA guidance (MIT). -
274326424/video-content-extractor: Source for the
video-content-extractorskill - FFmpeg and Tesseract OCR workflows for extracting timestamped screen text and structured Markdown reports from MP4 videos (MIT). -
metrox-eth/quit-sponsor: Source for the
quit-sponsorskill - evidence-based quit-smoking sponsorship for agents with persistent memory: 44-source cited protocols, sponsor decision tree, three-clause contract, wave protocol, slip attribution coaching, and a timestamped logbook (MIT). -
rmyndharis/antigravity-skills: For the massive contribution of 300+ Enterprise skills and the catalog generation logic.
-
amartelr/antigravity-workspace-manager: Workspace Manager CLI companion to dynamically auto-provision subsets of skills across local development environments.
-
obra/superpowers: The original "Superpowers" by Jesse Vincent.
-
guanyang/antigravity-skills: Core Antigravity extensions.
-
diet103/claude-code-infrastructure-showcase: Infrastructure and Backend/Frontend Guidelines.
-
ChrisWiles/claude-code-showcase: React UI patterns and Design Systems.
-
travisvn/awesome-claude-skills: Loki Mode and Playwright integration.
-
Dimillian/Skills: Curated Codex skills focused on Apple platforms, GitHub workflows, refactoring, and performance (MIT).
-
zebbern/claude-code-guide: Comprehensive Security suite & Guide (Source for ~60 new skills).
-
morsechimwai/lemmaly: Source for the
lemmaly,mathguard,invariant-guard, andcomplexity-cutsskills — algorithm-first discipline layer that forces AI coding agents to state Big-O, name the data structure, prove termination, and pick the right algorithm before writing the loop. Ships a deterministic CI scanner with 59 rules across 11 languages (Apache-2.0). -
alirezarezvani/claude-skills: Senior Engineering and PM toolkit.
-
karanb192/awesome-claude-skills: A massive list of verified skills for Claude Code.
-
VoltAgent/awesome-agent-skills: Curated collection of 1000+ official and community agent skills from leading development teams (MIT).
-
zircote/.claude: Archived Claude Code dotfiles/config repo with a Shopify development skill reference.
-
vibeforge1111/vibeship-spawner-skills: AI agents, integrations, maker tools, and other production-grade skill packs.
-
coreyhaines31/marketingskills: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT).
-
iradoweck/antigravity-awesome-skills: Source for the GeminiIgnore FinOps skill -
.geminiignoresetup patterns for context-window efficiency and token cost reduction. -
heyneuron/flowhunt-skill: Source for the FlowHunt automation discovery audit skill - workflow intake, tool-by-tool audit, and opportunity prioritization for productivity automation.
-
Intelligent-Internet/II-Commons-Skills: Source for the II-Commons research skill - deterministic retrieval across arXiv, PubMed/PMC, and supported US policy corpora.
-
AgriciDaniel/claude-seo: SEO workflow collection covering technical SEO, hreflang, sitemap, geo, schema, and programmatic SEO patterns.
-
Leonxlnx/taste-skill: Frontend design taste skill collection covering premium UI generation, redesign audits, GSAP motion, Stitch design systems, minimalist and brutalist visual modes, and full-output enforcement.
-
2slides/slides-generation-2slides-skills: Source for the
2slides-ppt-generatorskill - AI presentation generation, PDF deck creation, narration, theme search, and slide export workflows using the 2slides API (MIT). -
ch040602/mdpr-skill: Source for the
mdpr-skillskill - Codex-assisted MDPR presentation review, semantic hints, visual checks, theme candidates, and deterministic renderer boundaries (MIT). -
whoisabhishekadhikari/lovable-cleanup: Source for the
lovable-cleanupskill — audits and strips Lovable scaffolding from Vite + React projects. -
sarveshtalele/linkedin-content-skill: Source for the
linkedin-content-generatorskill - LinkedIn post, carousel, newsletter, and content-calendar generation workflows with local feedback memory (MIT). -
mrprewsh/seo-aeo-engine: SEO/AEO content-growth system covering keyword research, content clustering, landing pages, blog structure, schema, internal linking, and audit workflows.
-
jonathimer/devmarketing-skills: Developer marketing skills — HN strategy, technical tutorials, docs-as-marketing, Reddit engagement, developer onboarding, and more (33 skills, MIT).
-
kepano/obsidian-skills: Obsidian-focused skills for markdown, Bases, JSON Canvas, CLI workflows, and content cleanup.
-
lewiswigmore/agent-skills: Source for the
vscode-extension-guide-enskill - VS Code extension development workflows, packaging, Marketplace publishing, TreeView, and webview patterns. -
mbenhard/unship: Source for the
unshipskill - local workflow for comparing AI-generated UI variants in a real app, then keeping one option and cleaning up temporary alternatives (MIT). -
Silverov/yandex-direct-skill: Yandex Direct (API v5) advertising audit skill — 55 automated checks, A-F scoring, campaign/ad/keyword analysis for the Russian PPC market (MIT).
-
vudovn/antigravity-kit: AI Agent templates with Skills, Agents, and Workflows (33 skills, MIT).
-
affaan-m/everything-claude-code: Large Claude Code configuration and workflow collection from an Anthropic hackathon winner (MIT).
-
whatiskadudoing/fp-ts-skills: Practical fp-ts skills for TypeScript – fp-ts-pragmatic, fp-ts-react, fp-ts-errors (v4.4.0).
-
warmskull/idea-darwin: Darwinian idea-evolution workflow for structured ideation rounds, mutation, crossbreeding, critique, and lineage tracking.
-
Slashworks-biz/idea-os: Source for the
idea-osskill - five-phase pipeline (triage -> clarify -> research -> PRD -> plan) that turns raw ideas into a build-ready PRD and execution plan. -
webzler/agentMemory: Source for the agent-memory-mcp skill.
-
rafsilva85/credit-optimizer-v5: Manus AI credit optimizer skill — intelligent model routing, context compression, and smart testing. Saves 30-75% on credits with zero quality loss. Audited across 53 scenarios.
-
ndesv21/socialclaw: Source for the SocialClaw social media publishing skill - campaign scheduling and publishing across major social platforms with a single workspace API key.
-
taisly/agent: Source for the Taisly Social Media Posting skill - Codex plugin, CLI, SDK, and official MCP server for publishing approved short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook (MIT).
-
nickdesi/ZipAI: Source for the
zipai-optimizerskill — ultra-dense prompt caching, semantic log pruning, AST-based code viewing, minified JSON payloads, and telegraphic output constraints for maximum token savings. -
Wittlesus/cursorrules-pro: Professional .cursorrules configurations for 8 frameworks - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf.
-
nedcodes-ok/rule-porter: Bidirectional rule converter between Cursor (.mdc), Claude Code (CLAUDE.md), GitHub Copilot, Windsurf, and legacy .cursorrules formats. Zero dependencies.
-
SSOJet/skills: Production-ready SSOJet skills and integration guides for popular frameworks and platforms — Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows. Works with Cursor, Antigravity, Claude Code, and Windsurf.
-
timwukp/agent-skills-best-practice: Source for the
fsi-compliance-checkerskill - financial-services compliance triage for PCI-DSS v4.0 and MAS TRM control mapping (MIT). -
MojoAuth/skills: Production-ready MojoAuth guides and examples for popular frameworks like Node.js, Next.js, React, Java, .NET Core, Go, iOS, and Android.
-
mishanefedov/skill-issue: Source for the
skill-issueactivation-audit skill for grading SKILL.md trigger metadata, prompt matching, and collision clusters (MIT). -
wede-wx/atlas: Source for the
atlas-contractandatlas-ledgergoal-integrity skills - contract, phase-check, final-audit, and project-ledger guardrails for long-running agent work (MIT). -
yehudalevy-collab/polis-protocol: Source for the
polis-protocolmulti-agent coordination skill with capability cards, routing history, and protocol amendments (MIT). -
connerlambden/helium-mcp: Source for the
helium-mcpskill — MCP server for news intelligence, media bias analysis, market data, options pricing, and semantic meme search. -
shmlkv/dna-claude-analysis: Personal genome analysis toolkit — Python scripts analyzing raw DNA data across 17 categories (health risks, ancestry, pharmacogenomics, nutrition, psychology, etc.) with terminal-style single-page HTML visualization.
-
AlmogBaku/debug-skill: Interactive debugger skill for AI agents — breakpoints, stepping, variable inspection, and stack traces via the
dapCLI. Supports Python, Go, Node.js/TypeScript, Rust, and C/C++. -
sendblue-api/sendblue-cli: Source for the
sendblue-cli,sendblue-api, andsendblue-notifyskills — iMessage, SMS, and RCS messaging via Sendblue's CLI and HTTP API, plus "text me when X finishes" notification patterns for Claude Code hooks and/loop//schedulejobs (MIT). -
njerschow/textme: Source for the
textmeskill — local daemon bridging inbound iMessages (via Sendblue) to a Claude Code session on the user's machine, with voice notes, image input, code execution, and a phone-number whitelist (MIT). -
aptratcn/skill-audit: Pre-install security audit skill for detecting malicious, overprivileged, or suspicious third-party agent skills before installation (MIT).
-
uberSKILLS: Design, test, and deploy Claude Code Agent Skills through a visual, AI-assisted workflow.
-
christopherlhammer11-ai/tool-use-guardian: Source for the Tool Use Guardian skill — tool-call reliability wrapper with retries, recovery, and failure classification.
-
christopherlhammer11-ai/recallmax: Source for the RecallMax skill — long-context memory, summarization, and conversation compression for agents.
-
tsilverberg/webapp-uat: Full browser UAT skill — Playwright testing with console/network error capture, WCAG 2.2 AA accessibility checks, i18n validation, responsive testing, and P0-P3 bug triage. Read-only by default, works with React, Vue, Angular, Ionic, Next.js.
-
Wolfe-Jam/faf-skills: AI-context and project DNA skills — .faf format management, AI-readiness scoring, bi-sync, MCP server building, and championship-grade testing (7 skills, MIT).
-
fullstackcrew-alpha/privacy-mask: Local image privacy masking for AI coding agents. Detects and redacts PII, API keys, and secrets in screenshots via OCR + 47 regex rules. Claude Code hook integration for automatic masking. Supports Tesseract and RapidOCR. 100% offline (MIT).
-
AvdLee/SwiftUI-Agent-Skill: SwiftUI best-practices skill for agent workflows (MIT).
-
CloudAI-X/threejs-skills: Three.js-focused skill collection for agent-assisted 3D web work.
-
K-Dense-AI/claude-scientific-skills: Scientific, research, engineering, finance, and writing skill suite (MIT).
-
NotMyself/claude-win11-speckit-update-skill: Archived Speckit update skill for Claude Code (MIT).
-
SHADOWPR0/beautiful_prose: Writing-quality skill for improving prose and reducing generic output.
-
SHADOWPR0/security-bluebook-builder: Security documentation/buildbook skill for agent workflows.
-
SeanZoR/claude-speed-reader: RSVP-style speed-reading helper for Claude responses (MIT).
-
Shpigford/skills: General-purpose agent skills for common development tasks (MIT).
-
ZhangHanDong/makepad-skills: Makepad app-development skills and references (MIT).
-
czlonkowski/n8n-skills: n8n workflow-building skills for Claude Code (MIT).
-
frmoretto/clarity-gate: Verification protocol for marking uncertainty and reducing hallucinated certainty in LLM-facing docs.
-
fruitwyatt/puzzle-activity-planner: Puzzle activity-planning skill for classrooms, parties, and events with generator-link workflows.
-
gokapso/agent-skills: Kapso/WhatsApp-oriented agent skills.
-
huifer/WellAlly-health: Healthcare assistant project cited in release history as a source for health-focused agent capabilities (MIT).
-
hyhmrright/brooks-lint: AI code-review skill grounded in classic software engineering books for design-smell, coupling, and architecture review.
-
hyhmrright/logic-lens: AI code-review skill for formal logic inspection across bugs, race conditions, security risks, and API contract issues.
-
ibelick/ui-skills: UI-polish skills for improving interfaces built by agents (MIT).
-
jackjin1997/ClawForge: Resource hub of skills, MCP servers, and agent tooling for OpenClaw.
-
jthack/ffuf_claude_skill: FFUF skill for web fuzzing workflows in Claude.
-
kubestellar/console: KubeStellar Console multi-cluster Kubernetes dashboard with
kc-agentMCP integration, AI-assisted operations, and built-in agent skills. -
MetcalfSolutions/Satori: Clinically informed wisdom companion blending psychology frameworks and wisdom traditions into a structured reflective partner.
-
muratcankoylan/Agent-Skills-for-Context-Engineering: Context-engineering, multi-agent, and production agent-system skill collection (MIT).
-
robzolkos/skill-rails-upgrade: Rails upgrade skill for agent-assisted migrations.
-
sanjay3290/ai-skills: Apache-licensed collection of agent skills for AI coding assistants.
-
scarletkc/vexor: Semantic search engine for files and code, referenced in release history.
-
sstklen/infinite-gratitude: Multi-agent research skill from the AI Dojo series (MIT).
-
TerminallyLazy/Tree-Ring-Memory: Source for the
tree-ring-memoryskill — local-first memory lifecycle guidance for recall, evidence, audit, forgetting, consolidation, and privacy-safe agent memory operations (Apache-2.0). -
wrsmith108/linear-claude-skill: Linear issue/project/team management skill with MCP and GraphQL workflows (MIT).
-
wrsmith108/varlock-claude-skill: Secure environment-variable management skill for Claude Code (MIT).
-
xwmxcz/papers-skill: Source for the
papers-skillskill — academic research workflows over Semantic Scholar (200M+ papers) and arXiv, with citation lookup, arXiv PDF download, and PyMuPDF text extraction via a bundled Python CLI (MIT). -
zenlee123/routerbase-agent-skills: Source for the
routerbase-model-gatewayskill — OpenAI-compatible RouterBase model gateway setup, model-routing plans, server-side credential handling, and fallback validation patterns (MIT-0). -
zarazhangrui/frontend-slides: Frontend slide-creation skills for web-based presentations (MIT).
-
zxkane/aws-skills: AWS-focused Claude agent skills (MIT).
-
UrRhb/agentflow: Kanban-driven AI development pipeline for orchestrating multi-worker Claude Code workflows with deterministic quality gates, adversarial review, cost tracking, and crash-proof execution (MIT).
-
AgentPhone-AI/skills: AgentPhone plugin for Claude Code — API-first telephony workflows for AI agents, including phone calls, SMS, phone-number management, voice-agent setup, streaming webhooks, and tool-calling patterns.
-
uxuiprinciples/agent-skills: Research-backed UX/UI agent skills for auditing interfaces against 168 principles, detecting antipatterns, and injecting UX context into AI coding sessions.
-
voidborne-d/humanize-chinese: Chinese AI-text detection and humanization toolkit for scoring, rewriting, academic AIGC reduction, and style conversion workflows.
-
voidborne-d/lambda-lang: Agent-to-agent coordination language with compact atoms for multi-agent messaging, orchestration, and structured coordination logs.
-
davidondrej/skills: Source for David Ondrej agent workflow skills across orchestration, research, setup, skill authoring, and documentation workflows (MIT).
-
LambdaTest/agent-skills: Production-grade agent skills for test automation — 46 skills covering E2E, unit, mobile, BDD, visual, and cloud testing across 15+ languages (MIT).
-
flyingsquirrel0419/squirrel-skill: Full-cycle software development skill — plans, builds, tests, lints, fixes bugs, and writes production-grade docs. Auto-detects project state and adapts its 8-phase pipeline. Works on 9 AI coding agent platforms (Apache 2.0).
-
CodeShuX/tokenwise: Source for the
tokenwiseskill — measurement-driven Haiku/Sonnet/Opus router for Claude Code with per-task NDJSON logging, A/B test mode, and verified $-saved reports (MIT). -
anthony-chaudhary/dos-kernel: Source for the
dos-verify-done-claimsskill — gates an agent's "done / shipped / fixed" claim on git ground truth (ancestry + the commit's own diff) via the deterministic DOS kernel's read-onlydos verify/dos commit-auditverbs (MIT). -
maxbaluev/accreted-intelligence: Source for the
accint-solveskill — routes coding-agent work through AccInt's MCP memory loop with retrieval, continuation frames, commitments, and outcome feedback (Apache 2.0). -
sergebulaev/linkedin-skills: Source for the
linkedin-post-writerskill - LinkedIn post drafting from 16 tested hook formulas mapped to engagement goals, with 2026 formatting rules and an AI-tell scrub pass, from a 10-skill LinkedIn bundle for Claude Code and Codex (MIT). -
Sharrmavishal/operating-kit: Source for the
pre-ship-gateskill - a pre-deploy gate that walks the silent failure modes (migrations, feature flags, stale build cache, release pointer, staged rollout, missing env) and verifies the live revision instead of trusting deploy output (MIT). -
Ducksss/codex-profiles: Source for the
codex-profilesskill - Codex CLI/Desktop profile isolation around separateCODEX_HOMEdirectories, diagnostics, and account-context boundaries without copying auth tokens (MIT). -
kimtth/agent-pptify-kit: Source for the
pptx-deck-creationskill - editable, production-ready PowerPoint deck creation with narrative planning, explicit layouts, asset guidance, and quality checks (MIT). -
Optim-Agent/optim-agent: Source for the
optim-agentskill - agent-guided optimization of configurable systems against measurable objectives (MIT).
Inspirations & Additional Sources
- f/awesome-chatgpt-prompts: Inspiration for the Prompt Library.
- leonardomso/33-js-concepts: Inspiration for JavaScript Mastery.
- agent-cards/skill: Manage prepaid virtual Visa cards for AI agents. Create cards, check balances, view credentials, close cards, and get support via MCP tools.
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!
If Agentic Awesome Skills has been useful, consider ⭐ starring the repo!
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.
