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,684 results · page 53 of 90
- View details
plan-executionSkillProductivity
Executes an existing implementation plan task by task, preserving its interfaces and constraints, running focused checks after each slice, and stopping when the repository differs from the plan. Use when a written plan or approved checklist already exists. Not for inventing the plan, debugging an un
Ready to connect★ 94
- View details
task-boardSkillProductivity
Use when working with the shared pi-mail kanban task board (optionally two-way synced with a Jira sprint). Covers the workflow for an agent that receives an assigned task by mail, how to move tasks through columns, board-only columns with custom instructions (e.g. Refine, Review), commenting (synced
Ready to connect★ 94
- View details
using-godmodeSkillProductivity
Selects and composes the Godmode skills for a coding task, explains the activation boundary, keeps workflow skills from being skipped when they materially reduce risk, and identifies the task's current engineering lifecycle state. Use when starting a task with Godmode installed, deciding which skill
Ready to connect★ 94
- View details
great_ctoSkillProductivity
Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.
Ready to connect★ 93
- View details
magpie-good-first-issue-authorSkillProductivity
Draft a single net-new *good first issue* on the configured `<upstream>` repo from one supplied candidate such as a known gap or a small maintainer-named task. The skill first runs a suitability gate to confirm the candidate is small and newcomer-safe. If it passes the skill drafts one issue. The dr
Ready to connect★ 93
- View details
vertical-constructionSkillProductivity
Domain knowledge for the construction vertical (contractors, field crews) so architect and pm don't spec construction products naively. Covers the vocabulary (bid vs estimate, takeoff, retainage, change order, AIA G702/G703, lien waiver, draw schedule), the non-obvious money rules that incumbents li
Ready to connect★ 93
- View details
vertical-hr-recruitingSkillProductivity
Domain-knowledge primer for the HR & recruiting vertical (ATS, onboarding, workforce scheduling, engagement). Applied by architect/pm during spec authoring so they aren't naive about hiring pipelines, the admitted offer→onboard data-carry gap, EEO/I-9 compliance, and shift-coverage rules. Stops the
Ready to connect★ 93
- View details
vertical-real-estateSkillProductivity
Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination
Ready to connect★ 93
- View details
cre-developmentSkillProductivity
CRE Development and Construction suite - 8 specialist skills for U.S. site/entitlement screening, budget and yield-on-cost, construction loan sizing, GC contracts, draw review, schedule risk, lease-up pro forma, and IC memo writing.
Ready to connect★ 92
- View details
evo-fjsp-schedulerSkillProductivity
Core FJSP scheduling engine with downtime-aware scheduling, greedy dispatching, repair, and SA optimization.
Ready to connect★ 91
- View details
evo-fjsp-validatorSkillProductivity
Validates FJSP schedules for completeness, precedence, machine overlaps, downtime overlaps, eligibility.
Ready to connect★ 91
- View details
evo-jax-computeSkillProductivity
Implements all five JAX computation tasks - row-wise mean reduction, element-wise squaring, logistic loss gradient via jax.grad, RNN forward pass via jax.lax.scan, and JIT-compiled 2-layer MLP forward pass.
Ready to connect★ 91
- View details
evo-jax-computing-basicsSkillProductivity
Complete utility for JAX numerical computation tasks - handles I/O (problem.json, .npy/.npz), and implements all five JAX computations (row-wise mean, element-wise square, logistic loss gradient, RNN scan, JIT MLP) with robust error handling and domain-aware edge case coverage.
Ready to connect★ 91
- View details
evo-molecule-similaritySkillProductivity
Open-World Self-Evolution for LLM Agents — agents that build both their skills and their own verification signals from scratch, with no target-task supervision. (Code coming soon.)
Ready to connect★ 91
- View details
evo-python-build-fixerSkillProductivity
Open-World Self-Evolution for LLM Agents — agents that build both their skills and their own verification signals from scratch, with no target-task supervision. (Code coming soon.)
Ready to connect★ 91
- View details
evo-simpo-code-reproductionSkillProductivity
Implements the SimPO (Simple Preference Optimization) loss function and handles environment setup, execution, and result saving for code reproduction tasks.
Ready to connect★ 91
- View details
project-context-primerSkillProductivity
Run this skill at the very start of any new conversation or agent session before writing a single line of code. It loads the project's architectural decisions, conventions, known gotchas, and current task status so the agent operates with full context — not as a blank slate.
Ready to connect★ 92
- View details
badSkillProductivity
Course-correction signal — the user invokes `/bad` when the main agent has drifted from the task or the rules while still actively working: spent significant session time on guesswork, theorized instead of hooking, written code without reference citations, expanded scope unilaterally, broken rules s
Ready to connect★ 91
- View details
deferredSkillProductivity
The user invokes `/deferred` when the agent committed the most offensive bailout shape — shipped half-implementations, stubs, TODO-marked fake bodies, "out of scope for this task" framing, deferred-to-next-agent / deferred-to-next-iteration / follow-up-handles-this code, or any shape of *"this looks
Ready to connect★ 91
- View details
parallelizeSkillProductivity
When the user wants to speed up a well-scoped task by splitting it across subagents, invoke this skill. A writing subagent is a competent worker — it reads CLAUDE.md, understands context, and writes real code — NOT a dumb text editor (so don't pre-write its diff) and NOT an orchestrator (so don't ha
Ready to connect★ 91
- View details
aif-implementSkillProductivity
Execute implementation tasks from the current plan. Works through tasks sequentially, marks completion, and preserves progress for continuation across sessions. Use when user says "implement", "start coding", "execute plan", or "continue implementation".
Ready to connect★ 90
- View details
aif-improveSkillProductivity
Refine an existing implementation plan with a second iteration. Re-analyzes the codebase for gaps, missing tasks, and wrong dependencies. Use after /aif-plan or to improve an /aif-fix plan. Optional +check flag validates refinements via a fresh-context subagent.
Ready to connect★ 90
- View details
aif-planSkillProductivity
Plan implementation for a feature or task. Two modes — fast (single quick plan) or full (richer plan with optional git branch/worktree flow). Use when user says "plan", "new feature", "start feature", "create tasks".
Ready to connect★ 90
- View details
aif-qaSkillProductivity
QA workflow for testing a feature or task implementation. Analyzes changes, produces test plans, and describes concrete test scenarios. Use when user says "test this", "write test plan", "what should I test", or "QA this branch".
Ready to connect★ 90
- View details
aif-verifySkillProductivity
Verify completed implementation against the plan. Checks that all tasks were fully implemented, nothing was forgotten, code compiles, tests pass, and quality standards are met. Use after "/aif-implement" completes, or when user says "verify", "check work", "did we miss anything".
Ready to connect★ 90
- View details
call-to-bookSkillProductivity
Make a phone call to book an appointment or reservation. Checks calendar first, gets explicit consent before dialing, discloses AI identity on the call, and adds the booking to calendar when done.
Ready to connect★ 90
- View details
crm-cleanupSkillProductivity
Reconcile a call transcript against current CRM records and propose allowlisted field updates, each traced to a verbatim transcript quote, with the write left to a gated CRM operator.
Ready to connect★ 90
- View details
eval-speckit-extensionSkillProductivity
Evaluate the speckit-extension end-to-end against a real spec — verify lifecycle hooks fired, .spec-context.json captured each step into canonical history[], timing is real (not backfilled), and per-task execution was journaled. Umbrella eval for the spec-kit-side extension; grows as features land (
Ready to connect★ 90
- View details
hire-helpSkillProductivity
Help find and book a service provider for a task — cleaning, handyman, moving, assembly, yard work, errands, etc. Searches TaskRabbit, Handy, Thumbtack, and similar platforms.
Ready to connect★ 90
- View details
learnSkillProductivity
Use this skill when the user wants intellectual understanding — learning how or why something works, not getting a task done or soliciting Claude's judgment.
Ready to connect★ 90
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,585 of the 54,017 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.