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 32 of 89

  • codexSkillProductivity

    Provides Codex CLI delegation workflows for complex code generation and development tasks using OpenAI's GPT-5.3-codex models, including English prompt formulation, execution flags, sandbox modes, and safe result handling. Use when the user explicitly asks to use Codex for complex programming tasks

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • copilot-cliSkillProductivity

    Provides GitHub Copilot CLI task delegation in non-interactive mode with multi-model support (Claude, GPT, Gemini), permission controls, output sharing, and session resume. Use when users ask to hand work to Copilot, compare models, or run Copilot programmatically from Claude Code.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • geminiSkillProductivity

    Provides Gemini CLI delegation workflows for large-context analysis and complex reasoning using Gemini 3.0 Flash and Gemini 3.0 Pro models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Gemini for tasks such as broad codebas

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • qwen-coderSkillProductivity

    Provides Qwen Coder CLI delegation workflows for coding tasks using Qwen2.5-Coder and QwQ models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Qwen for tasks such as code generation, refactoring, debugging, or architectural

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • turborepo-monorepoSkillProductivity

    Provides comprehensive Turborepo monorepo management guidance for TypeScript/JavaScript projects. Use when creating Turborepo workspaces, configuring turbo.json tasks, setting up Next.js/NestJS apps, managing test pipelines (Vitest/Jest), configuring CI/CD, implementing remote caching, or optimizing

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • unit-test-scheduled-asyncSkillProductivity

    Provides patterns for unit testing Spring `@Scheduled` and `@Async` methods using JUnit 5, CompletableFuture, Awaitility, and Mockito. Covers mocking task execution and timing, verifying execution counts, testing cron expressions, validating retry behavior, and simulating thread pool behavior. Use w

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • additive-bias-defenseSkillProductivity

    Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • bzd-model-assumption-checkerSkillProductivity

    Review a mathematical-modeling paper's model-assumption section against the complete problem statement. Diagnose whether each assumption is necessary, evidence-based, compatible with the task, appropriately simplified, and usable by the later model. Use for assumption review, not automatic full-pape

    Ready to connect★ 337

    github.com/bzdmathclub/bzd-math-modeling-skills150 stars

    View details
  • bzd-problem-analysis-checkerSkillProductivity

    Review a Chinese mathematical-modeling problem-analysis section against the original problem, checking task classification, data reasoning, cross-problem linkage, model-choice rationale, validation planning, chapter boundaries, and the overall solution framework. Use for diagnosis, not automatic ful

    Ready to connect★ 337

    github.com/bzdmathclub/bzd-math-modeling-skills150 stars

    View details
  • codex-delegationSkillProductivity

    Delegates tasks to the OpenAI Codex CLI (codex exec) via delegation-core. Use when delegation-core selects Codex or OpenAI credentials are already configured.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • Control DesktopSkillProductivity

    Run a computer use task on the desktop via Claude's vision and action API

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • cpu-gpu-performanceSkillProductivity

    Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • delegation-coreSkillProductivity

    Delegates execution to eight CLIs (Gemini, Qwen, MiniMax, GLM, Muse, Codex, OpenCode, Glimmer). Use for execution tasks. Do not use for secrets.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • gemini-delegationSkillProductivity

    Delegates tasks to Gemini CLI implementing delegation-core for Google's models. Use when delegation-core selects Gemini or 1M+ token context is needed.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • glm-delegationSkillProductivity

    Delegates tasks to Z.ai GLM-5.x via the stock claude binary and an endpoint swap. Use when delegation-core selects GLM or a 1M-token context is needed.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • minimax-delegationSkillProductivity

    Delegates tasks to the MiniMax CLI (mmx) via delegation-core. Use when delegation-core selects MiniMax or large-context batch work is needed.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • opencode-delegationSkillProductivity

    Delegates tasks to OpenCode (opencode run) via delegation-core. Use when delegation-core selects OpenCode or a provider-agnostic harness is wanted.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • project-executionSkillProductivity

    Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • qwen-delegationSkillProductivity

    Delegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • risk-classificationSkillProductivity

    Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • smart-sourcingSkillProductivity

    Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • Speckit TaskstoissuesSkillProductivity

    Convert tasks.md entries into GitHub Issues

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • ai-audit-account-reportSkillProductivity

    Turn account usage data into a concise AI audit outreach package.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • brand-guidelines-builderSkillProductivity

    Help non-designers evaluate work against brand guidelines and know what to fix.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • campaign-postmortemSkillProductivity

    Build sourced campaign retrospectives from goals, launch context, performance data, team feedback, and follow-up actions.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • company-recording-clipSkillProductivity

    Turn a company meeting or event recording into a short, approved, postable clip.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • cross-crm-opportunity-syncSkillProductivity

    Coordinate opportunities and customer records across multiple CRMs while preserving attribution, visibility, commissions, and governance.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • customer-deck-builderSkillProductivity

    Build tailored customer-facing sales or customer success decks from approved account context and generate the presentation with Gamma through Zapier MCP.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • daily-lead-stewardSkillProductivity

    Maintain a daily review cockpit for high-intent leads and hand-raisers.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 stars

    View details
  • find-lead-account-ownerSkillProductivity

    Resolve the right account owner for a lead using contact, company, and deal ownership evidence.

    Ready to connect★ 336

    github.com/zapier/gtm-cheat-codes336 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