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: Dev tools

16,833 results · page 236 of 562

  • telnyx-porting-out-javascriptSkillDev tools

    Manage port-out requests when numbers are being ported away from Telnyx. List, view, and update port-out status. This skill provides JavaScript SDK examples.

    Ready to connect★ 215

    github.com/team-telnyx/ai215 stars

    View details
  • telnyx-porting-out-pythonSkillDev tools

    Manage port-out requests when numbers are being ported away from Telnyx. List, view, and update port-out status. This skill provides Python SDK examples.

    Ready to connect★ 215

    github.com/team-telnyx/ai215 stars

    View details
  • telnyx-porting-out-rubySkillDev tools

    Manage port-out requests when numbers are being ported away from Telnyx. List, view, and update port-out status. This skill provides Ruby SDK examples.

    Ready to connect★ 215

    github.com/team-telnyx/ai215 stars

    View details
  • telnyx-sip-goSkillDev tools

    Configure SIP trunking connections and outbound voice profiles. Use when connecting PBX systems or managing SIP infrastructure. This skill provides Go SDK examples.

    Ready to connect★ 215

    github.com/team-telnyx/ai215 stars

    View details
  • upgrade-dependenciesSkillDev tools

    Upgrade all dependencies in an npm project to their latest versions.

    Ready to connect★ 215

    github.com/itsbencodes/cookies215 stars

    View details
  • brand-onboardingSkillDev tools

    Brand onboarding setup skill. Captures a client's visual identity, content patterns, audience, and goals through evidence capture + pre-filled client doc + structured intake. Writes context/brand-style.md as the foundation for all social skills. Run once per client before using /social-creative-desi

    Ready to connect★ 213

    github.com/stevenflanagan1/social-ai-team214 stars

    View details
  • pullSkillDev tools

    Pulls the latest origin/main into the current local branch and resolves merge conflicts (alias: update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update instead of a rebase, and follow best practices for conflict resolution.

    Ready to connect★ 214

    github.com/team-mirai/mirai-gikai213 stars

    View details
  • testo-configureSkillDev tools

    Set up or edit `testo.php` — the Testo application config. Use when the user is bootstrapping a project (including running `vendor/bin/testo init`), adding/removing a suite, scoping a finder, wiring an application-wide plugin (coverage, JUnit), or asking "where do I configure Testo" / "how do I init

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • testo-coverageSkillDev tools

    Configure code coverage in Testo via CodecovPlugin, choose coverage level (Line/Branch/Path), wire up reports (Clover/Cobertura/PHPUnit XML), and use #[Covers] / #[CoversNothing] on tests. Use when the user asks about "code coverage", "clover", "cobertura", "infection coverage XML", or `#[Covers]`.

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • testo-flaky-testsSkillDev tools

    Stabilize flaky Testo tests with #[Retry] or stress-verify with #[Repeat]. Use when the user mentions "flaky test", "intermittent failure", "retry", "rerun", or asks to "verify a fix sticks" by running the test many times. Also use to mark a test flaky for reporting.

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • testo-inline-testsSkillDev tools

    Attach #[TestInline] cases directly to production methods so the example/doctest lives next to the implementation. Use when the user asks for "inline tests", "doctests", "examples next to code", or wants quick example-based verification of a pure function without a dedicated test class.

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • testo-mutation-testingSkillDev tools

    Run mutation testing on a Testo project with Infection (via testo/bridge-infection), collect surviving mutants efficiently, and kill them by strengthening tests. Use when the user asks about "mutation testing", "infection", "MSI", "mutation score", "escaped mutants", "kill mutants", or wants to meas

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • testo-write-testsSkillDev tools

    Write or modify tests in a project that uses the Testo PHP testing framework. Use when adding a #[Test] class, writing assertions with the Assert facade, expecting exceptions with Expect, or adding lifecycle hooks (#[BeforeTest], #[AfterTest], #[BeforeClass], #[AfterClass]). Trigger when the user sa

    Ready to connect★ 214

    github.com/php-testo/testo210 stars

    View details
  • copywriting-ctaSkillDev tools

    Designs end-of-article CTAs — copy, layout, placement, A/B test plan, accessibility — for blog posts, newsletters, and essays. Use whenever the user asks to write, review, or improve a CTA at the bottom of an article; mentions "end-of-post CTA", "call-to-action", "signup box", "newsletter CTA", "sub

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • copywriting-hooksSkillDev tools

    Writes opening hooks and post titles for long-form articles in EN or FR — blog posts, Substack/Medium/dev.to, LinkedIn long-form, newsletters, essays. Trigger whenever the user asks for a hook, opening, lede, intro, first sentence/paragraph, opener, accroche, attaque, phrase d'accroche, or première

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • copywriting-prose-creatorSkillDev tools

    Codifies how a person or brand writes — lexicon, syntax, rhythm, structure, signature moves — into a PROSE.md guide, independent of emotional tone. Builds from SOUL.md and TONE.md, ports a guide to another channel, or reverse-engineers prose patterns from a corpus. Trigger on PROSE.md, writing style

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • copywriting-tone-of-voice-creatorSkillDev tools

    Builds a brand tone of voice guide (TONE.md) — voice attributes with do's/don'ts, NN/g positioning, tone modulation matrix, lexicon, channel rules — for downstream content skills to consume. Also ports an existing TONE.md to a new channel (blog → LinkedIn, web → Twitter/X, in-product UI). Covers B2B

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • crxjsSkillDev tools

    CRXJS Chrome extension development — true HMR for popup, options, content scripts, side panels, manifest-driven builds, dynamic content script imports (`?script`, `?script&module`), and `defineManifest` for type-safe manifests. Uses Vite as its build tool. Use when the user mentions CRXJS, crxjs, @c

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • influence-and-negotiationSkillDev tools

    Influence and negotiation toolkit for any interaction needing another person's agreement, even when the user never says 'negotiation'. Covers B2B sales, salary reviews and raise asks, collective bargaining and unions, hard 1:1s, recruitment closes, cross-cultural deals, mediation, and diplomatic mes

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • linkedin-ghostwritingSkillDev tools

    B2B LinkedIn ghostwriting — hooks, post structures, and copywriting frameworks for conversion-focused posts. Use when the user wants to write LinkedIn content, create ghostwritten posts, ghostwrite for a founder or executive, or develop a B2B social strategy. Apply when the user shares a story, resu

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • press-release-writerSkillDev tools

    Write professional press releases for any occasion, media type, and region. Use when the user wants to write, draft, or improve a press release, communiqué de presse, media announcement, or news release — including product launches, funding rounds, partnerships, crisis communications, executive hire

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • technical-article-writerSkillDev tools

    Write technical articles and blog posts for developer audiences — tutorials, explainers, benchmarks, bug hunts, postmortems, and 'we rewrote it in X' posts — with title variants and developer-grade article structure. Use whenever the user asks to write a blog post, technical article, dev.to or Mediu

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • absolute-debtSkillDev tools

    Lint and typecheck debt paydown: clear pre-existing repo-wide lint/type violations and suppressions (@ts-ignore, # type: ignore) one rule per wave, fixing causes not symptoms. Runs on green main. For diff-scoped quality use absolute-simplify. Triggers on "absolute debt", "fix our lint warnings", "cl

    Ready to connect★ 212

    github.com/maddhruv/absolute212 stars

    View details
  • absolute-deflakeSkillDev tools

    Flaky test fixes: detect nondeterministic tests empirically (repeat/shuffle/parallel runs), diagnose the root cause, fix it — never retry/skip/sleep — and verify across many randomized runs. Triggers on "absolute deflake", "fix flaky tests", "CI is flaky", "this test fails randomly/intermittently".

    Ready to connect★ 212

    github.com/maddhruv/absolute212 stars

    View details
  • absolute-initSkillDev tools

    One-time setup for absolute: interview how you want it to behave (output style, autonomy, TDD strictness, spec dir, families) + detect the stack once, then write `.absolute.config.json` (project, committed) and `~/.absolute/config.json` (user defaults + per-project overrides). Every other absolute-*

    Ready to connect★ 212

    github.com/maddhruv/absolute212 stars

    View details
  • absolute-uiSkillDev tools

    Build polished, intentional UIs with concrete CSS/Tailwind values — typography, color, layout, spacing, dark mode, accessibility, animations, components. Encodes specific, opinionated rules with exact values, not vague advice. Covers buttons, cards, forms, tables, navigation, dashboards, landing pag

    Ready to connect★ 212

    github.com/maddhruv/absolute212 stars

    View details
  • acceptance-criteria-reviewSkillDev tools

    Use this skill when you need to review acceptance criteria for ambiguity, missing rules, and verifiability; triggers include acceptance criteria review.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • ai-assisted-testingSkillDev tools

    Use this skill when you need AI-assisted testing workflows such as test data generation, root-cause analysis, and prioritization; triggers include AI-assisted testing and AI for QA.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • ai-feature-testingSkillDev tools

    Use this skill when you need to test an AI-enabled product feature for behavior, safety, and user-impact boundaries; triggers include AI feature testing.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • ai-generated-test-reviewSkillDev tools

    Use this skill when reviewing AI-generated unit, functional, API, or end-to-end tests for false confidence, weak assertions, missing risks, or unsafe test behavior; triggers include AI-generated test review and functional test review.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 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