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: Files & storage
4,446 results · page 138 of 149
- View details
adversarial-empirical-reviewSkillFiles & storage
N-round adversarial review pipeline for empirical research output — the chain from data to LaTeX tables to a manuscript that cites them. A Claude drafter proposes minimal diffs, a deterministic mechanical battery gates every diff from a clean state with a regression gate, a Codex reviewer files chec
Ready to connect
- View details
agent-handoffSkillFiles & storage
Cross-platform skill for Codex, Claude Code, and DeepSeek Harness (DSH) that creates, updates, compacts, rotates, repairs, and reviews durable repository handoffs. Use when bootstrapping cross-session memory; creating or maintaining AGENT_HANDOFF.md and .agent-handoff files; adding AGENTS.md or .cla
Ready to connect
- View details
coding-standard-cppSkillFiles & storage
Enforce C++ coding standards including camelCase or snake_case variables, PascalCase classes, and consistent file naming.
Ready to connect
- View details
custom-daily-briefSkillFiles & storage
Builds a role-tuned morning brief as a Word document covering emails that need replies, today's calendar, Teams mentions and upcoming deadlines, using section presets from an editable config file. Use when the user asks for their daily brief, morning brief, start-of-day summary or custom briefing, o
Ready to connect
- View details
debugSkillFiles & storage
Investigation-first debugging — gather evidence, form confirmed root-cause hypothesis, hand off to fix mode with diagnosis file. TRIGGER when: user reports a symptom or failing test with Python traceback, or asks to investigate a runtime/CI failure with reproducible evidence; phrases: "debug this fa
Ready to connect
- View details
estimate-to-sowSkillFiles & storage
Converts a priced estimate spreadsheet into a populated statement of work document using the user's own SOW template. Validates that line items, hours, rates and totals add up before drafting, flags every discrepancy, and produces a DRAFT-labelled Word document plus a validation report. Use when the
Ready to connect
- View details
inbox-triageSkillFiles & storage
Lets your agent sort recent emails into your categories, draft reply suggestions, and deliver a triage report without sending.
Ready to connect
- View details
investigateSkillFiles & storage
Incident investigation and timeline generation skill using Hayabusa MCP. Use when the user types /investigate, or asks to 'investigate logs', 'analyze security events', 'create an incident timeline', 'forensic analysis', 'analyze this CSV' in the context of security log analysis. Requires Hayabusa M
Ready to connect
- View details
kill-slopSkillFiles & storage
Stop AI coding agents from shipping sloppy code — over-abstraction, drive-by refactors, obvious comments, extra files, unrequested deps, giant unreadable files, or fishing outside the workspace for “inspiration”. Use when writing or editing code, implementing features, fixing bugs, splitting or orga
Ready to connect
- View details
laravel-i18nSkillFiles & storage
Use when implementing Laravel translations — __(), trans_choice(), lang files, pluralization, locale middleware, or formatting.
Ready to connect
- View details
learning-path-designerSkillFiles & storage
Designs a personalized learning path from beginner to practical application based on learning goals, current foundation, time constraints, and use cases, delivered as a single-file HTML growth map with checkable items and saved progress. Suitable for requests like "plan a learning route", "master a
Ready to connect
- View details
macos-patternsSkillFiles & storage
Essential native macOS development patterns that web developers don't know about. Use this skill whenever the user is building a macOS app and needs guidance on native patterns, or when they ask about menu bar apps, floating panels, window levels, keyboard shortcuts, file pickers, clipboard, drag an
Ready to connect
- View details
meeting-prep-onepagerSkillFiles & storage
Builds a one-page meeting prep brief and saves it as a Word document in OneDrive. Gathers the calendar invite, recent email threads with attendees, Teams messages and shared files, then distils them into purpose, attendee positions, open threads, key files, talking points and risks. Use when the use
Ready to connect
- View details
ndk-coreSkillFiles & storage
NDK Dart library — Nostr Development Kit core package. Event requests, relay management, accounts, wallets (NWC/Cashu), zaps, files (Blossom), and more.
Ready to connect
- View details
no-delete-guardrailSkillFiles & storage
Applies a standing safety guardrail. No file, folder, email or calendar item is deleted, overwritten or moved without explicit user approval, new versioned files are written instead of overwrites, and every change is journalled. Use when the user asks to change, clean up, reorganise, rename, archive
Ready to connect
- View details
pr-summarySkillFiles & storage
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
Ready to connect
- View details
profileSkillFiles & storage
Session clock-time AND token/cost analyzer. Reads the foundry plugin's timings.jsonl and invocations.jsonl logs (written by task-log.js) for wall-time, plus Claude Code transcripts (~/.claude/projects/**, main-loop + subagent files) for token usage and USD cost, and merges both into one per-session
Ready to connect
- View details
project-dashboard-builderSkillFiles & storage
Generates a self-contained single-file HTML project dashboard (status banner, milestones, risks heat list, decisions log, links) from the tracker files in /Documents/Cowork/projects/, saved as dashboard-<project>-YYYY-MM-DD.html. Use when the user asks for a project dashboard, a shareable or pinnabl
Ready to connect
- View details
project-status-trackerSkillFiles & storage
Maintains living project files (project.md, decisions.md, risks.md, links.md) in a per-project OneDrive folder from emails, Teams channels and meeting transcripts, and generates a weekly DRAFT status document in Word. Use when the user asks to set up tracking for a project, update a project's status
Ready to connect
- View details
report-attachment-analyzerSkillFiles & storage
Tracks a recurring emailed report end to end. It finds new report emails in the inbox, extracts data from their attachments, appends each reporting period to a trends spreadsheet, and rewrites a summary document with period-on-period deltas and flagged anomalies. Use when the user asks to update or
Ready to connect
- View details
runSkillFiles & storage
Sustained metric-improvement loop with atomic commits, auto-rollback, and experiment logging. Iterates with specialist agents, commits atomically, auto-rolls back on regression. Accepts a program.md file path. Supports --resume, --team, --colab, --codex, --researcher, --architect, --journal, --hypot
Ready to connect
- View details
seo-pageSkillFiles & storage
Use when analyzing a single URL or local file via /seo page — meta, schema, headers, GEO readiness.
Ready to connect
- View details
sharepoint-review-sweeperSkillFiles & storage
Sweeps a configured SharePoint library for documents past their review date, builds a dated reminder spreadsheet (document, owner, due date, days overdue, link) and drafts one notification email per document owner, as Drafts only, never sent. Use when the user asks to find overdue document reviews,
Ready to connect
- View details
solid-astroSkillFiles & storage
Use when applying SOLID principles to an Astro project — file-size limits, src/interfaces/ for types, JSDoc, modular structure, DRY.
Ready to connect
- View details
solid-csharpSkillFiles & storage
Use when writing or refactoring C#/.NET code, structuring Modules/[Feature]/ layers, or defining Contracts/ interfaces (SOLID, files < 100 lines).
Ready to connect
- View details
solid-detectionSkillFiles & storage
Use when determining which language-specific SOLID skill to load, detecting project type from config files, or resolving interface directory conventions.
Ready to connect
- View details
solid-genericSkillFiles & storage
Use when building CLI tools, libraries, scripts, hooks, or non-framework TypeScript code (Bun/Node.js -- SOLID, files < 100 lines, JSDoc mandatory).
Ready to connect
- View details
solid-goSkillFiles & storage
Use when writing or refactoring Go code, structuring internal/modules/[feature]/ layers, or defining ports/ interfaces (SOLID, files < 100 lines).
Ready to connect
- View details
solid-javaSkillFiles & storage
Use when writing or refactoring Java code, structuring modules/[feature]/ layers, or defining interfaces/ contracts (SOLID, files < 100 lines).
Ready to connect
- View details
solid-nextjsSkillFiles & storage
Use when applying SOLID principles to Next.js architecture — modular structure, file size limits, interface separation, JSDoc.
Ready to connect
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.