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: AI & models
9,105 results · page 51 of 304
- View details
oracle-reviewSkillAI & models
Run an external frontier-model referee (Claude Code -> GPT-5.6 Sol Pro via the Oracle CLI) on a paper, proof, estimator, or replication package -- and adjudicate what comes back. Use when the user says "send this to oracle", "get an external review", "run a referee round", "deep-check this proof", o
Ready to connect★ 2k
- View details
pedagogy-reviewSkillAI & models
Holistic pedagogical review of a lecture deck (`.qmd` or `.tex`). Checks narrative arc, prerequisite assumptions, worked examples, notation clarity, and deck-level pacing. Use when user says "pedagogy review", "does this teach well?", "is the flow right?", "will students follow?", "review the narrat
Ready to connect★ 2k
- View details
respond-to-evalSkillAI & models
Turn student course evaluations (free-text + numeric) into an actionable teaching-improvement plan — the teaching analogue of /respond-to-referees. Clusters comments into themes, separates signal from noise, classifies each theme Keep / Change / Investigate / Out-of-scope, and drafts concrete change
Ready to connect★ 2k
- View details
review-paperSkillAI & models
Comprehensive manuscript review with three modes: single-pass (default), --adversarial critic-fixer loop, and --peer [journal] simulated peer-review pipeline (editor + 2 dispositioned referees + editorial decision, calibrated to a target journal). R&R continuation via --peer --r2/--r3; hostile-edito
Ready to connect★ 2k
- View details
review-rSkillAI & models
Read-only R code review protocol for `.R` scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the
Ready to connect★ 2k
- View details
scaffold-exercisesSkillAI & models
Scaffold a graded problem set with sections, problems, worked solutions, and short "why this matters" explainers across analytical, empirical, and coding types. Use when user says "make a problem set on X", "scaffold exercises for this lecture", "create practice problems", "generate homework with a
Ready to connect★ 2k
- View details
seven-pass-reviewSkillAI & models
Mechanize Pattern 15 — the seven-pass adversarial review protocol for academic manuscripts. Spawns 7 forked subagents in parallel (abstract, intro, methods, results, robustness, prose, citations), then synthesizes a prioritized revision checklist. Use for submission-ready or R&R-stage papers where s
Ready to connect★ 2k
- View details
simulation-studySkillAI & models
Scaffold and run a reproducible Monte Carlo simulation study in R — a declared assumption regime, a parameterized DGP, an estimator grid, a seeded replication loop, and a summary of bias, RMSE, empirical SE, coverage, size/power with Monte Carlo standard errors. Use when the user says "run a Monte C
Ready to connect★ 2k
- View details
submission-disclosuresSkillAI & models
Generate the submission-time disclosure block for a manuscript — the AI-use disclosure statement matched to the target journal's policy, CRediT author-contribution roles, conflict-of-interest statement, and data-availability statement. Use when the user says "AI disclosure", "disclosure statement",
Ready to connect★ 2k
- View details
vaccinateSkillAI & models
Qualify a check before it is allowed to clear anything — prove it can detect the failure it is meant to catch. Seeds known defects into a copy of a real artifact plus a clean control, runs the checker, and reports recall and false-positive rate into a qualification ledger. Use when the user says "do
Ready to connect★ 2k
- View details
verify-claimsSkillAI & models
Run Chain-of-Verification (CoVe) on a draft or a block of text with factual claims. Spawns the `claim-verifier` agent in a forked (fresh) context so it never sees the draft — then reports which claims are supported, contradicted, or unverifiable. Use when user says "verify these citations", "check t
Ready to connect★ 2k
- View details
math-modelingSkillAI & models
Use when the user asks for mathematical modeling, modeling competitions, modeling analysis, code-based solving, result visualization, or generating a mathematical modeling paper. Supports the full three-stage workflow, running any single role on its own, and using independent Subagents for in-stage
Ready to connect★ 2k
- View details
huashu-prompt-saveSkillAI & models
Automatically identifies the Prompt type and saves it by category (technical/content/teaching/product/general). Use when the user mentions "保存prompt", "记录prompt", or "整理prompt".
Ready to connect★ 2k
- View details
golem-add-agent-moonbitSkillAI & models
Adding a new MoonBit agent to a Golem component. Use when the user asks to create, add, or define a new agent type in a MoonBit Golem project.
Ready to connect★ 2k
- View details
golem-add-agent-rustSkillAI & models
Adding a new Rust agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent trait, or add agent methods in a Rust Golem project.
Ready to connect★ 2k
- View details
golem-add-agent-scalaSkillAI & models
Adding a new Scala agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent trait, or add agent methods in a Scala Golem project.
Ready to connect★ 2k
- View details
golem-add-componentSkillAI & models
Adding a new component or agent templates to an existing Golem application. Use when adding a second component, adding agent templates like human-in-the-loop or snapshotting to an existing component, or converting a single-component app to multi-component.
Ready to connect★ 2k
- View details
golem-add-config-moonbitSkillAI & models
Adding typed configuration to a MoonBit Golem agent. Use when the user asks to add configuration, settings, or typed config parameters to a MoonBit agent.
Ready to connect★ 2k
- View details
golem-add-config-rustSkillAI & models
Adding typed configuration to a Rust Golem agent. Use when the user asks about agent config, Config<T>, ConfigSchema, #[agent_config], or passing configuration values to agents.
Ready to connect★ 2k
- View details
golem-add-config-scalaSkillAI & models
Adding typed configuration to Scala Golem agents. Use when the user asks to add config, configuration, settings, or environment-specific parameters to an agent.
Ready to connect★ 2k
- View details
golem-add-cors-moonbitSkillAI & models
Configuring CORS allowed origins for HTTP endpoints in MoonBit Golem agents. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins.
Ready to connect★ 2k
- View details
golem-add-env-varsSkillAI & models
Defining environment variables for Golem agents in `golem.yaml` (`env`, `envDefaults`, `secretDefaults`) or via CLI. Use when adding, setting, or overriding env vars on a component, agent, template, preset, or environment, or when wiring template substitution and merge modes.
Ready to connect★ 2k
- View details
golem-add-http-endpoint-moonbitSkillAI & models
Exposing a MoonBit Golem agent over HTTP with mount paths and endpoint annotations. Use when the user asks to add HTTP endpoints, REST APIs, or web interfaces to an agent.
Ready to connect★ 2k
- View details
golem-add-http-endpoint-rustSkillAI & models
Exposing a Rust Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.
Ready to connect★ 2k
- View details
golem-add-http-endpoint-scalaSkillAI & models
Exposing a Scala Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.
Ready to connect★ 2k
- View details
golem-add-llm-moonbitSkillAI & models
Adding LLM and AI capabilities to a MoonBit Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a MoonBit agent.
Ready to connect★ 2k
- View details
golem-add-llm-scalaSkillAI & models
Adding LLM and AI capabilities to a Scala Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a Scala agent.
Ready to connect★ 2k
- View details
golem-add-secret-moonbitSkillAI & models
Adding secrets to MoonBit Golem agents. Use when the user asks to add secret values, API keys, or sensitive configuration to a MoonBit agent.
Ready to connect★ 2k
- View details
golem-add-secret-rustSkillAI & models
Adding secrets to Rust Golem agents. Use when the user needs to store sensitive configuration such as API keys, passwords, or tokens that should not be checked into source control.
Ready to connect★ 2k
- View details
golem-add-transactions-moonbitSkillAI & models
Saga-pattern transactions with compensation in MoonBit Golem agents. Use when the user asks about transactions, compensating actions, rollback, or saga patterns.
Ready to connect★ 2k
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.