ahel is live on Product Hunt today. Upvote

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 78 of 296

  • eq-emotional-intelligenceSkillAI & models

    Emotional Intelligence (EQ) training expert system — a complete EQ development framework based on the Mayer-Salovey ability model and the Goleman mixed model. Covers four dimensions: self-awareness, self-management, social awareness, and relationship management, providing scientific assessment tools

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • lijigang-skillSkillAI & models

    Li Jigang's (Prompt evangelist / 'God of Prompts') AI prompt-crafting mindset — Lisp compression aesthetics + philosophical grounding + structured writing + minimalism. Trigger words: '李继刚视角', '像李继刚那样写', 'Prompt之神', '汉语新解', '压缩美学', 'ljg-skills', 'Lisp提示词'. Skilled in: Lisp pseudocode-style prompt wr

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • saibochanshin-skillSkillAI & models

    Cyber Zen Heart (Da Congming, a tech-depth AI blogger)'s AI tech self-media writing mindset — technical essays, anti-hype, deep breakdowns, calm observation. Trigger words: 「赛博禅心视角」「像赛博禅心那样写」「AI技术深度解读」「AI论文解读」「AI行业大事记」「踏马的Agent」. Strengths: breaking down AI model technical reports, macro analysis of

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • tangjiasanshao-perspectiveSkillAI & models

    Tang Jia San Shao's web novel writing mindset — daily update discipline, soul ring systems, theatrical-flow templates, satisfying-read progress bars, full IP industry chain, and the six-wave push model. Trigger words: 「唐家三少视角」, 「像唐家三少那样写」, 「斗罗大陆」, 「升级流」, 「院线流」, 「六波推动」. Strengths: leveling-up system

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • tegongyuzhou-skillSkillAI & models

    The content creation mindset of Tegong Yuzhou / Zhongtai (Agent Universe, China's first vertical tech media focused on AI Agents) — deep Agent specialization + hands-on orientation + product experience validation + community distribution loop + AI Agent translator. Trigger words: 「特工宇宙视角」「像特工宇宙那样写」「

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • tianya-gods-teamSkillAI & models

    Tianya Legendary Posts Experts Think Tank — a multi-agent decision system composed of 20 legendary experts. Based on the ClawTeam multi-agent collaboration principle, it implements a complete workflow of 'one goal → 20 experts analyzing in parallel → consolidated decision'.

    Ready to connect★ 711

    github.com/momozi1996/awesome-ai-persona-skills711 stars

    View details
  • api-versioningSkillAI & models

    API versioning strategies for ASP.NET Core. Covers Asp.Versioning library, URL segment, header, and query string strategies, version deprecation, and OpenAPI integration. Load this skill when adding versioning to an API, evolving an API with breaking changes, or when the user mentions "API version",

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • arch-checkSkillAI & models

    Architecture conformance check: verifies an existing codebase against its declared architecture (VSA, Clean Architecture, DDD, Modular Monolith) — dependency direction, layer violations, module boundary leaks, and cycles — using token-cheap Roslyn MCP analysis. Invoke when: "check architecture", "ar

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • architecture-advisorSkillAI & models

    Architecture selection advisor for .NET applications. Asks structured questions about domain complexity, team size, system lifetime, compliance, and integration needs, then recommends the best-fit architecture: Vertical Slice, Clean Architecture, DDD + Clean Architecture, or Modular Monolith. Load t

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • aspireSkillAI & models

    Lets your agent create, run, debug, configure, and deploy distributed apps using the Aspire toolchain.

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • build-fixSkillAI & models

    Autonomous iteration loops for .NET: drive a broken build or failing test suite to green with bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. The build-fix loop (dotnet build, parse, categorize, fix, rebuild) is the primary flow; the test

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • clean-architectureSkillAI & models

    Clean Architecture for .NET applications. Covers the 4-project layout (Domain, Application, Infrastructure, Api), dependency inversion, use case handlers, domain entities with behavior, and infrastructure as a plugin. Load this skill when building a project with Clean Architecture, discussing layere

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • convention-learnerSkillAI & models

    Detects and enforces project-specific coding conventions by analyzing existing codebase patterns. Learns naming conventions, folder structure, test organization, and coding style from the existing code. Load when: "conventions", "coding standards", "project patterns", "enforce style", "detect patter

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • dependency-injectionSkillAI & models

    Dependency injection patterns for .NET 10. Covers service lifetimes, keyed services, the decorator pattern, factory pattern, and common DI pitfalls. Load this skill when registering services, resolving lifetime issues, designing service composition, or when the user mentions "DI", "dependency inject

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • dotnet-initSkillAI & models

    Interactive project initialization. Detects project type, asks architecture questions, and generates a customized CLAUDE.md — no manual template copying. Use when: "init project", "setup project", "initialize", "new project setup", "generate CLAUDE.md", "configure for dotnet-claude-kit", or starting

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • error-handlingSkillAI & models

    Error handling strategy for .NET 10 applications. Covers the Result pattern, ProblemDetails (RFC 9457), global exception handling, FluentValidation, and structured error responses. Load this skill when implementing error handling, validation, or designing API error contracts, or when the user mentio

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • httpclient-factorySkillAI & models

    IHttpClientFactory and typed HTTP clients for .NET 10 applications. Covers named/typed/keyed clients, DelegatingHandlers, resilience with Microsoft.Extensions.Http.Resilience, and testing patterns. Load this skill when configuring HTTP clients, adding retry/circuit breaker policies, or when the user

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • modern-csharpSkillAI & models

    Modern C# language features for .NET 10 and C# 14. Covers primary constructors, collection expressions, the field keyword, extension members, records, pattern matching, spans, and raw string literals. Load this skill when writing any new C# code, reviewing existing code for modernization, using "mod

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • project-structureSkillAI & models

    .NET solution and project structure conventions. Covers .slnx format, Directory.Build.props, Directory.Packages.props for central package management, global usings, and naming conventions. Load this skill when setting up a new solution, adding projects, configuring build properties, or when the user

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • resilienceSkillAI & models

    Resilience patterns for .NET 10 applications using Polly v8. Covers retry, circuit breaker, timeout, fallback, rate limiter, hedging, and composing resilience pipelines. Load this skill when implementing retry logic, circuit breakers, handling transient failures, or when the user mentions "Polly", "

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • scaffoldSkillAI & models

    Architecture-aware feature scaffolding for .NET 10 projects. Detects the project's architecture (VSA, Clean Architecture, DDD, Modular Monolith) and generates complete feature slices with all required layers: endpoint, handler, validator, DTOs, EF configuration, and integration tests — with the comp

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • specSkillAI & models

    Turn a vague feature or product idea into an agreed, persisted specification through relentless structured questioning. Never assumes — every gap, ambiguity, or "probably" becomes a question to the developer, and the spec cannot be approved while open questions remain. Produces docs/specs/<NNN>-<slu

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • vertical-sliceSkillAI & models

    Vertical Slice Architecture (VSA) for .NET applications — one of several supported architectures in dotnet-claude-kit. Covers feature folders, endpoint grouping, and handler patterns for Mediator, Wolverine, and raw handler classes. Load this skill when the architecture-advisor recommends VSA, when

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • workflow-masterySkillAI & models

    Claude Code workflow mastery for .NET developers. Covers parallel execution with git worktrees, plan mode strategy, verification loops, auto-formatting hooks, permission setup for dotnet CLI, prompting techniques, subagent patterns, and context discipline — token budget management, MCP-first navigat

    Ready to connect★ 710

    github.com/codewithmukesh/dotnet-claude-kit695 stars

    View details
  • fix-rollbarSkillAI & models

    Fix a production exception from Rollbar in an interactive Claude Code session. Fetches the occurrence data, analyzes the error, and either implements a fix or adds the error to the ignore list. Use when given a Rollbar occurrence ID.

    Ready to connect★ 708

    github.com/astashov/liftosaur695 stars

    View details
  • agent-teamsSkillAI & models

    Claude Code Agent Teams - default team-based development with strict TDD pipeline enforcement

    Ready to connect★ 707

    github.com/alinaqi/maggy705 stars

    View details
  • agentic-developmentSkillAI & models

    Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)

    Ready to connect★ 707

    github.com/alinaqi/maggy705 stars

    View details
  • ai-modelsSkillAI & models

    Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate

    Ready to connect★ 707

    github.com/alinaqi/maggy705 stars

    View details
  • autonomous-testingSkillAI & models

    AI-driven testing agent that auto-discovers, generates, executes, evaluates, and fixes tests for any project type

    Ready to connect★ 707

    github.com/alinaqi/maggy705 stars

    View details
  • codex-reviewSkillAI & models

    OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration

    Ready to connect★ 707

    github.com/alinaqi/maggy705 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