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,980 results · page 161 of 566

  • issue-tracerSkillDev tools

    Use when asked to trace, investigate, root-cause, reproduce, plan, fix, resolve, close, or prepare a PR for an issue, bug report, defect, regression, failing test, or confusing runtime behavior. This Codex adapter delegates to the canonical protocol at .opencode, which owns the Full-Resolution Contr

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • loopSkillDev tools

    Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the archit

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • merge-queue-readinessSkillDev tools

    Pre-queue merge-group CI simulation. Triggered before adding a PR to a GitHub merge queue. Prevents merge-queue kick-outs from integration test failures.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • mock-moduleSkillDev tools

    mock.module

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • mock-to-internals-migrationSkillDev tools

    Codex adapter for migrating opencode-swarm tests away from Bun mock.module leakage toward _internals dependency-injection seams. Use when touching tests with mock.module, adding test seams, fixing Bun mock isolation failures, or updating source modules for injectable internals.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • opt-in-tool-registrationSkillDev tools

    opt-in-tool-registration

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • phase-completeSkillDev tools

    phase_complete

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • pr-readinessSkillDev tools

    Legacy compatibility shim — use swarm-pr-feedback instead

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • propagation-testSkillDev tools

    propagation test

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • qa-sweepSkillDev tools

    Codex adapter for independent QA review of opencode-swarm changes. Use after implementation or debugging when the user asks for a QA sweep, regression check, review pass, quality gate, or confidence check before publishing.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • restore-internals-seams-in-finally-blocks-after-each-testSkillDev tools

    restore _internals seams in finally blocks after each test

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • run-failing-tests-immediately-after-test-gate-failureSkillDev tools

    run failing tests immediately after test_gate failure

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • run-relevant-tests-after-adding-error-handling-wrappersSkillDev tools

    run relevant tests after adding error-handling wrappers

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • run-relevant-tests-after-logic-changesSkillDev tools

    run relevant tests after logic changes

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • run-test-suite-after-registration-changesSkillDev tools

    run test suite after registration changes

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • run-tests-on-the-unmodified-codebase-before-starting-to-establisSkillDev tools

    run tests on the unmodified codebase before starting to establish a failure baseline

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • rust-crate-ciSkillDev tools

    Load before editing any Rust crate in this repo (currently runners/swarm-sandbox-runner). Covers the mandatory local validation gate, common rustfmt/clippy pitfalls, and Windows-specific Rust correctness patterns that CI enforces but are hard to catch locally without a Windows toolchain.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • safe-renameSkillDev tools

    Workflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repo_map, batch_symbols, and build_check to ensure every consumer is updated and nothing breaks.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • specifySkillDev tools

    Full execution protocol for MODE: SPECIFY -- spec creation, codebase reality checks, SME input, QA gate persistence, and optional council spec review.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • spread-real-module-exports-as-base-of-every-mock-module-return-oSkillDev tools

    spread real module exports as base of every mock.module return object

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • swarmSkillDev tools

    Codex adapter for enabling a higher-rigor swarm-like workflow in the current Codex thread. Use when the user asks for swarm mode, maximum quality, parallel investigation, extra review rigor, or a swarm-style approach without necessarily invoking the OpenCode Swarm plugin.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • swarm-pr-feedbackSkillDev tools

    Codex adapter for closing known PR feedback in any repository. Use when asked to address pasted review feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or follow-up work that must verify and close all known PR issues.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • swarm-resumeSkillDev tools

    Full execution protocol for MODE: RESUME -- continuing an existing approved plan safely from current state.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • tech-debt-ci-reviewSkillDev tools

    Codex adapter for deep technical-debt and CI-stability audits. Use when asked to find test theater, flaky tests, missing or mis-scoped tests, brittle CI/toolchain behavior, structural debt blocking green PRs, or a remediation order for opencode-swarm.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • unswarmSkillDev tools

    Codex adapter for disabling a previously requested swarm-like workflow in the current thread. Use when the user says unswarm, stop swarm mode, return to normal mode, simplify the workflow, or stop using extra review/delegation rigor.

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • update-or-delete-tests-that-assert-intentionally-removed-behavioSkillDev tools

    update or delete tests that assert intentionally removed behavior

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • use-internals-di-seam-pattern-for-test-injectable-functionsSkillDev tools

    use _internals DI seam pattern for test-injectable functions

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • widen-return-typeSkillDev tools

    widen return type

    Ready to connect★ 469

    github.com/zaxbyhub/opencode-swarm464 stars

    View details
  • heige-codex-skin-studioSkillDev tools

    Use when the user wants to install, create, apply, pause, resume, or set up a persistent HeiGe Codex Desktop skin on macOS or Windows, or apply a one-time reskin to the Tencent CodeBuddy desktop app (WorkBuddy).

    Ready to connect★ 461

    github.com/heigeai/heige-codex-skin-studio465 stars

    View details
  • managing-parsersSkillDev tools

    Use when the user needs to manage the tree-sitter parser cache — prefetch parsers for offline or CI runs, list what is downloaded, inspect a language, find the cache directory, or clean it. Covers `ts-pack download`, `list`, `info`, `cache-dir`, `clean`, and `init`.

    Ready to connect★ 465

    github.com/xberg-io/tree-sitter-language-pack463 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,462 of the 53,895 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