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: Docs & knowledge
4,436 results · page 70 of 148
- View details
recap-docSkillDocs & knowledge
Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided walkthrough of what changed and why, with blind-spot detection and anticipated questions. Not for: Q&A follow-up (use /recap-ask), technical share-out for teammates (use /tech-brief),
Ready to connect★ 188
- View details
request-trackingSkillDocs & knowledge
Request tracking knowledge base. Use when: querying request status, managing document references, tracking progress. Not for: creating requests (use create-request), tech specs (use tech-spec). Output: status report + progress tracking.
Ready to connect★ 188
- View details
review-specSkillDocs & knowledge
Review technical spec documents from completeness, feasibility, risk, and code consistency perspectives.
Ready to connect★ 188
- View details
shopify-admin-customer-mergeSkillDocs & knowledge
Merges duplicate customer records: invokes Shopify's native customer merge API where supported, otherwise consolidates the loser record's tags and notes into the winner via customerUpdate.
Ready to connect★ 188
- View details
shopify-admin-customer-note-bulk-annotatorSkillDocs & knowledge
Adds internal notes to customer records in bulk — useful for post-campaign flags, import annotations, or support context.
Ready to connect★ 188
- View details
shopify-admin-gift-message-extractionSkillDocs & knowledge
Read-only: extracts gift messages, gift recipients, and gift flags from order custom attributes and notes for fulfillment teams to print on packing slips.
Ready to connect★ 188
- View details
shopify-admin-order-notes-and-attributes-reportSkillDocs & knowledge
Read-only: extracts and tabulates order notes and custom attributes for ops review of gift messages and special instructions.
Ready to connect★ 188
- View details
tech-specSkillDocs & knowledge
Tech spec generation and review. Use when: designing features, writing specs, spec review. Not for: requirements analysis (use req-analyze), implementation (use feature-dev), architecture advice (use codex-architect). Output: numbered tech spec document.
Ready to connect★ 188
- View details
chinese-copyright-applicationSkillDocs & knowledge
Tool for generating China software copyright application materials. The application form is output directly as Markdown for submission, while the source program, user manual, and design specification are generated as LaTeX and compiled to PDF. It automatically analyzes the project code to generate t
Ready to connect★ 184
- View details
orchardSkillDocs & knowledge
Use the local Orchard app to interact with macOS Apple apps and services: Calendar, Reminders, Clock, Mail, Contacts, Notes, Music, Weather, Messages, Location/Maps, and Apple Shortcuts. Two execution paths reach the same running Orchard.app: the `orchard` CLI (default — use this if you have a Bash/
Ready to connect★ 184
- View details
post-optimizerSkillDocs & knowledge
Rewrites plain, accurate content into engaging, interaction-driving social media copy. Suitable for optimizing short posts for platforms like Twitter/X, Xiaohongshu, and Jike. Use this skill when the user wants to optimize a tweet, note, or short post, or make feature descriptions/product updates mo
Ready to connect★ 184
- View details
prd-v08-runbook-creationSkillDocs & knowledge
Create operational playbooks for incident response, deployments, and maintenance during PRD v0.8 Deployment & Ops. Triggers on requests to create runbooks, document procedures, or when user asks "how do we handle incidents?", "runbook", "operational procedures", "on-call guide", "incident response",
Ready to connect★ 182
- View details
agent-red-teamingSkillDocs & knowledge
Plan, execute, document, and retest authorized security assessments of AI agents and multi-agent workflows using safe adversarial cases, synthetic identities, canaries, and evidence-based findings. Use when defining red-team rules of engagement, assessing prompt injection or excessive agency, testin
Ready to connect★ 179
- View details
knowledge-base-article-writingSkillDocs & knowledge
Write clear, searchable help center articles and FAQ entries based on support data, product documentation, and common customer questions. Use when the user requests knowledge base article writing or provides relevant inputs for this workflow.
Ready to connect★ 179
- View details
summarizationSkillDocs & knowledge
Summarize text using extractive, abstractive, hierarchical, and multi-document techniques, producing concise outputs at configurable detail levels. Use when the user requests summarization or provides relevant inputs for this workflow.
Ready to connect★ 179
- View details
terms-of-service-generationSkillDocs & knowledge
Draft Terms of Service documents for web applications, SaaS platforms, and digital marketplaces. Use when the user requests terms of service generation or provides relevant inputs for this workflow.
Ready to connect★ 179
- View details
learn-anything-skillSkillDocs & knowledge
A general tutor-style skill for "learning anything". Use it when the user wants to learn a new topic, create a study plan, organize study notes, review after lessons, generate project task briefs, check mastery, or wants a Chinese-language tutor-style learning companion based on their own materials
Ready to connect★ 180
- View details
bio-basecallingSkillDocs & knowledge
Convert raw Nanopore signal data (FAST5/POD5) to nucleotide sequences using Dorado basecaller. Covers model selection, GPU acceleration, modified base detection, and quality filtering. Use when processing raw Nanopore data before alignment. Note: Guppy is deprecated; use Dorado for all new analyses.
Ready to connect★ 178
- View details
report-templateSkillDocs & knowledge
Publication-quality PDF report generation using Typst templates. Produces professional scientific reports with colored section bands, styled tables, figure captions, callout boxes, and page headers/footers.
Ready to connect★ 178
- View details
sec-reportSkillDocs & knowledge
SEC (size-exclusion chromatography) analysis with peak detection, oligomer classification, and publication-quality PDF report generation via Typst templates. Triggers on "SEC", "size exclusion", "chromatography", "oligomer analysis", "protein assembly", "SEC report".
Ready to connect★ 178
- View details
frappe-core-workflowSkillDocs & knowledge
Use when creating or modifying Frappe Workflows, defining states and transitions, adding action conditions, or troubleshooting workflow permission errors. Prevents stuck documents from misconfigured transitions, missing state permissions, and circular workflow paths. Covers Workflow DocType, workflo
Ready to connect★ 178
- View details
frappe-errors-controllersSkillDocs & knowledge
Use when debugging or preventing errors in Frappe Document Controllers. Prevents autoname failures, validate loops, on_submit without is_submittable, wrong lifecycle hook choice, get_list permission errors, NestedSet errors, extend_doctype_class conflicts, missing super() calls, and recursion withou
Ready to connect★ 178
- View details
frappe-errors-permissionsSkillDocs & knowledge
Use when debugging or handling permission errors in Frappe/ERPNext. Prevents broken document access from throwing in permission hooks. Covers PermissionError (403), has_permission hook failures, User Permission restricting too much or too little, perm_level blocking field access, System Manager bypa
Ready to connect★ 178
- View details
frappe-impl-serverscriptsSkillDocs & knowledge
Use when implementing server-side features via Setup > Server Script: document validation, auto-fill, API endpoints, scheduled tasks, permission queries. Covers sandbox-safe coding, script type selection, testing, migration to controllers. Keywords: how to implement server script, which script type,
Ready to connect★ 178
- View details
frappe-impl-workflowSkillDocs & knowledge
Use when implementing document Workflows, approval chains, or state-based transitions in Frappe. Prevents stuck documents from missing transitions, broken approval chains, and permission errors on workflow actions. Covers Workflow DocType, Workflow State, Workflow Action, transition rules, allowed r
Ready to connect★ 178
- View details
frappe-syntax-controllersSkillDocs & knowledge
Use when writing Python Document Controllers for ERPNext/Frappe DocTypes. Covers lifecycle hooks (validate, on_update, on_submit), controller override, submittable documents, autoname patterns, UUID naming (v16), and the flags system. Keywords: document controller, lifecycle hook, validate, on_updat
Ready to connect★ 178
- View details
frappe-syntax-hooks-eventsSkillDocs & knowledge
Use when implementing document lifecycle hooks via doc_events in hooks.py, understanding event execution order, or extending/overriding document behavior from another app. Prevents silent hook failures from wrong event names, incorrect execution order assumptions, and broken override chains. Covers
Ready to connect★ 178
- View details
frappe-syntax-jinjaSkillDocs & knowledge
Use when writing Jinja templates for ERPNext/Frappe Print Formats, Email Templates, and Portal Pages. Covers template syntax, context variables, filters, macros, and v16 Chrome PDF rendering. Prevents common mistakes with doc context and child table iteration. Keywords: Jinja, print format, email te
Ready to connect★ 178
- View details
frappe-syntax-printSkillDocs & knowledge
Use when creating print formats or generating PDFs in Frappe v14-v16. Covers Jinja print formats, Print Designer [v15+], Letter Head, PDF generation API (get_pdf, download_pdf), Report print formats ({%= %} syntax), page breaks, and print CSS patterns. Prevents common mistakes with template engine c
Ready to connect★ 178
- View details
frappe-syntax-serverscriptsSkillDocs & knowledge
Use when writing Python code for ERPNext/Frappe Server Scripts including Document Events, API endpoints, Scheduler Events, and Permission Queries. Prevents the #1 AI mistake: using import statements in Server Scripts (sandbox blocks ALL imports). Covers frappe.* methods, event name mapping, and corr
Ready to connect★ 178
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.