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
9,028 results · page 294 of 301
- View details
lev-selfSkillAI & models
[WHAT] Self-improvement system transforming event streams into actionable system improvements [HOW] Analyze events.jsonl for patterns, generate proposals with confidence scores, human-approve, apply to skills/config/daemons [WHEN] Use when asking what lev can learn, proposing improvements, or conduc
Ready to connect
- View details
llm-campaign-drift-gateSkillAI & models
Gate resumption of any multi-day LLM batch-scoring campaign that calls an unpinned model alias (deepseek-chat, gpt-*-latest, gemini-*-preview, any provider alias without a pinned version). Use when: (1) resuming a paused or credit-exhausted scoring run days after its last chunk, (2) topping up credi
Ready to connect
- View details
llm-gold-bound-failure-checkSkillAI & models
Diagnose whether an LLM classifier's validation-gate failure is GOLD-BOUND before spending on prompt revision or model changes. Use when: (1) a scoring pipeline over-predicts a label (precision low, recall high) and a prompt clarification is proposed to tighten it, (2) a pilot/validation gate fails
Ready to connect
- View details
lw-elallas-integrationSkillAI & models
Integrate with or extend "Elállás for WooCommerce"
Ready to connect
- View details
lw-lms-abilitiesSkillAI & models
Consumer and reviewer reference for LW LMS Abilities API registrations in lw-lms v1.6.0. Use when calling or auditing `lw-lms/list-courses`, `lw-lms/get-course`, `lw-lms/get-progress`, `lw-lms/set-progress`, `lw-lms/get-options`, `/wp-json/wp-abilities/v1/abilities/lw-lms/.../run`, Site Manager brid
Ready to connect
- View details
lw-lms-learndash-migrationSkillAI & models
Plan, run, or review the LW LMS WP-CLI LearnDash migration command `wp lw-lms migrate-learndash` in lw-lms v1.6.0. Use when migrating `sfwd-courses` / `sfwd-lessons`, checking `--dry-run` / `--verbose`, verifying `_lw_lms_migrated_to` mappings, course sections, lesson order, WooCommerce product link
Ready to connect
- View details
lw-site-manager-extend-abilitiesSkillAI & models
Add custom abilities to the LW Site Manager hub via its extension contract — two action hooks (lw_site_manager_register_categories for category labels, lw_site_manager_register_abilities for the abilities themselves; the second receives the PermissionManager so external abilities reuse the typed cap
Ready to connect
- View details
lw-site-manager-overviewSkillAI & models
Reference for the LW Site Manager plugin (lwplugins/
Ready to connect
- View details
mailSkillAI & models
Lets your agent look up how OrangeHRM composes, configures, and queues outgoing email.
Ready to connect
- View details
maturity-assessmentSkillAI & models
Use when assessing the maturity of a CTI programme, the user asks "how mature is our CTI?" / "what should we improve next?", or wants a benchmark against the five-level model across six dimensions.
Ready to connect
- View details
mcp-authoringSkillAI & models
When to author an MCP server, architecture overview (tools/resources/prompts), stdio vs HTTP+SSE transport tradeoffs, registration in .claude.json. Sub-modules: stdio-server-template.md (full TS code), http-server-on-workers.md (Hono + SSE on CF Workers), forge-mcp-from-openapi.md (extend forge scri
Ready to connect
- View details
metal-shadersSkillAI & models
Build and debug production Metal shaders for Apple platforms, including SwiftUI stitchable effects, MPS usage, and real-time GPU performance practices.
Ready to connect
- View details
motion-and-interaction-systemSkillAI & models
Meaning-first animation with 3-tier hierarchy. CSS scroll-driven (animation-timeline: scroll()), View Transitions API, @starting-style DOM-insert, container scroll-state queries, prefers-reduced-motion mandatory on all animations.
Ready to connect
- View details
multi-agent-swarm-workflowSkillAI & models
Run multi-agent coding swarms using NTM, Agent Mail, Beads, and BV. Use when spawning agent swarms, coordinating parallel implementation, sending marching orders, or running quality review loops.
Ready to connect
- View details
news-summarySkillAI & models
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
Ready to connect
- View details
nix-eda-packagingSkillAI & models
Use when packaging EDA or hardware toolchains in Nix (Yosys, OpenROAD, simulators, vendor tools) and hitting dlopen/plugin/runtime-path failures, or writing derivations and build phases for hardware tooling on aarch64-linux
Ready to connect
- View details
onec-devSkillAI & models
Route safe 1C:Enterprise development work involving an infobase, configuration metadata, selective object export, configuration extensions, Designer batch mode, BSL changes, or extension testing. Use this as the entry point when a request spans several 1C workflows or does not clearly match one focu
Ready to connect
- View details
ontoindex-code-intelligenceSkillAI & models
Universo-specific complement to the OntoIndex code-intelligence tool. Use alongside the generated `.claude/skills/ontoindex/*` skills when querying the code graph in this monorepo. Adds the three things those generated skills do NOT cover — the namespace-collision caveat (this is code intelligence o
Ready to connect
- View details
openui-forgeSkillAI & models
Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.
Ready to connect
- View details
openui-forge-anthropicSkillAI & models
OpenUI generative UI with Anthropic Claude SDK backend. Stream conversion to OpenAI NDJSON format.
Ready to connect
- View details
openui-forge-csharpSkillAI & models
OpenUI generative UI with C# ASP.NET Core Minimal API backend. Direct OpenAI API SSE streaming via HttpClient on .NET 10.
Ready to connect
- View details
openui-forge-goSkillAI & models
OpenUI generative UI with Go (net/http) backend. Direct OpenAI API streaming via HTTP.
Ready to connect
- View details
openui-forge-javaSkillAI & models
OpenUI generative UI with a Java Spring Boot (WebFlux) backend. Streams the OpenAI API directly via WebClient as SSE.
Ready to connect
- View details
openui-forge-langchainSkillAI & models
OpenUI generative UI with LangChain/LangGraph backend. Supports ChatOpenAI and ChatAnthropic.
Ready to connect
- View details
openui-forge-openaiSkillAI & models
OpenUI generative UI with OpenAI SDK backend. Streaming chat completions with gpt-5.5 (or any current OpenAI-compatible model).
Ready to connect
- View details
openui-forge-phpSkillAI & models
OpenUI generative UI with a PHP (Laravel 13.x) backend. Forwards OpenAI's SSE stream verbatim via response()->stream().
Ready to connect
- View details
openui-forge-pythonSkillAI & models
OpenUI generative UI with Python FastAPI backend. OpenAI and Anthropic SDK variants.
Ready to connect
- View details
openui-forge-rubySkillAI & models
OpenUI generative UI with a Ruby on Rails backend. SSE streaming via ActionController::Live, forwarding the OpenAI API stream with Net::HTTP.
Ready to connect
- View details
openui-forge-zhSkillAI & models
Build generative UI apps with OpenUI — supports any LLM provider and any backend language. Scaffolding, integration, validation.
Ready to connect
- View details
operating-systemSkillAI & models
Supreme policy layer governing all Claude Code behavior. Autonomy, one-line prompt interpretation, speed standards, emphasis signal processing, cross-skill coordination, done definitions, conflict resolution. Loaded every prompt.
Ready to connect
Popular skills lists
- Best Claude skills for what are
- Best Claude skills for awesome
- Best Claude skills for github
- Best Claude skills for how to use
- Best Claude skills for anthropic
- Best Claude skills for grill me
- Best Claude skills for how to create
- Best Claude skills for caveman
- Best Claude skills for humanizer
- Best Claude skills for remotion
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.
55,483 of the 55,914 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.