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 72 of 301
- View details
verify-and-shipSkillAI & models
Run all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.
Ready to connect★ 807
- View details
- View details
marketing-psychologySkillAI & models
When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provi
Ready to connect★ 798
- View details
disable-model-invocationSkillAI & models
A skill that cannot be invoked by the model.
Ready to connect★ 795
- View details
howSkillAI & models
Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering questions (\"where should this live\", \"which package owns this\", \"is this the right layer\"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique archi
Ready to connect★ 795
- View details
create-kandev-pluginSkillAI & models
Create, modify, debug, test, package, or publish a Kandev runtime plugin in its dedicated repository. Use only when the requested work targets a Kandev plugin implementation or its release and marketplace lifecycle, including fixing a bug in an existing plugin. Do not use for agent skills, MCP serve
Ready to connect★ 785
- View details
kandev-protocolSkillAI & models
Follow the core Office agent protocol on wakeup, including parsing KANDEV_* context, checking blockers, commenting progress, updating status, and using the CLI safely.
Ready to connect★ 785
- View details
kandev-team-adminSkillAI & models
Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.
Ready to connect★ 785
- View details
planner-orchestrationSkillAI & models
Enforce Kandev's single-session, user-controlled model workflow for feature, fix, debug, review, verification, and delivery work.
Ready to connect★ 785
- View details
gentle-aiSkillAI & models
Use Gentle AI harness discipline for Pi work: clarify first, preserve OpenSpec artifacts, use strict TDD where available, delegate through subagents when useful, and protect review workload.
Ready to connect★ 749
- View details
gentle-ai-skill-creatorSkillAI & models
Trigger: /skill-creation, skill creation, skill creator, create skill, new skill. Create LLM-first skills with valid frontmatter.
Ready to connect★ 749
- View details
gentle-ai-skill-improverSkillAI & models
Trigger: improve skills, audit skills, refactor skills, skill quality. Audit and upgrade existing LLM-first skills.
Ready to connect★ 749
- View details
agent-team-managerSkillAI & models
Multi-agent team management. Create, view, modify, and delete CountBot's multi-agent teams; manage team members (roles) and team-level custom model configurations. Use when the user wants to create a new Pipeline/Graph/Council team, adjust member assignments, modify dependencies, toggle the skill sy
Ready to connect★ 777
- View details
check-and-testSkillAI & models
Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than we
Ready to connect★ 777
- View details
claude-smartSkillAI & models
Codex-only — use when the user asks to run claude-smart commands in Codex, including claude-smart show, learn, restart, dashboard, clear-all, or slash-like requests such as /claude-smart:learn. In Claude Code the native plugin slash commands handle these; do not invoke this skill there.
Ready to connect★ 777
- View details
fastapiSkillAI & models
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.
Ready to connect★ 777
- View details
ralphSkillAI & models
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.
Ready to connect★ 777
- View details
run-servicesSkillAI & models
Start all local services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery. Handles missing npm/python packages, port conflicts, and stale processes.
Ready to connect★ 777
- View details
update-prSkillAI & models
Update an existing pull request with new changes. Use when the user wants to update a PR, push follow-up changes to a PR, refresh a PR description, or sync a PR with latest commits. Triggers on: update pr, update-pr, update the pr, push to pr, refresh pr, sync pr, update pull request.
Ready to connect★ 777
- View details
dodSkillAI & models
Run the Definition of Done checklist for the current wp-rocket branch and report PASS/WARN/FAIL with evidence. Two modes: layer 1 (self-correction inside backend-agent / frontend-agent — resolves FAILs before handoff) and layer 2 (independent orchestrator gate — fresh perspective after handoff). Pas
Ready to connect★ 766
- View details
groomSkillAI & models
Groom a single GitHub issue — produce an implementation spec and optionally post the grooming summary as a GitHub comment. Standalone entry point for the grooming-agent.
Ready to connect★ 766
- View details
qaSkillAI & models
Run QA validation on a pull request — boots the local environment, tests acceptance criteria, and optionally posts the report as a PR comment. Standalone entry point for the qa-engineer agent.
Ready to connect★ 766
- View details
model-routingSkillAI & models
Split the Plan/Act/Verify loop across three model tiers — frontier planner, cheap executor, frontier judge — via env vars read by run.sh.
Ready to connect★ 755
- View details
my-new-skillSkillAI & models
One sentence that describes WHEN to invoke this skill. Write it as a trigger phrase, not a summary — include the words a user would say ("fix bug", "add feature", "review diff"). The agent routes on this field.
Ready to connect★ 755
- View details
prompt-cachingSkillAI & models
Cache the parts of the prompt that don't change so a long-running loop stops paying full price on every turn. Use when the system prompt, tool defs, or reference docs are stable across many turns.
Ready to connect★ 755
- View details
schema-diffSkillAI & models
Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.
Ready to connect★ 755
- View details
self-eval-biasSkillAI & models
Detect and interrupt the pattern where an agent confidently praises work it just produced instead of reviewing it critically. Same-context grading is not review — it's rationalization.
Ready to connect★ 755
- View details
structured-outputSkillAI & models
Get JSON out of the model reliably. Prefer tool_use with a schema over prompted-JSON, validate on receive, retry on parse fail. Use when downstream code will parse the response.
Ready to connect★ 755
- View details
subagent-fanoutSkillAI & models
Parallelize independent sub-jobs across fresh-context subagents instead of one bloated context. Use when a goal branches into many independent pieces.
Ready to connect★ 755
- View details
tool-restraintSkillAI & models
Don't over-equip an agent with tools/MCP servers. More tools = more ways to fail and a higher cognitive load. Use when wiring tools or an agent underperforms.
Ready to connect★ 755
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.