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,715 results · page 54 of 91
- 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
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★ 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
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
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
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
speckit-companion-capture-tasksSkillProductivity
VS Code extension for spec-driven development — manage specs, workflows, and steering docs for AI CLI tools (Claude Code, Gemini CLI, Copilot CLI)
Ready to connect★ 90
- View details
speckit-companion-tasksSkillProductivity
VS Code extension for spec-driven development — manage specs, workflows, and steering docs for AI CLI tools (Claude Code, Gemini CLI, Copilot CLI)
Ready to connect★ 90
- View details
asyncioSkillProductivity
Use when debugging event loop hangs, task scheduling issues, call_soon vs call_soon_threadsafe confusion, Future callback timing, _enter_task/_leave_task conflicts, GIL contention patterns, per-step vs per-drive task context, uvloop compatibility problems, sniffio/anyio backend detection failures, s
Ready to connect★ 89
- View details
buildSkillProductivity
Implement an agreed task incrementally and verify the result. Use when the user types /build.
Ready to connect★ 89
- View details
clarify-taskSkillProductivity
Resolve consequential missing requirements from inspected context. Use when the user types /clarify-task.
Ready to connect★ 89
- View details
emilkowal-animations-v1SkillProductivity
Emil Kowalski's animation best practices for web interfaces. Use when writing, reviewing, or implementing animations in React, CSS, or Framer Motion. Triggers on tasks involving transitions, easing, gestures, toasts, drawers, or motion.
Ready to connect★ 89
- View details
git-commitSkillProductivity
Review and commit the task’s intended changes using repository conventions. Use when the user types /git-commit.
Ready to connect★ 89
- View details
setup-routinesSkillProductivity
One-time setup for a fresh brand brain instance. Registers the standing routines (refresh-context, dream, harvest+evaluate ideas, research-loops, update-brain, self-improve) as scheduled cloud agents so they run on cadence without being asked. The job definitions already travel with this repo; this
Ready to connect★ 89
- View details
ck:code-reviewSkillProductivity
Review code quality, receive feedback with technical rigor, verify completion claims. Use before PRs, after implementing features, when claiming task completion. Includes scout-based edge case detection and native Task pipeline orchestration.
Ready to connect★ 88
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.