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,334 results · page 134 of 145
- View details
stuckSkillFiles & storage
Diagnoses a broken course setup by reading the folder, so the student never has to describe the problem in English. Takes no argument. Reports which class they are on and which files are filled, then names one blocker and one fix: Claude Code opened at the wrong level, .claude/skills/ missing, skill
Ready to connect
- View details
swmm-climateSkillFiles & storage
Deterministic rainfall/climate formatting for SWMM. Use when converting timestamped rainfall CSV files into SWMM-ready [TIMESERIES] lines and [RAINGAGES] helper snippets for swmm-builder.
Ready to connect
- View details
swmm-gisSkillFiles & storage
GIS/DEM preprocessing for SWMM experiments using the user's own QGIS/GRASS layers. Use when the user asks to (1) delineate subcatchments through QGIS/GRASS (standard or entropy-guided), (2) preprocess QGIS-derived subcatchment polygons into builder-ready CSV, (3) identify high-entropy hotspot subcat
Ready to connect
- View details
swmm-runnerSkillFiles & storage
Run EPA SWMM (swmm5) simulations reproducibly and extract key metrics from the report file. Use when an agent needs to (1) run a .inp via swmm5 CLI, (2) generate a run directory with rpt/out + manifest, (3) extract peak flow/time for a node/outfall, (4) parse SWMM continuity (Runoff Quantity / Flow
Ready to connect
- View details
working-with-spreadsheetsSkillFiles & storage
Creates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards. Use when working with .xlsx files, financial models, data analysis, or formula-heavy spreadsheets. Covers formula recalculation, color coding standards, and common pitfalls.
Ready to connect
- View details
adjudication-sheetsSkillFiles & storage
Build human adjudication / hand-labeling sheets from LLM-pipeline data without evidence truncation. Use when: (1) preparing a CSV/Excel sheet for a human to rule on cases an LLM classifier or rater panel judged, (2) a labeler reports "there is no information to label from" or cells look empty in Exc
Ready to connect
- View details
cloud-awsSkillFiles & storage
Operate AWS with the aws CLI - EC2, EKS, S3, IAM, VPC, RDS, Lambda, costs. Read-first; mutations gated by approval.
Ready to connect
- View details
cloud-azureSkillFiles & storage
Operate Microsoft Azure with the az CLI - VMs, AKS, storage, networking, ARM resources, costs. Read-first; mutations gated by approval.
Ready to connect
- View details
cloud-gcpSkillFiles & storage
Operate Google Cloud with gcloud - GCE, GKE, storage, networking, IAM, logs, costs. Read-first; mutations gated by approval.
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
context-compressorSkillFiles & storage
Compress long histories and documents into durable decision summaries without losing constraints, TODOs, or file paths. Use before long continuations, handoffs, or when context is getting large.
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
document-templatesSkillFiles & storage
Visual theme catalog and template handling for generated documents (PPTX, DOCX, PDF, XLSX). Use whenever a document request names a theme, or provides a template file to adapt.
Ready to connect
- View details
docx-generatorSkillFiles & storage
Create, read, and edit Word (.docx) files - styles, tables, images, headers, and templates - using python-docx. Use whenever a deliverable must be a Word document.
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
infrahub-importing-dataSkillFiles & storage
Converts CSV/TSV inputs into Infrahub object YAML and loads them onto a fresh branch. Handles a single file, a folder of files, an explicit list of paths, and one-big-denormalized-sheet exports. TRIGGER when: importing CSV, loading CSV/TSV into Infrahub, ingesting spreadsheet data, converting CSV to
Ready to connect
- View details
infrahub-managing-objectsSkillFiles & storage
Creates and manages Infrahub object data YAML files for populating infrastructure instances — devices, locations, organizations, and modules. TRIGGER when: creating device instances, populating data files, defining locations or organizations, adding infrastructure objects. DO NOT TRIGGER when: desig
Ready to connect
- View details
infrahub-managing-schemasSkillFiles & storage
Creates, validates, formats, and modifies Infrahub schema YAML files — nodes, generics, attributes, relationships, and extensions. Also checks the Infrahub Marketplace for an existing published schema to reuse before modelling a domain from scratch. TRIGGER when: designing data models, adding schema
Ready to connect
- View details
infrahub-managing-transformsSkillFiles & storage
Creates Infrahub transforms that convert data into JSON, text, CSV, or device configs using Python or Jinja2 templates, with YAML-driven tests. TRIGGER when: building config generation, data export, format conversion, Jinja2 templates, artifact pipelines, writing or running tests for a transform. DO
Ready to connect
- View details
infrahub-teaching-conceptsSkillFiles & storage
Teaches Infrahub concepts (schema, objects, branches, proposed changes, checks, transforms, generators, menus) from wherever the learner is, using their own repo files and live instance as lesson material. TRIGGER when: the user wants to learn or understand an Infrahub concept, asks "teach me", "exp
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
kanbanSkillFiles & storage
Manage the file-based task board with akb. Use for creating and planning tasks, revising or implementing cards, planning releases, and managing background runs; also for "what's next" and "what's running".
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
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
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,789 of the 54,221 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.