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 67 of 149
- View details
new-actionSkillFiles & storage
Scaffold a new ZettelFlow action following the project's 4-file convention (Action / Component / Settings / SettingsReader), register it, and document it. Use when the user asks to "add an action", "create a new action type", "scaffold an action", or wants to extend the note builder with a new inter
Ready to connect★ 168
- View details
pr-review-agentSkillFiles & storage
Full PR review orchestrator. Use when asked to review a PR or check if it is ready to merge. Runs blast radius + drift check on changed files, then hands off to pr-review for comment triage and fixes. Do NOT use pr-review directly for full reviews — use this.
Ready to connect★ 168
- View details
react-native-mmkvSkillFiles & storage
Fast synchronous key-value storage for React Native via react-native-mmkv (Nitro-backed). Covers creating and configuring MMKV instances, reading/writing all value types (string, number, boolean, buffer), React hooks for reactive UI, value-change listeners, encryption, AsyncStorage migration, and st
Ready to connect★ 168
- View details
swiftSkillFiles & storage
Design, implement, and review Swift APIs and Apple-platform code. Use when working on .swift files, Swift types, Foundation or AVFoundation APIs, DispatchQueue, async/await, Task, actors, MainActor, thread-affine state, or Swift-backed React Native Nitro Module implementations.
Ready to connect★ 168
- View details
build-runnerSkillFiles & storage
Generate Dart JSON models and *.g.dart files using build_runner.
Ready to connect★ 166
- View details
copilot-instructions-blueprint-generatorSkillFiles & storage
Generates a copilot-instructions.md file that tells GitHub Copilot to follow your project's standards and versions.
Ready to connect★ 166
- View details
dashmotionSkillFiles & storage
Create dark-themed, animated technical diagrams as self-contained HTML+SVG files — flowcharts whose connectors visibly flow, and architecture diagrams where requests travel as light dots through the system (Diagrid/Temporal landing-page style). Use this skill whenever the user asks for a flowchart,
Ready to connect★ 166
- View details
google-sheetsSkillFiles & storage
Agent-callable Google Sheets tools — read and write spreadsheet data as rows or raw cells, manage worksheets and columns, and apply formatting, sorting, and validation. Use when the user mentions Google Sheets or wants to read, add, update, look up, or organize spreadsheet data, even if they don't n
Ready to connect★ 166
- View details
google-sheets-plgSkillFiles & storage
Agent-callable Google Sheets tools — read and write spreadsheet data as rows or raw cells, manage worksheets and columns, and apply formatting, sorting, and validation. Use when the user mentions Google Sheets or wants to read, add, update, look up, or organize spreadsheet data, even if they don't n
Ready to connect★ 166
- View details
migrate-tagsSkillFiles & storage
Migrate body-level #hashtags to frontmatter `tags:` lists so Bases can filter on them. Idempotent — leaves files that already have frontmatter tags alone.
Ready to connect★ 165
- View details
onboard-personSkillFiles & storage
Create or enrich a Teams/People/@Name.md file with metadata pulled from external sources (an ATS for hiring data, a profile source for bio). Replaces manual data entry for newly-hired teammates.
Ready to connect★ 165
- View details
organize-meetingsSkillFiles & storage
Triage Meetings/_inbox/ — move each file to the correct subfolder by finding adjacent/similar notes via qmd, applying learned routing conventions from memory, and confirming with the user.
Ready to connect★ 165
- View details
quark-onnx-ptqSkillFiles & storage
End-to-end ONNX PTQ workflow for AMD Quark — for `.onnx` input models (with optional sibling `.onnx_data` external-weights file). Use when the user wants a complete ONNX-to-ONNX pipeline: model intake, quantization planning, calibration-script generation, manifest, and confirmed execution. Trigger f
Ready to connect★ 166
- View details
quark-onnx-ptq-workflowSkillFiles & storage
End-to-end ONNX PTQ workflow for AMD Quark — from a `.onnx` file (and calibration data) to a quantized `.onnx` output. Use when the user wants a complete ONNX-to-ONNX PTQ pipeline: model intake, quantization planning, calibration-script generation, manifest, and confirmed execution. Trigger for "qua
Ready to connect★ 166
- View details
quark-onnx-result-validatorSkillFiles & storage
Validate Quark ONNX quantization output using four lightweight checks: auxiliary file copy alignment, expected non-quantized initializer MD5 byte-identity (inline `raw_data` + external-data byte ranges), model metadata equality after stripping quantization-only opset entries / Quark domains, and fuz
Ready to connect★ 166
- View details
quark-torch-result-validatorSkillFiles & storage
Validate Quark Torch quantization output (HuggingFace safetensors + config.json) using four lightweight checks: auxiliary file copy alignment, excluded tensor MD5 byte-identity, config.json deep comparison after stripping quantization keys, and safetensors header pattern/dtype summaries. Intended fo
Ready to connect★ 166
- View details
quark-workspace-validateSkillFiles & storage
Validate workspace shape, model paths, output directories, and repo structure before downstream Quark skills proceed. Use this skill whenever a skill needs confirmed file paths, when the user provides a model path or output directory, when you need to distinguish a local model from a HuggingFace ID,
Ready to connect★ 166
- View details
to-ticketsSkillFiles & storage
Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.
Ready to connect★ 166
- View details
workspace-modeSkillFiles & storage
Switch between named Obsidian Workspace layouts (interview / scrum / 1-on-1 / recap) for context-appropriate file/pane layouts. Wraps `obsidian workspace`.
Ready to connect★ 165
- View details
12-principles-of-animationSkillFiles & storage
Audit animation code against Disney's 12 principles adapted for web. Use when reviewing motion, implementing animations, or checking animation quality. Outputs file:line findings.
Ready to connect★ 165
- View details
agent-memory-implementationSkillFiles & storage
Restructures a chaotic or overgrown MEMORY.md into a clean 2-layer architecture based on how Claude Code's autoDream system organizes memory — a lightweight pointer index (always loaded) and topic files (loaded on demand). Stale or superseded memories are deleted or corrected in place — not archived
Ready to connect★ 164
- View details
gh-issue-syncSkillFiles & storage
Manage GitHub issues locally as Markdown files. Use for triaging, searching, editing, and creating issues without leaving your editor or terminal.
Ready to connect★ 165
- View details
harness-step1-create-agents-mdSkillFiles & storage
Harness Engineering Phase 1: Scan an existing project to generate AGENTS.md (directory file) and a complete docs/ knowledge base structure.
Ready to connect★ 164
- View details
harness-step3-session-managementSkillFiles & storage
Harness Engineering Phase 2: Establish cross-session state management to solve the problem of the agent losing memory between conversations. Creates three files: tasks. (task list), progress.md (progress log), and init.sh (environment initialization script).
Ready to connect★ 164
- View details
prd-to-planSkillFiles & storage
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
Ready to connect★ 165
- View details
session-dreamSkillFiles & storage
End-of-session memory distillation — extracts key decisions, eliminated approaches, new discoveries, and current blockers from the current conversation and writes them to MEMORY.md topic files. Based on Claude Code's autoDream background consolidation service. Activate when the user says "dream", "/
Ready to connect★ 164
- View details
chem-dft-orca-advanced-calculationSkillFiles & storage
Write and run custom ORCA input files for advanced electronic structure methods or settings not available through the SCINE wrapper, including multi-reference methods, excited states, relativistic effects, advanced SCF, NMR/EPR, and more.
Ready to connect★ 164
- View details
drug-protein-ligand-mdSkillFiles & storage
Run a protein-ligand MD simulation in OpenMM with energy minimization, restrained equilibration, and production NPT, producing trajectory and checkpoint files for downstream analysis.
Ready to connect★ 164
- View details
levyra-r8-proguardSkillFiles & storage
Automatically use for Levyra R8, Proguard, minification, resource shrinking, keep rules, consumer rules, release-only crashes, reflection/serialization/JNI shrinking issues, APK size, mapping files, missing classes, or shrinker configuration review.
Ready to connect★ 164
- View details
mat-dft-vaspSkillFiles & storage
Prepare VASP input files, run DFT calculations (locally or remotely via atomate2), and parse VASP output results.
Ready to connect★ 164
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.