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,833 results · page 266 of 562
- View details
ci-analyzeSkillDev tools
Analyzes the cause of CI failures and provides fix suggestions. Use when the user mentions CI failures, pipeline failures, build failures, or test failures. Typical scenario: CI is red before a PR merge and a root cause with fix suggestions is needed.
Ready to connect★ 158
- View details
cn-statsSkillDev tools
Skill for querying public data from the National Bureau of Statistics of China, triggered when the user wants to look up data such as economic indicators, CPI, GDP, population, or housing price indices.
Ready to connect★ 158
- View details
foundationdb-aspireSkillDev tools
How to run a FoundationDB cluster and connect to it from .NET — getting the IFdbDatabaseProvider that the keys/transactions/layers skills assume you already have. Covers the ways to get a provider (plain DI services.AddFoundationDb, FdbDatabaseProvider.Create, or Aspire), the Aspire AppHost integrat
Ready to connect★ 158
- View details
foundationdb-keys-and-layersSkillDev tools
How to correctly encode keys and values, use subspaces and the Directory layer, and write custom "Layers" with the FoundationDB .NET client (FoundationDB.Client / SnowBank). Covers the lazy strongly-typed key structs (subspace.Key(...), FdbTupleKey, FdbRawKey, FdbKey.Increment / Successor / Dump), t
Ready to connect★ 158
- View details
foundationdb-transactionsSkillDev tools
How to correctly run transactions with the FoundationDB .NET client (FoundationDB.Client / SnowBank): the db.ReadAsync / WriteAsync / ReadWriteAsync retry loop and why a handler must be safe to run more than once, the 5-second and size limits, conflicts and how to avoid them, snapshot reads, explici
Ready to connect★ 158
- View details
genSkillDev tools
Run code generation and check for changes. Use after modifying API specs (api-specs/ YAML) or sandbox OpenAPI/protobuf.
Ready to connect★ 158
- View details
gen-page-testSkillDev tools
One-click generation of a PageObject plus its matching tests. Triggers: 新增页面, 生成页面, gen page, create page, 添加页面对象.
Ready to connect★ 158
- View details
gh-viewSkillDev tools
Analyze GitHub issues, PRs, and discussions to provide insights or implementation guidance. Use when the user provides a GitHub URL, an issue/PR number, or asks about repository content. Typical scenarios: checking issue/PR status, pulling diffs and checks, or requesting conclusions and recommended
Ready to connect★ 158
- View details
hass-builderSkillDev tools
A skill to build and manage Home Assistant configurations. Use when using the Home Assistant Builder (`hab`) CLI to inspect, create, update, delete, operate, or troubleshoot Home Assistant resources; when a user mentions hab, Home Assistant CLI automation, Lovelace/dashboard edits, helpers, automati
Ready to connect★ 158
- View details
locator-replacerSkillDev tools
Replaces placeholder locators with real selectors (six-level priority). Triggers: replace locator, locator, selector, locating failed, element not found, DOM analysis.
Ready to connect★ 158
- View details
mcp-hassSkillDev tools
The skill for control Home Assistant smart home devices and query states using MCP protocol.
Ready to connect★ 158
- View details
page-load-assertionSkillDev tools
The four verification modes of is_page_loaded() and its call hierarchy. Triggers: page assertion, is_page_loaded, page loaded, page load verification.
Ready to connect★ 158
- View details
release-checkSkillDev tools
Checks whether the release version number is consistent in three places (conf/conf.go, CHANGELOG.md, README.md). Use when preparing to release a new version.
Ready to connect★ 158
- View details
save-verify-strategySkillDev tools
Post-save form verification (Toast / redirect / data comparison / rich text clearing). Triggers: save verification, toast, redirect detection, Meta+A, save success check.
Ready to connect★ 158
- View details
snowbank-contractsSkillDev tools
How to guard arguments and assert invariants with the Contract family in SnowBank.Core (namespace SnowBank.Diagnostics.Contracts): the argument guards (Contract.NotNull / NotNullOrEmpty / NotNullOrWhiteSpace / Positive / GreaterThan / GreaterOrEqual / LessThan / LessOrEqual / EqualTo / NotEqualTo /
Ready to connect★ 158
- View details
snowbank-distributed-testingSkillDev tools
How to write, run, and especially DIAGNOSE multi-node integration tests built on the SnowBank distributed-test framework (SnowBank.Testing.Framework / SnowBank.Testing.Common — a general-purpose harness, NOT FoundationDB-specific). Covers DistributedTest/MakeItSo + virtual hosts (AddSimpleLan/WithMi
Ready to connect★ 158
- View details
snowbank-slices-and-buffersSkillDev tools
How to correctly use the Slice type and its companions (SliceReader, SliceWriter, SliceOwner) for binary data in the FoundationDB .NET client / SnowBank.Core codebase. Slice is a readonly struct (namespace System) — the logical equivalent of a ReadOnlyMemory of bytes with many helpers. Use whenever
Ready to connect★ 158
- View details
test-runnerSkillDev tools
Runs pytest and provides structured analysis of failure causes. Triggers: run tests, run test, pytest, failure analysis, allure.
Ready to connect★ 158
- View details
tianqiSkillDev tools
Query weather forecasts for China, supporting 15-day and hourly forecasts as well as various life indices
Ready to connect★ 158
- View details
trendspygSkillDev tools
Free Google Trends data - real-time trending topics and keyword analysis over time (interest over time, related queries, interest by region).
Ready to connect★ 158
- View details
- View details
wait-strategySkillDev tools
Implicit waits as the default; explicit waits only for the slow path. Triggers: 等待策略, timeout, wait, 隐式等待, 显式等待.
Ready to connect★ 158
- View details
okf-proSkillDev tools
Operating rules for the .okf/ knowledge bundle — filing new concepts, the board, the journal, the daily snapshot, closing work, source attribution, and the generated/verified attestation policy. Use before reading from or writing anything into .okf/.
Ready to connect★ 157
- View details
angular-idiomsSkillDev tools
Angular components, signals, DI, RxJS, standalone architecture. For TypeScript see typescript-idioms.
Ready to connect★ 156
- View details
axum-idiomsSkillDev tools
Axum HTTP framework patterns — routing, extractors, middleware, state management. For Rust see rust-idioms.
Ready to connect★ 156
- View details
django-idiomsSkillDev tools
Django ORM, class-based views, DRF serializers, migrations, pytest-django. For Python see python-idioms.
Ready to connect★ 156
- View details
feature-flagsSkillDev tools
Feature flag implementation: release flags, ops kill switches, experiment flags, and permission gating. PRD-gated — only load when PRD or technical architecture explicitly requires gradual rollout, A/B testing, or kill switches. Includes lifecycle rules (90-day max for release flags), flag evaluatio
Ready to connect★ 156
- View details
flutter-idiomsSkillDev tools
Flutter Riverpod 3, freezed, go_router, const widgets, repository pattern.
Ready to connect★ 156
- View details
git-commit-integritySkillDev tools
Ensures every commit in a series is what it claims to be — a working, gate-passing snapshot in isolation, not just a slice of a working directory that happened to pass while other changes sat nearby. Covers verifying commit history after the fact, designing pre-commit hooks that check the commit rat
Ready to connect★ 156
- View details
go-idiomsSkillDev tools
Go stdlib, error wrapping, interfaces, goroutines, table-driven tests, gofumpt.
Ready to connect★ 156
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,585 of the 54,017 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.