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: Productivity

2,669 results · page 28 of 89

  • memstack-automation-webhook-designerSkillProductivity

    Use this skill when the user says 'webhook', 'webhook handler', 'webhook endpoint', 'receive events', 'HMAC verification', 'idempotency', or needs secure webhook handlers with signature verification, retry handling, and dead letter queues. Do NOT use for full n8n workflows or scheduled tasks.

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • verifySkillProductivity

    Runs this project's check chain through scripts/verify.py and reads the receipt it writes. Fires when tracked changes are finished, when the user asks whether work passes, before a commit, and before reporting a task done. Stays dormant in repositories with no detectable check chain, during read-onl

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • code-cleanupSkillProductivity

    Detect stale TODOs, unused imports, and dead code.

    Ready to connect★ 419

    github.com/notque/vexjoy-agent419 stars

    View details
  • verification-before-completionSkillProductivity

    Defense-in-depth verification before declaring any task complete.

    Ready to connect★ 419

    github.com/notque/vexjoy-agent419 stars

    View details
  • with-anti-rationalizationSkillProductivity

    Anti-rationalization enforcement for maximum-rigor task execution.

    Ready to connect★ 419

    github.com/notque/vexjoy-agent419 stars

    View details
  • evanflowSkillProductivity

    Meta skill for the EvanFlow system. Loads the shared vocabulary (deep modules, deletion test, vertical slice, grill, mockup quick-mode, no-auto-commit) and describes when to invoke each evanflow-* skill. Use when starting a new task and unsure which evanflow skill applies, or when you need to ground

    Ready to connect★ 418

    github.com/evanklem/evanflow418 stars

    View details
  • evanflow-coder-overseerSkillProductivity

    Orchestrate parallel implementation with coder/overseer pairs. Coders implement decomposed tasks using evanflow-tdd; overseers review each coder's output for bugs, gaps, errors, AND cohesion violations against a shared contract. A final integration overseer checks cross-coder cohesion. Use for plans

    Ready to connect★ 418

    github.com/evanklem/evanflow418 stars

    View details
  • evanflow-executing-plansSkillProductivity

    Execute a written implementation plan task-by-task with inline verification. Stop and ask on blockers. No forced sub-skill chains. Use when a plan exists and you're ready to implement.

    Ready to connect★ 418

    github.com/evanklem/evanflow418 stars

    View details
  • meeting-prep-ccSkillProductivity

    Generate a pre-meeting prep brief in Claude Code. Researches participants, pulls vault context, builds agenda, surfaces sharp questions. Use when user says "prep for this meeting," "I have a call with," "meeting tomorrow with," or "prep brief for [name/company]."

    Ready to connect★ 415

    github.com/brianrwagner/ai-marketing-claude-code-skills416 stars

    View details
  • bio-clinical-biostatistics-bayesian-trialsSkillProductivity

    Designs Bayesian clinical trials including Phase I dose-finding (BOIN, CRM, EWOC, mTPI-2), meta-analytic-predictive (MAP) priors with robust mixtures for external data borrowing, EXNEX for basket trials, hierarchical models for safety AE (Berry-Berry), Bayesian platform trials (I-SPY 2, GBM AGILE, R

    Ready to connect★ 409

    github.com/pku-yuangroup/openai4s381 stars

    View details
  • bio-free-energy-calculationsSkillProductivity

    Performs alchemical free-energy calculations including relative binding free energy (RBFE / FEP+) and absolute binding free energy (ABFE) via OpenFE, FEP+, GROMACS, AMBER pmemd, and OpenMM with explicit lambda scheduling, soft-core potentials, MBAR/BAR analysis, cycle-closure validation, and protoco

    Ready to connect★ 409

    github.com/pku-yuangroup/openai4s381 stars

    View details
  • bio-virtual-screeningSkillProductivity

    Performs structure-based virtual screening using AutoDock Vina, SMINA, GNINA (CNN scoring), and DiffDock-L hybrid workflows with explicit choice rules across rigid vs flexible docking, cross-docking vs self-docking, binding-site detection (P2Rank, fpocket), receptor preparation (PDB2PQR, PROPKA), li

    Ready to connect★ 409

    github.com/pku-yuangroup/openai4s381 stars

    View details
  • fluent-reviewSkillProductivity

    Run today's spaced-repetition review queue — items scheduled by SM-2 that need reinforcement before the learner forgets them. Triggered only when the learner types /fluent-review. Pulls due items from spaced-repetition.review_queue.today, generates a targeted exercise for each, evaluates the respons

    Ready to connect★ 405

    github.com/m98/fluent392 stars

    View details
  • fluent-sm2-calculatorSkillProductivity

    SM-2 spaced-repetition algorithm reference for the Fluent language learning system. Use whenever the tutor schedules the next review of a vocabulary item, grammar rule, or error pattern — i.e. after every answered review question. Defines the 0-5 quality scale, interval formula, easiness-factor upda

    Ready to connect★ 405

    github.com/m98/fluent392 stars

    View details
  • agentsop-cost-tiered-modelsSkillProductivity

    Split a multi-call LM workflow by cognitive load, not by accuracy: let one strong model make the few reasoning decisions and a cheap model do the many mechanical executions (Aider architect+editor, DSPy optimizer-LM vs task-LM, vLLM speculative draft+target, LangGraph supervisor+worker are the same

    Ready to connect★ 398

    github.com/agentsope/skillalchemy403 stars

    View details
  • agentsop-idempotent-ingestionSkillProductivity

    Re-ingest-correctness SOP for production RAG. Activate when a calling agent builds, reviews, or debugs an ingestion pipeline that runs more than once over a changing corpus — scheduled re-index, incremental updates, CI re-ingest, or a "retrieval has duplicates / shows deleted docs" bug. Encodes the

    Ready to connect★ 398

    github.com/agentsope/skillalchemy403 stars

    View details
  • agentsop-output-format-by-modelSkillProductivity

    Pick an LM output format per (task x consumer x model) rather than by reflex: different formats carry different cognitive load (e.g. code-in-JSON makes the same model write worse code than plain-text+diff, while asking for prose when you need a typed object fails the other way). Use when designing o

    Ready to connect★ 398

    github.com/agentsope/skillalchemy403 stars

    View details
  • agentsop-session-state-hygieneSkillProductivity

    Decision protocol for managing the context/session state of an AI coding tool: when to /clear, when to keep context, and how to detect "context bleed" — the failure mode where stale conversation history biases the model against the current task. Surfaces a discipline that Aider (/clear), Claude Code

    Ready to connect★ 398

    github.com/agentsope/skillalchemy403 stars

    View details
  • LensSkillProductivity

    Lens — Add a cognitive lens to any problem. It accepts a task description and produces an enhanced description that surfaces hidden dimensions, prerequisites, and lines of inquiry—the things you do not know you do not know. Use when the user asks to brainstorm, analyze, generate a skill, distill, or

    Ready to connect★ 398

    github.com/agentsope/skillalchemy403 stars

    View details
  • codex-execSkillProductivity

    Run autonomous task execution using the codex CLI. Use when the user asks to \"codex exec\", \"run codex exec\", \"execute a task with codex\", or \"delegate to codex\".

    Ready to connect★ 402

    github.com/tobihagemann/turbo402 stars

    View details
  • survey-patternsSkillProductivity

    Survey the codebase for analogous features, reusable utilities, and existing patterns relevant to a proposed change, reading any source the task names outside this repo. Returns structured findings without writing code. Use when the user asks to \"survey patterns\", \"find existing patterns\", \"loo

    Ready to connect★ 402

    github.com/tobihagemann/turbo402 stars

    View details
  • douyin-hot-trendSkillProductivity

    Focuses on fetching the latest Douyin hot list data, updated hourly, including trending events, heat values, and jump links; supports querying hot lists from the past 7 and 30 days, and supports scheduled push subscriptions.

    Ready to connect★ 399

    github.com/redfox-data/redfox-community401 stars

    View details
  • jvm-live-debugSkillProductivity

    Interactive breakpoint debugging of a running XAS server (Solon, started with `./gradlew run`) in a CLI environment without a GUI debugger. Uses a JDWP + jdb + tmux combination: the run task exposes port 5005, jdb runs inside a persistent tmux session, and send-keys/capture-pane read and write REPL

    Ready to connect★ 399

    github.com/coooolfan/xiaomialbumsyncer397 stars

    View details
  • search_orchestrationSkillProductivity

    Expert at using SearchSDK for complex research tasks

    Ready to connect★ 397

    github.com/sediman-agent/openskynet395 stars

    View details
  • bd-issue-trackingSkillProductivity

    Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • codex-skillSkillProductivity

    Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • phoneSkillProductivity

    Use when the user wants phone-number intelligence (lookup, carrier, line type, SIM-swap / call-forwarding fraud signals), US/CA number provisioning (rent a phone number), or outbound AI voice calls (Bland.ai under the hood — schedule, confirm, follow-up). Pay per call in USDC.

    Ready to connect★ 395

    github.com/blockrunai/blockrun-mcp393 stars

    View details
  • master-mahasi-sayadawSkillProductivity

    Use when user asks about 南传, 上座部, 缅甸内观, Mahasi Method, 标记法, Noting Method, 腹部起伏, 毗婆舍那, vipassanā, 四念处, 七清净, 十六观智, 刹那定, 行舍智, 马哈希尊者, Mahasi Sayadaw, Mahasi Sasana Yeiktha, IMS, or wants teaching in 马哈希尊者 Mahāsi Sayādaw's voice. Triggers include "马哈希"、"Mahasi"、"Sayadaw"、"标记法"、"腹部起伏"、"缅甸内观"、"密集禅修"、"十六观智

    Ready to connect★ 393

    github.com/xr843/master-skill394 stars

    View details
  • editorial-workflowSkillProductivity

    Manages newsroom editorial workflows. Use when tracking assignments, managing deadlines, or coordinating editorial calendars.

    Ready to connect★ 393

    github.com/jamditis/claude-skills-journalism393 stars

    View details
  • admet_druglikeness_reportSkillProductivity

    ADMET & Drug-Likeness Report - Generate comprehensive ADMET and drug-likeness report: molecular properties, H-bond analysis, hydrophobicity, topology, and ADMET prediction. Use this skill for medicinal chemistry tasks involving calculate mol basic info calculate mol hbond calculate mol hydrophobicit

    Ready to connect★ 392

    github.com/spectrai-initiative/innoclaw390 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