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,867 results · page 203 of 296
- View details
mcpSkillAI & models
MCP server management — discover, connect, and use Model Context Protocol tools
Ready to connect★ 66
- View details
meta-workflow-graph-refreshSkillAI & models
Entry point for refreshing the DH workflow graph after changes to skills, agents, Mermaid flowcharts, MCP tools, or artifact flows. Use after any structural workflow change to keep docs/dh-workflow-graph.json current.
Ready to connect★ 66
- View details
no-frontmatterSkillAI & models
Keep your skills sharp. Intelligence for agent context.
Ready to connect★ 66
- View details
- View details
perl-cpan-ecosystemSkillAI & models
This skill should be used when the user asks to install Perl modules, use cpanm, create a cpanfile, manage Perl dependencies, set up Carton, configure local lib, or mentions CPAN, cpanminus, module installation, or Perl package management.
Ready to connect★ 66
- View details
perl-developmentSkillAI & models
This skill should be used when the user asks to "write a Perl script", "create Perl code", "modern Perl best practices", "Perl 5.30+", "use strict warnings autodie", or mentions Perl pragmas, subroutines, error handling, or scripting patterns. Provides comprehensive Perl 5.30+ development guidance.
Ready to connect★ 66
- View details
perl-lintSkillAI & models
This skill should be used when the user asks to lint Perl code, run perlcritic, check Perl style, format Perl code, run perltidy, or mentions Perl Critic policies, code formatting, or style checking.
Ready to connect★ 66
- View details
prompt-injection-defenseSkillAI & models
Guards AI agents and LLM-powered applications against prompt injection attacks — both direct and indirect. Validates AI inputs and outputs at every trust boundary.
Ready to connect★ 66
- View details
recruit-initSkillAI & models
Initialize the recruiting workspace: check prerequisites (boss-cli / liepin-cli / lark-cli), create the standard directory skeleton (CONTEXT.md source of truth + AGENTS.md collaboration conventions + the 01-jd to 05-onboarding funnel directories + a ledger), copy the workflow docs into the workspace
Ready to connect★ 65
- View details
refactoringSkillAI & models
Safe, behavior-preserving code transformation backed by tests. Refactor with evidence, not instinct.
Ready to connect★ 66
- View details
refresh-researchSkillAI & models
Bulk-refresh research entries in ./research/ using parallel research-curator agents. Use when /refresh-research is invoked, stale research needs updating, or bulk re-verification of research entries is requested. Inventories entries by review date and age, runs RT-ICA pre-flight, spawns agents in wa
Ready to connect★ 66
- View details
research-and-summarizeSkillAI & models
Distill complex topics into layered, actionable summaries. Start with the key insight, layer in detail, end with recommended next action.
Ready to connect★ 66
- View details
review-verdict-contractSkillAI & models
Load the shared verdict, punch-list, SKIP, and gate schema used by the dh multi-perspective review orchestrator, reviewers, and synthesizer. Use only when one of those components must produce, parse, validate, or gate review results.
Ready to connect★ 66
- View details
rt-icaSkillAI & models
Works backward from the stated goal through its prerequisite chain — what must exist to reach the goal, then what each of those requires, back to the current state — classifying each prerequisite as AVAILABLE, DERIVABLE, or MISSING, and blocking planning until nothing is MISSING. Use before creating
Ready to connect★ 66
- View details
session-historianSkillAI & models
Look up prior Claude Code sessions when context is lost or forgotten. Use when asked what was done before, what happened in the last session, or any request to recall past conversation history, prior decisions, experiments, or outcomes. Indexes and searches raw JSONL transcripts from ~/.claude/proje
Ready to connect★ 66
- View details
setup-skill-discoverySkillAI & models
Use when creating or updating the project skill discovery config — generates or regenerates .dh/skill_discovery.yaml by scanning the repo to infer tech stack, inventorying installed skills via npx skills list, loading candidate skill content before suggesting, and writing a config-driven skill injec
Ready to connect★ 66
- View details
seven-prompt-content-engineSkillAI & models
Walks a user from one rough content idea to a finished post, platform-adapted variants, and repurposed follow-on assets using a 7-step sequential prompting workflow. Use when the user wants to turn a half-formed idea, frustration, story, or client situation into publishable content quickly and consi
Ready to connect★ 66
- View details
sgc-install-aiSkillAI & models
Quickly initialize production-ready AI features for an existing or new App, with options for a local Agent Client, MaaS relay channel, model preference, and matching UI. Use when the user says integrate AI, add chat/generation capabilities to an App, Agent Client, MaaS, or model selection.
Ready to connect★ 66
- View details
simplicity-firstSkillAI & models
Prevents overengineering by enforcing minimum viable code. No speculative features, no premature abstractions, no unnecessary complexity.
Ready to connect★ 66
- View details
skillsaw-maintenanceSkillAI & models
Analyze upstream specs (agentskills.io, Claude Code plugin/marketplace format, OpenAI Codex plugins/marketplace, OpenClaw, MCP and MCP Registry, CodeRabbit, APM) for changes, identify gaps in skillsaw's rule coverage, and create or update PRs to close those gaps. Use when performing periodic mainten
Ready to connect★ 66
- View details
start-milestoneSkillAI & models
Transitions a GitHub milestone from planning to active execution. Use when the team is ready to begin a sprint or release cycle — bulk-transitions open issue labels from status:needs-grooming to status:in-progress, updates GitHub Projects V2 Status to In Progress, and confirms before applying change
Ready to connect★ 66
- View details
Starter_SkillSkillAI & models
Keep your skills sharp. Intelligence for agent context.
Ready to connect★ 66
- View details
subagent-contractSkillAI & models
Where a dispatched step puts its output, and how it signals state upstream.
Ready to connect★ 66
- View details
test-failure-mindsetSkillAI & models
Establishes a dual-hypothesis investigation mindset for every test failure — treating failures as diagnostic signals that may indicate a real bug OR an incorrect test, never defaulting to automatic code changes or test dismissal. Use when encountering failing tests, debugging test errors, running a
Ready to connect★ 66
- View details
think-before-codingSkillAI & models
Forces explicit reasoning before writing any code. Surfaces assumptions, manages confusion, and prevents hallucination by demanding clarity upfront.
Ready to connect★ 66
- View details
transcript-analysisSkillAI & models
This skill should be used when analyzing Claude Code session transcripts, reviewing agent performance, finding anti-patterns or tool misuse, mining workflow patterns, running kaizen analysis, debugging agent behavior, or performing session forensics.
Ready to connect★ 66
- View details
universe-of-thoughtsSkillAI & models
Creative reasoning framework for ill-defined problems where conventional solutions are suboptimal. Use when the problem has ambiguous goals, vast solution space, no single correct answer, or requires innovation. Implements three paradigms — combinational (novel combinations of familiar ideas), explo
Ready to connect★ 66
- View details
validation-protocolSkillAI & models
Scientific validation protocol for verifying fixes work through observation, not assumption. Use when claiming a bug fix, code change, refactoring, or implementation is complete — enforces reproduce-broken-state then define-success-criteria then apply-fix then verify-outcome. Success means observing
Ready to connect★ 66
- View details
what-nextSkillAI & models
Use when the user asks what to do next, asks for a plan under uncertainty, challenges stalled or low-trust work, requests multiple possible approaches before action, or needs an evidence-first loop that uses RT-ICA-style prerequisite checks, adversarial review, subagent coordination, real validation
Ready to connect★ 66
- View details
work-backlog-itemSkillAI & models
Use when creating, grooming, planning, or closing a backlog item. Bridges backlog items to SAM planning with issue, project, and milestone tracking against the configured backend. Activates on interactive browsing with no arguments, loading an item by issue reference or title match to run grooming a
Ready to connect★ 66
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,462 of the 53,895 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.