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: Dev tools
16,976 results · page 467 of 566
- View details
audit-hard-stopsSkillDev tools
Walk the H1-H9 hard-stops catalog systematically against an audit scope. Use as the FIRST audit phase after audit-method completes. Runs detection commands for each hard stop class and reports FOUND / NOT FOUND with evidence. If any hard stop is found, the audit verdict locks to 🛑 DO NOT LAUNCH.
Ready to connect
- View details
audit-methodSkillDev tools
Run the methodology setup phase of a technical audit — fingerprint the stack, inventory the repository, and produce a system map. Use this BEFORE running any audit domains. Output: detected stack, repo summary, and high-level architecture in 3-5 paragraphs. No findings yet.
Ready to connect
- View details
automating-mac-appsSkillDev tools
Automates macOS apps via Apple Events using AppleScript (discovery), JXA (legacy), and PyXA (modern Python). Use when asked to "automate Mac apps", "write AppleScript", "JXA scripting", "osascript automation", or "PyXA Python automation". Foundation skill for all macOS app automation.
Ready to connect
- View details
automating-remindersSkillDev tools
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JXA Reminders scripting", or "manage reminders via automation". Covers list/reminder management, filtering with 'whose' queries, efficient creation via
Ready to connect
- View details
branch-checkSkillDev tools
Ensure you're on a correct working branch off up-to-date main before planning or editing — starting from a GitHub issue when one is in play.
Ready to connect
- View details
cypress-cloud-cliSkillDev tools
Runs the cy-cloud CLI to inspect Cypress Cloud organizations, projects, runs, specs, tests, failure screenshots, and Test Replay data. Use when the user mentions Cypress Cloud, cy-cloud, cypress-cloud-cli, a Cloud run or test URL, failing or flaky Cypress tests, Test Replay, run triage, Cloud artifa
Ready to connect
- View details
cypress-explainSkillDev tools
Explains Cypress tests (E2E and component tests), and answers questions about Cypress use and behavior. Use when the user asks to explain how a test works, explain how Cypress works, review or critique a test without writing code. Apply even when the user does not say 'Cypress' (e.g. 'explain this t
Ready to connect
- View details
delivery-reviewSkillDev tools
Grade a Quantick branch against its request and criteria before its PR.
Ready to connect
- View details
dep-majorSkillDev tools
Walk a MAJOR dependency-version bump (a Renovate major PR — possibly a GROUPED one carrying several deps — or a package you name) through JellyRock's major-bump SOP so the judgment steps run the same way every time. Resolves each package + from→to version range, fetches the upstream changelog/migrat
Ready to connect
- View details
energy-reportSkillDev tools
Generate comprehensive energy analysis report from simulation results. Use when user asks for "energy report", "full results", or "detailed analysis".
Ready to connect
- View details
focusSkillDev tools
Session-start triage + routing. Reads the same `scripts/catchup-state.js` aggregator that `/catchup` uses, ranks 3–5 next-move candidates across five tiers (Resume / Blocked / Drift / Hot / Momentum), presents a numbered menu with a "Recommended" call that cites the rule, then routes the user pick t
Ready to connect
- View details
investigate-contractSkillDev tools
Read-only guarantee + interactive-vs-autonomous (--auto) behavior for investigate modes. Internal helper invoked by the investigate mode of feat / fix — not meant to be run on its own.
Ready to connect
- View details
jsonySkillDev tools
Fast JSON parsing and serialization for Nim with automatic derived hooks
Ready to connect
- View details
medical-illustrationSkillDev tools
Create, revise, or review medical illustrations, educational comics, and scientific diagrams, mechanism figures, and graphical abstracts involving medical structures, balancing visual storytelling, realistic references, editable typography, and publication-ready delivery; also supports checking for
Ready to connect
- View details
missionSkillDev tools
Define and enforce a traceable, tiered Quantick development mission.
Ready to connect
- View details
new-api-versionSkillDev tools
Guided workflow for standing up a NEW Jellyfin apiVersion tier (V3, V4, …) in JellyRock when an upstream release restructures the API enough to need a new `if m.getApiVersion() >= N` dispatch level. Wraps the "Adding Support for New Server Versions" recipe in docs/dev/jellyfin-server-versioning.md a
Ready to connect
- View details
new-extensionSkillDev tools
Add a Quantick capability through an explicit port and registration point.
Ready to connect
- View details
new-migrationSkillDev tools
Guided workflow for writing a registry migration in JellyRock when a setting key is renamed, removed, or its data shape changes. Walks docs/dev/registry-migrations.md (pick next version, write migration in source/migrations.bs for the right scope, register the runner, write a real-registry integrati
Ready to connect
- View details
new-settingSkillDev tools
Guided workflow for adding a new user setting or global setting to JellyRock. Walks the canonical recipe from docs/dev/new-user-setting.md (pick the bucket, add to settings/settings.json, wire JellyfinUserSettings, surface in the settings UI, write a registry migration if the schema changes, write t
Ready to connect
- View details
nim-importsSkillDev tools
Common import patterns and pitfalls for the Tattletale Nim project
Ready to connect
- View details
- View details
nutmeg-analyseSkillDev tools
Explore, interpret, and draw conclusions from football data. Use when the user wants to analyse match events, compare teams or players, understand tactical patterns, build visualisations, or needs guidance on what questions to ask of their data. Adapts to the user's experience level.
Ready to connect
- View details
nutmeg-reviewSkillDev tools
Review football data code and visualisations for correctness. Use after building a chart, data pipeline, or analysis. Dispatches specialised reviewers for data correctness, chart conventions, visual inspection, and interactive edge cases.
Ready to connect
- View details
osaf-analysisSkillDev tools
OpenStudio Analysis Framework (OSAF) workflows, algorithm selection, validation, submission, and result download. Use when the user asks about OSAF, OpenStudio Server analyses, sampling, sweeps, optimization, calibration, or OSA JSON configs.
Ready to connect
- View details
paper-reviewSkillDev tools
Deep single-paper academic analysis — journal credibility, author profiling, reference verification, citation impact, and critical appraisal. Like a teaching hospital journal club report. Use this skill whenever the user wants to deeply review, evaluate, or dissect a single academic paper, prepare a
Ready to connect
- View details
planning-campaignsSkillDev tools
Decides what to make next — turns the brand, the product, your own running ads and competitor research into the concepts worth testing next. Each concept is a full description of one ad, the buyer it targets, the bet it tests and the evidence it rests on — complete enough for a producer to build fro
Ready to connect
- View details
project-stewardshipSkillDev tools
Operating procedure for steward profiles running Project Stewardship: how to interpret mission/objectives, propose evidence-backed initiatives, run retrospectives and avoid busywork. Behaviour layer ONLY — all state changes go through typed stewardship tools; this skill never owns state.
Ready to connect
- View details
python-interopSkillDev tools
Nim to Python interoperability including nimpy for calling Python from Nim and exporting Nim to Python, nimporter for packaging Nim modules as Python packages, and cffi/ctypes for calling Nim from Python
Ready to connect
- View details
qa-clockworkSkillDev tools
Build, launch, and verify Clockwork after a code or packaging change.
Ready to connect
- View details
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,082 of the 54,514 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.