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,019 results · page 85 of 301

  • golang-api-serverSkillAI & models

    Build HTTP services, REST APIs, and middleware in Go. Use when building Go HTTP servers, REST APIs, or custom middleware.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • golang-concurrencySkillAI & models

    Gives your agent guidance and patterns for writing concurrent Go code.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • implementation-readinessSkillAI & models

    Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • Skill CreatorSkillAI & models

    Standards for creating new High-Density Agent Skills with optimal token economy.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • skill-benchmarkSkillAI & models

    Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • test-loopSkillAI & models

    Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • traceability-auditSkillAI & models

    Map requirements, acceptance criteria, implementation, tests, and release artifacts into one traceability report.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • uat-signoffSkillAI & models

    Walk a business/UAT approver through a plain-language demo of a verified feature and capture business acceptance signoff.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • ln-64-community-announcerSkillAI & models

    Drafts or publishes authorized, fact-checked GitHub Discussions announcements; does not create releases.

    Ready to connect★ 559

    github.com/levnikolaevich/claude-code-skills559 stars

    View details
  • pm/requirement-penetrationSkillAI & models

    A methodology for deeply digging into user needs: through 5W2H follow-up questions and a layered requirements model, it identifies explicit, implicit, latent, and delighter needs

    Ready to connect★ 556

    github.com/echovic/boss-skill553 stars

    View details
  • ash-frameworkSkillAI & models

    Ash Framework — resources, actions, policies, aggregates, calculations,

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • assignsSkillAI & models

    Compatibility alias for the Elixir/Phoenix plugin's LiveView assigns audit. Invoke explicitly with /lv:assigns.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • auditSkillAI & models

    Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • boundariesSkillAI & models

    Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • brainstormSkillAI & models

    Brainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not sure how to approach, or want to discuss before plan.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • cc-changelogSkillAI & models

    CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • codex-loopSkillAI & models

    Fix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review, fix, verify loop before opening a PR. Use when codex is installed and you want an external cross-model critic on your changes before pushing.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • compoundSkillAI & models

    Capture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful /phx:review or /phx:investigate.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • constraint-debugSkillAI & models

    Compatibility alias for the Elixir/Phoenix plugin's Ecto constraint debugger. Invoke explicitly with /ecto:constraint-debug.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • deps-updateSkillAI & models

    Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (/phx:investigate).

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • ecto-constraint-debugSkillAI & models

    Debug Ecto constraint violations - trace triggers, check migrations,

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • ecto-n1-checkSkillAI & models

    Detect N+1 query anti-patterns specifically — Repo calls inside Enum/for

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • ecto-patternsSkillAI & models

    Ecto patterns — schemas, changesets, queries, migrations, Multi, associations,

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • examplesSkillAI & models

    Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • fullSkillAI & models

    Deliver a large, cross-domain Phoenix feature or complete end-to-end system through planning, implementation, verification, and review. Use when several coordinated workflows or contexts must ship together. NOT for an existing plan; use /phx:work.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • initSkillAI & models

    Initialize plugin in a project — install Iron Laws, auto-activation rules, and reference auto-loading into CLAUDE.md. Use when setting up or updating the plugin.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • intent-detectionSkillAI & models

    Route ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • introSkillAI & models

    Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • investigateSkillAI & models

    Investigate bugs and errors in Elixir/Phoenix — root-cause analysis for crashes, exceptions, stack traces, test failures. Use --parallel for deep 4-track investigation.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 stars

    View details
  • ketchupSkillAI & models

    Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.

    Ready to connect★ 551

    github.com/oliver-kriska/claude-elixir-phoenix551 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.

54,764 of the 55,196 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