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
8,992 results · page 202 of 300
- View details
logical-reasoningSkillAI & models
Deductive and inductive reasoning, formal and informal logical structure, validity, soundness, and rules of inference. Covers propositional logic, quantified reasoning, syllogisms, common inference patterns (modus ponens, modus tollens, hypothetical syllogism, disjunctive syllogism), and the distinc
Ready to connect★ 70
- View details
mfe-emergenceSkillAI & models
Complex systems and emergent behavior — chaos theory, fractals, neural networks, cellular automata, and computability. Analyzes dynamical systems for chaos via Lyapunov exponents, classifies bifurcations, measures fractal dimension, and models emergent phenomena. Use when analyzing chaotic systems,
Ready to connect★ 70
- View details
mfe-unificationSkillAI & models
Deep symmetries and unifying principles — gauge theory, Lie groups, Noether's theorem, and the Standard Model. Constructs field theories from symmetry requirements, derives conservation laws, and traces force unification. Use when working with gauge symmetry, Lie groups (U(1), SU(2), SU(3)), conserv
Ready to connect★ 70
- View details
obs-compareSkillAI & models
Compare AI coding providers side by side. Use this skill whenever the user asks to compare Claude vs Gemini vs Codex, wants a provider comparison, asks "which provider is better/cheaper/faster", wants to see differences between CLIs, or mentions "compare", "versus", "vs", "head to head", "side by si
Ready to connect★ 70
- View details
obs-costSkillAI & models
Show AI coding cost and token usage. Use this skill whenever the user asks how much they spent, wants a cost breakdown by provider or model, asks about token consumption, wants to compare Claude vs Gemini costs, or mentions anything about budget, spend, billing, or usage dollars. Supports time range
Ready to connect★ 70
- View details
obs-sessionsSkillAI & models
Show recent AI coding sessions with details. Use this skill whenever the user asks about their recent sessions, wants to see session history, asks "what did I do today/yesterday", wants to know which models were used, how many tools were called per session, or asks about session duration and traces.
Ready to connect★ 70
- View details
persuasion-rhetoricSkillAI & models
Persuasion and rhetorical analysis grounded in classical and modern frameworks. Covers Aristotle's three appeals (ethos, pathos, logos), rhetorical situation (audience, purpose, context), argument structure (Toulmin model), logical fallacies, persuasive writing, propaganda analysis, and ethical pers
Ready to connect★ 70
- View details
run-pipelineSkillAI & models
Run the full data science pipeline: validate raw data, preprocess, engineer features, train model, and evaluate. Use this when you want to execute the end-to-end ML pipeline or re-run it after data or code changes.
Ready to connect★ 70
- View details
sigregSkillAI & models
Sketched Isotropic Gaussian Regularization primitive. Scalar loss matching the embedding distribution to a standard-normal target via Cramér-Wold slicing and the Epps-Pulley empirical characteristic function test. Port of rbalestr-lab/lejepa (MIT). Default-off in v1.49.571.
Ready to connect★ 70
- View details
skill-forgeSkillAI & models
Use when the user asks to forge, scaffold, author, or ship a new skill or agent — the skill-creator's own namesake artifacts. Drives the skill-forge loop (create → fill → validate → critique → ship → publish) via the skill-creator CLI.
Ready to connect★ 70
- View details
skill-frontmatter-doctorSkillAI & models
Use when authoring or reviewing a SKILL.md or agent .md and you need to detect and fix the four most common frontmatter defects — echoed or truncated triggers, tools written as a YAML array instead of a comma-separated string, a description outside the 1-1024 character bound, and a missing "Use when
Ready to connect★ 70
- View details
skill-slimmingSkillAI & models
Audit and govern Skills, plugins, and MCP servers across Codex, Claude Code, and compatible Agent hosts. Use when the user asks to inventory, deduplicate, classify, scope, archive, or reduce the context cost of Agent capabilities; asks why there are so many Skills; wants global/project/trigger decis
Ready to connect★ 70
- View details
skilladam-optimizeSkillAI & models
Optimize an existing SKILL.md from a usage-intent description with SkillAdam. Use when a user asks to test, improve, patch, review, validate, or iteratively optimize an Agent Skill, with optional selective hunk review.
Ready to connect★ 65
- View details
sling-dispatchSkillAI & models
Instruction dispatch pipeline for routing work items to available agents. Implements a 7-stage fetch-allocate-prepare-hook-store-launch-confirm pipeline with batch convoy mode, formula expansion, idempotent dispatch, and crash recovery.
Ready to connect★ 70
- View details
spatial-awarenessSkillAI & models
Introduces a comprehensive agent-based framework for guided software development (GSD)
Ready to connect★ 70
- View details
token-budgetSkillAI & models
Token budget tracking and enforcement for Gastown convoy-level execution. Hard limits with pre-execution checking, per-convoy and per-agent tracking, structured stop reasons.
Ready to connect★ 70
- View details
gather-contextSkillAI & models
Research codebase — surface patterns, find prior art, prepare for brainstorm. Spawns subagents if available.
Ready to connect★ 69
- View details
launch-appSkillAI & models
Launch Matrix OS runtime surfaces for validation. Use when Symphony agents need runtime checks for shell, gateway, platform, or bundled app changes in this repo.
Ready to connect★ 69
- View details
matrix-integrationsSkillAI & models
Use Matrix OS platform-owned integrations from apps or agents without exposing provider secrets on customer VPSes or inside Agent.
Ready to connect★ 69
- View details
mcpSkillAI & models
MCP server management — discover, connect, and use Model Context Protocol tools
Ready to connect★ 69
- View details
openai-tool-callingSkillAI & models
How to add OpenAI Responses API function/tool calling (with structured `text.format` output) in this repo, based on the implementation in src/utils/functions/ai/help-chat.ts. Use when adding or modifying tool calls for any AI chat flow (openai.responses.parse).
Ready to connect★ 69
- View details
prisma-schemaSkillAI & models
Safe workflow for editing prisma/schema.prisma without corrupting model blocks, and for regenerating the Prisma client. Use whenever you need to add, remove, or modify a field or model in the Prisma schema.
Ready to connect★ 69
- View details
relaySkillAI & models
Hand work between Claude Code and Codex (or any two agents) with zero copy-paste, via the _relay/STATE.md baton. Use at the start of a session ("catch up", "resume", "where were we") and at the end ("save", "hand off", "wrap up"), or whenever the user says they're switching agents.
Ready to connect★ 68
- View details
worktree-createSkillAI & models
Create git worktree for parallel work. Agent-driven naming.
Ready to connect★ 69
- View details
academic-figure-generationSkillAI & models
Generates publication-quality academic figures (framework diagrams, pipeline illustrations, system architectures, method overviews) from a paper's method text and a target caption, using a local PaperBanana multi-agent pipeline (Retriever → Planner → Stylist → Visualizer → Critic).
Ready to connect★ 68
- View details
agent-collaborationSkillAI & models
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
Ready to connect★ 68
- View details
- View details
agent-operated-workflowsSkillAI & models
Use when a bounded real-world procedure has a deterministic happy path but brownfield, variable, or partially knowable state; when an operation must resume from verified evidence; or when deciding whether agent judgment or ordinary code should own a procedure's control loop.
Ready to connect★ 68
- View details
agent-setupSkillAI & models
How this repository's agent instructions are organized as Agent Skills, and how to add or change them. Use when editing AGENTS.md or anything under .agents/skills/, or when the user gives feedback about coding patterns, style, or recurring mistakes that should be captured for future sessions.
Ready to connect★ 68
- View details
agentic-coding-workflow-expertSkillAI & models
Universal Multi-Agent Swarm Plugin with specialized skills for Antigravity (AGY), Claude Code, and Cursor IDE. Modern 2026 Fullstack (React 19, Tailwind v4, Bun, Next.js 15, MCP v1.9, Rust, Python 3.14).
Ready to connect★ 68
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,624 of the 55,055 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.