Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

8,868 results · page 268 of 296

  • solSkillAI & models

    Delegate implementation (or, when explicitly requested, research) to GPT-5.6 Sol (high reasoning; xhigh on request) via Codex CLI. Claude plans, orchestrates, and reviews; Sol writes the code.

    Ready to connect

    github.com/ozankasikci/sol-skill28 stars

    View details
  • standaloneSkillAI & models

    Create an initial Claude Code setup for a brownfield project with a single-application topology (no sub-projects or monorepo structure).

    Ready to connect

    github.com/ralfstrobel/agentic-brownfield-coding28 stars

    View details
  • streaming-llm-responsesSkillAI & models

    Implement real-time streaming UI patterns for AI chat applications. Use when adding response lifecycle handlers, progress indicators, client effects, or thread state synchronization. Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools. NOT when building basic chat without rea

    Ready to connect

    github.com/mjunaidca/mjs-agent-skills28 stars

    View details
  • styling-with-shadcnSkillAI & models

    Build beautiful, accessible UIs with shadcn/ui components in Next.js. Use when creating forms, dialogs, tables, sidebars, or any UI components. Covers installation, component patterns, react-hook-form + Zod validation, and dark mode setup. NOT when building non-React applications or using different

    Ready to connect

    github.com/mjunaidca/mjs-agent-skills28 stars

    View details
  • swift-concurrency-6-2SkillAI & models

    Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

    Ready to connect

    github.com/georgekhananaev/claude-skills-vault28 stars

    View details
  • swmm-canadaSkillAI & models

    Fetch a ready-to-run SWMM model for any Canadian area from the SWMMCanada upstream service — real published municipal storm pipes where a supported city covers the AOI, synthesized elsewhere in Canada. Input is a bbox or GeoJSON polygon plus a rainfall date window. Use for Canadian locations; outsid

    Ready to connect

    github.com/zhonghao1995/agentic-swmm-workflow28 stars

    View details
  • swmm-end-to-endSkillAI & models

    Top-level orchestration skill for agentic SWMM modelling. Use when an agent needs one entrypoint that decides which module tools to run, in what order, and when to stop, for example to build, run, QA, and optionally calibrate a SWMM case from prepared or partially prepared inputs.

    Ready to connect

    github.com/zhonghao1995/agentic-swmm-workflow28 stars

    View details
  • swmm-networkSkillAI & models

    Network QA of an existing INP (disconnected nodes, missing outfalls, adverse or zero slopes) is one call, network_qa, so call it first. Also builds, validates and routes SWMM pipe-network models from raw municipal shapefiles or structured GIS/CAD exports. Use when handling junctions, conduits, outfa

    Ready to connect

    github.com/zhonghao1995/agentic-swmm-workflow28 stars

    View details
  • swmm-uncertaintySkillAI & models

    Parameter and forcing uncertainty for EPA SWMM. Without observed flow, call propagate_parameter_ranges (global ranges, one SWMM run per sample, peak spread); the Morris/OAT/Sobol tools need an observed series. Use when an agent needs to (1) propagate parameter uncertainty through SWMM (fuzzy alpha-c

    Ready to connect

    github.com/zhonghao1995/agentic-swmm-workflow28 stars

    View details
  • token-optimizerSkillAI & models

    Reduce token count in prompts, docs, and prose. Covers prompt compression (40-60% savings), doc formatting, TOON data serialization, and Strunk's prose clarity rules. Use when compressing prompts, optimizing docs for LLM context, or writing clear technical prose.

    Ready to connect

    github.com/georgekhananaev/claude-skills-vault28 stars

    View details
  • tool-creationSkillAI & models

    Create custom tools with defineTool() or tool(), register them with the agent, and configure required-tools gates and per-tool call budgets.

    Ready to connect

    github.com/tylerjrbuell/reactive-agents-ts25 stars

    View details
  • ui-integrationSkillAI & models

    Wire agents into React, Vue, and Svelte frontends with streaming hooks, and set up server-side Next.js App Router or Express API routes using AgentStream.toSSE().

    Ready to connect

    github.com/tylerjrbuell/reactive-agents-ts25 stars

    View details
  • upgrade-packages-jsSkillAI & models

    Safely upgrade JavaScript packages with breaking change detection, migration guidance, and automated code migrations (npm/pnpm/yarn). Cross-platform with git safety branch enforcement.

    Ready to connect

    github.com/georgekhananaev/claude-skills-vault28 stars

    View details
  • ux-evaluatorSkillAI & models

    This skill should be used when evaluating UI components against UX best practices. Use for reviewing buttons, navigation elements, spacing, visual hierarchy, or any interface element. Provides a systematic 3-dimension framework (Position, Visual Weight, Spacing) aligned with industry standards (Bals

    Ready to connect

    github.com/mjunaidca/mjs-agent-skills28 stars

    View details
  • validate-buildSkillAI & models

    Validate a completed package against its spec. Checks patterns, types, exports, dependencies, and test coverage after building a package.

    Ready to connect

    github.com/tylerjrbuell/reactive-agents-ts25 stars

    View details
  • web-qualitySkillAI & models

    Web quality optimization skills based on Google Lighthouse guidelines and Core Web Vitals. Use when asked to audit web quality, optimize performance, improve accessibility, fix SEO, apply best practices, or analyze Core Web Vitals (LCP, INP, CLS).

    Ready to connect

    github.com/georgekhananaev/claude-skills-vault28 stars

    View details
  • a0-contribute-pluginSkillAI & models

    Guide for publishing an Agent Zero plugin to the community Plugin Index (a0-plugins repo). Covers GitHub repo setup, index.yaml creation, CI validation rules, and PR submission. Use when the user wants to share, publish, submit, or contribute a plugin to the Plugin Hub so other Agent Zero users can

    Ready to connect

    github.com/gen-verse/past-bench27 stars

    View details
  • a0-create-pluginSkillAI & models

    Create, extend, or modify Agent Zero plugins. Follows strict full-stack conventions (usr/plugins, plugin.yaml, Store Gating, AgentContext, plugin settings). Use for UI hooks, API handlers, lifecycle extensions, or plugin settings UI.

    Ready to connect

    github.com/gen-verse/past-bench27 stars

    View details
  • a0-developmentSkillAI & models

    Development guide for extending and building features for the Agent Zero AI framework. Covers architecture, tools, extensions, API endpoints, agent profiles, projects, prompts, and skills — with correct paths, imports, and patterns matching the current codebase.

    Ready to connect

    github.com/gen-verse/past-bench27 stars

    View details
  • advanced-nluSkillAI & models

    A skill for understanding the nuances of human language including pragmatics, irony, sarcasm, and humor. Covers syntactic parsing, semantic analysis, named entity recognition, sentiment analysis, coreference resolution, discourse analysis, and pragmatic inference.

    Ready to connect

    github.com/leeex1/quillan-ronin27 stars

    View details
  • adviseSkillAI & models

    Ask Claude Code a read-only question from Codex through the sandbox-external bridge.

    Ready to connect

    github.com/borda/ai-rig27 stars

    View details
  • agent-acceptance-gateSkillAI & models

    Use when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before a human shipping decision.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills27 stars

    View details
  • agent-instructionsSkillAI & models

    Use when writing project instructions for a coding agent (CLAUDE.md, AGENTS.md, or equivalent). Covers what belongs in them, what does not, structure, and keeping them accurate as the project changes.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • agent-output-reconcilerSkillAI & models

    Use when multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills27 stars

    View details
  • agent-plan-act-reflectSkillAI & models

    Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills27 stars

    View details
  • agent-shimsSkillAI & models

    Safely manage Codex Rig role-agent shims: doctor, status, install, or remove; one action only.

    Ready to connect

    github.com/borda/ai-rig27 stars

    View details
  • alpha-scene-genSkillAI & models

    Generates AI 3D models through the Alpha3D MCP connector and imports them directly into the user's currently open Blender scene, scaled and placed to build out a described environment, prop set, or character roster. Use this skill whenever the user wants to populate, build, dress, furnish, or fill a

    Ready to connect

    github.com/ig-shadow-walker/blenderxalpha-3dgenskill27 stars

    View details
  • anti-ai-writing-styleSkillAI & models

    Follow these guidelines when writing copy to avoid LLM frequently used styles and structures, and create more human sounding copy.

    Ready to connect

    github.com/ama-zingco/anti-ai-writing-skill27 stars

    View details
  • architecture-decisionsSkillAI & models

    Use when a significant technical decision needs to be recorded. Produces Architecture Decision Records that capture context, options, the decision, and its consequences — so the reasoning survives the people who made it.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • astro-7SkillAI & models

    Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading from Astro 5/6.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

53,585 of the 54,017 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI