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,019 results · page 128 of 301

  • spawnSkillAI & models

    Create child cloud VMs with AI coding agents using the spawn CLI

    Ready to connect★ 238

    github.com/openrouterlabs/spawn237 stars

    View details
  • update-metadataSkillAI & models

    Spawn any agent, on any cloud

    Ready to connect★ 238

    github.com/openrouterlabs/spawn237 stars

    View details
  • update-teamSkillAI & models

    Update agent team services with latest configuration from setup-agent-team and restart them

    Ready to connect★ 238

    github.com/openrouterlabs/spawn237 stars

    View details
  • analisar-dadosSkillAI & models

    Operating system for Claude Code MazyOS - Your company will soar with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • anuncio-googleSkillAI & models

    Operating system for Claude Code MazyOS - Your company will soar with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • carouselSkillAI & models

    Operating system for Claude Code MazyOS - Your company will fly with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • escaping-skill-targetSkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • mapear-rotinasSkillAI & models

    Operating system for Claude Code MazyOS - Your company will soar with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • not-helloSkillAI & models

    Intentionally has a name that does not match its exported directory.

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • novo-projetoSkillAI & models

    Operating system for Claude Code MazyOS - Your business will soar with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • publicar-temaSkillAI & models

    Operating system for Claude Code MazyOS - Your company will fly with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • relatorio-adsSkillAI & models

    Operating system for Claude Code MazyOS - Your company will fly with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • responder-avaliacoesSkillAI & models

    Operating system for Claude Code MazyOS - Your company will soar with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • rewrite-skillSkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • seoSkillAI & models

    Operating system for Claude Code MazyOS - Your company will fly with this...

    Ready to connect★ 236

    github.com/mazzeoia/mazyos225 stars

    View details
  • skill-1SkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • skill-2SkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • skill-aSkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • skill-bSkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • test-skillSkillAI & models

    Declarative management of Agent Skills on Nix

    Ready to connect★ 235

    github.com/kyure-a/agent-skills-nix236 stars

    View details
  • daaf-orchestratorSkillAI & models

    Operational framework for the DAAF orchestrator. Defines engagement modes, confirmation protocol, subagent dispatch, context budget, and reference-loading. Loaded exclusively by the orchestrator — not for subagents or user questions.

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • linearmodelsSkillAI & models

    Panel data, IV/GMM, system regression. PanelOLS (FE/RE), BetweenOLS, Fama-MacBeth, IV2SLS/LIML/GMM, SUR, 3SLS, Driscoll-Kraay SEs. Use for RE/between, system estimation, or GMM. Complements pyfixest (FE + DiD) and statsmodels (GLM + time series). R equivalent: plm (use when execution language is R).

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • plmSkillAI & models

    R panel data models with plm: within (FE), random (RE), between, first difference, Fama-MacBeth. Hausman test, panel unit root tests. Includes estimatr for robust estimation and lme4 for mixed effects. Use when execution language is R. Python equivalent: linearmodels. For high- dimensional FE use fi

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • pyfixestSkillAI & models

    Fast high-dimensional fixed effects: OLS, Poisson, IV with multi-way FE; DiD (TWFE, did2s, Sun-Abraham); clustered SEs; etable/coefplot/iplot. Use for FE regressions or DiD. For panel RE/between use linearmodels; for GLM without FE use statsmodels. R equivalent: fixest (use when execution language i

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • python-r-translationSkillAI & models

    Python-to-R translation for data analysis. Maps Python (polars, plotnine, pyfixest, statsmodels, svy, geopandas) to R (tidyverse, ggplot2, fixest, survey, sf). Use when user has Python background or requests Python-equivalent code comments in R pipelines.

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • stata-python-translationSkillAI & models

    Stata-to-Python translation for data analysis. Maps Stata commands (reghdfe, xtreg, ivregress, margins, esttab, svy:) to Python (polars, pyfixest, statsmodels, svy). Use when user has Stata background or requests Stata-equivalent code comments in Python pipelines.

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • statsmodelsSkillAI & models

    Lets your agent run Python statistical models like OLS, ARIMA, and mixed models with diagnostics and inference tables.

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • tidymodelsSkillAI & models

    R machine learning with tidymodels: recipes (preprocessing), parsnip (model specs), workflows (fit pipelines), tune (hyperparameters), rsample (resampling). Engines: ranger (RF), glmnet (lasso/ridge), xgboost, kknn. Model interpretation (permutation importance, PDP/ICE, SHAP via DALEX/iml/kernelshap

    Ready to connect★ 235

    github.com/daaf-contribution-community/daaf234 stars

    View details
  • qdrant-model-migrationSkillAI & models

    Guides your agent through switching Qdrant to a new embedding model without downtime.

    Ready to connect★ 232

    github.com/qdrant/skills234 stars

    View details
  • mathodology-agent-pipelineSkillAI & models

    Use when orchestrating the Mathodology nine-phase award workflow (phase responsibilities, specialist roster, prize-level gates) or consulting archived knowledge about the former Python agent pipeline.

    Ready to connect★ 229

    github.com/sweetcornna/mathodology233 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.

54,764 of the 55,196 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