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,718 results · page 14 of 91

  • do-competitivelySkillProductivity

    Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • do-in-stepsSkillProductivity

    Execute one complex task as ordered, dependent steps run sequentially, passing context from each step to the next, with per-step LLM-as-a-judge verification. Use when later steps depend on the results of earlier ones.

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • implement-taskSkillProductivity

    Implement a task step by step with automated LLM-as-Judge verification at the end of each phase

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • launch-sub-agentSkillProductivity

    Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • load-pr-commentsSkillProductivity

    Use to load open/unresolved PR review comments then aggregate them as tasks in .specs/comments/*.md for parallel agents to fix.

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • thought-based-reasoningSkillProductivity

    Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency,

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • tree-of-thoughtsSkillProductivity

    Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation

    Ready to connect★ 2k

    github.com/neolabhq/context-engineering-kit2k stars

    View details
  • tooluniverse-enzyme-kineticsSkillProductivity

    Enzyme kinetics — Michaelis-Menten Km, Vmax, kcat (turnover), and kcat/Km (catalytic efficiency / specificity constant) from substrate-velocity data, plus inhibition-mechanism analysis (competitive / uncompetitive / non-competitive, Ki). Fits the MM equation by nonlinear regression (and reports Line

    Ready to connect★ 2k

    github.com/mims-harvard/tooluniverse2k stars

    View details
  • tooluniverse-protein-modification-analysisSkillProductivity

    Post-translational modification (PTM) analysis — phosphorylation, ubiquitination, acetylation, glycosylation, methylation. Uses iPTMnet (sites + enzymes), ProtVar (functional consequences), UniProt (baseline), STRING, ELM (linear motifs), MassIVE/ProteomeXchange (experimental). Use for PTM site anno

    Ready to connect★ 2k

    github.com/mims-harvard/tooluniverse2k stars

    View details
  • mps-build-languageSkillProductivity

    Use when authoring or modifying MPS Build Language scripts (`BuildProject` roots) — the declarative DSL that generates Ant `build.xml` to package MPS language plugins, IDEA plugins, plain Java modules, standalone IDE/RCP distributions, module tests, or `run code from solution` tasks. Covers build so

    Ready to connect★ 2k

    github.com/jetbrains/mps2k stars

    View details
  • managing-git-workflowSkillProductivity

    Git and pull-request workflow for HASH, including conditional Linear conventions and merge-queue diagnostics. Use when naming a branch, opening or reviewing a pull request, interpreting its checks, or diagnosing a merge-queue ejection.

    Ready to connect★ 2k

    github.com/hashintel/hash2k stars

    View details
  • swift-concurrencySkillProductivity

    Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.

    Ready to connect★ 2k

    github.com/avdlee/swift-concurrency-agent-skill2k stars

    View details
  • github-pr-mirrorSkillProductivity

    Mirror an external GitHub pull request into the internal GraalPython Bitbucket review flow, including OCA label checks, Jira creation or reuse, preserving PR commits, pre-commit cleanup, and handoff to the shared GraalPython Bitbucket PR flow for PR creation, Graal Bot tasks, gates, and fixes.

    Ready to connect★ 2k

    github.com/oracle/graalpython2k stars

    View details
  • rota-update-importSkillProductivity

    Run the GraalPy ROTA import update workflow. Use when asked to refresh imports, create the standard Graal import update pull request, inspect generated commits, and hand off to the shared GraalPython Bitbucket PR flow for tasks, gates, and failure fixes.

    Ready to connect★ 2k

    github.com/oracle/graalpython2k stars

    View details
  • dev-planningSkillProductivity

    AI DevKit · Planning phase guidance for creating and reconciling feature task plans. Use when the user wants to create an implementation plan, update planning docs, mark task progress, capture blockers or new tasks, or run dev-lifecycle planning work.

    Ready to connect★ 2k

    github.com/codeaholicguy/ai-devkit2k stars

    View details
  • commitSkillProductivity

    Stage, commit, push, open a PR, and merge to main. Use ONLY on explicit commit intent — user says "commit", "ship it", "push this", "open a PR", "merge to main", "let's commit this", or prefixes with `/commit`. Do NOT auto-invoke on vague end-of-task phrases ("we're done", "wrap up") — those require

    Ready to connect★ 2k

    github.com/pedrohcgs/claude-code-my-workflow2k stars

    View details
  • credible-claimsSkillProductivity

    Research-brief + claim-record discipline for delegated or AI-assisted research work. Use when starting any substantive research task or long autonomous run (write the brief first), and when reporting results that will support a claim in a paper or decision (produce the claim record). Keeps faster ex

    Ready to connect★ 2k

    github.com/pedrohcgs/claude-code-my-workflow2k stars

    View details
  • syllabusSkillProductivity

    Turns a course syllabus into a curated reading list of recent peer-reviewed papers with summaries and discussion questions.

    Ready to connect★ 2k

    github.com/pedrohcgs/claude-code-my-workflow2k stars

    View details
  • golem-recurring-task-moonbitSkillProductivity

    Implementing a recurring (cron-like) task in a MoonBit Golem agent by self-scheduling future invocations. Use when the user asks about periodic tasks, recurring jobs, cron-like scheduling, polling loops, heartbeats, or self-scheduling agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-recurring-task-rustSkillProductivity

    Implementing a recurring (cron-like) task in a Rust Golem agent by self-scheduling future invocations. Use when the user asks about periodic tasks, recurring jobs, cron-like scheduling, polling loops, heartbeats, or self-scheduling agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-agent-moonbitSkillProductivity

    Scheduling a future invocation of a MoonBit Golem agent via CLI. Use when asked to schedule, delay, or set a timer for an agent method call.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-agent-rustSkillProductivity

    Scheduling a future invocation on a Rust Golem agent. Use when asked to schedule, delay, or plan a future agent method invocation using golem agent invoke --trigger --schedule-at.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-future-call-moonbitSkillProductivity

    Scheduling a future agent invocation from within MoonBit agent code. Use when the user asks to schedule, delay, or set a timer for calling another agent at a future time.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-future-call-rustSkillProductivity

    Scheduling a future agent invocation in a Rust Golem project. Use when the user asks about delayed invocations, scheduling calls for later, or timed agent execution.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • minutes-briefSkillProductivity

    Fast non-interactive briefing before any meeting — auto-detects your next calendar event, pulls relationship history, surfaces open commitments, and produces a one-page brief in under 30 seconds. Use this whenever the user says "brief me", "give me a quick brief", "what's coming up", "background on

    Ready to connect★ 1k

    github.com/silverstein/minutes1k stars

    View details
  • minutes-copilotSkillProductivity

    Start and control Minutes Coach, the separate real-time copilot HUD, with an explicit meeting goal. Use only for explicit Coach or HUD lifecycle requests such as "start Minutes Coach", "open the Coach HUD", "pause Minutes Coach", "resume Minutes Coach", "Minutes Coach status", or "stop Minutes Coach

    Ready to connect★ 1k

    github.com/silverstein/minutes1k stars

    View details
  • minutes-debriefSkillProductivity

    Post-meeting debrief — analyzes what happened, compares outcomes to your prep intentions, tracks decision evolution. Use when the user says "debrief", "what just happened in that meeting", "what did we decide", "debrief that call", "post-meeting", "what changed", or right after stopping a recording.

    Ready to connect★ 1k

    github.com/silverstein/minutes1k stars

    View details
  • minutes-lintSkillProductivity

    Health-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there contradictions", or wants to audit their decision history.

    Ready to connect★ 1k

    github.com/silverstein/minutes1k stars

    View details
  • minutes-listSkillProductivity

    List recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.

    Ready to connect★ 1k

    github.com/silverstein/minutes1k stars

    View details
  • minutes-live-sidekickSkillProductivity

    Act as the user's live meeting sidekick inside the current terminal agent session. Use when the user explicitly asks you, the terminal agent, to watch a meeting, follow the live transcript, answer during the call, offer strategist thoughts, silently watch for risks, or track decisions. Do not use th

    Ready to connect★ 1k

    github.com/silverstein/minutes1k 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.

55,111 of the 55,543 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