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,902 results · page 352 of 564
- View details
nix-typescriptSkillDev tools
pnpm + Nix build conventions. Covers fetchPnpmDeps hash management and dependency workflow.
Ready to connect★ 79
- View details
oduSkillDev tools
Reference for the `odu` runner — how to invoke a full pipeline, a single recipe, or a platform-pinned node, and how to attach to a live run, from a project whose CI odu runs. Trigger when the user asks to "run CI", "run the pipeline", "re-run a check", to run named lanes or recipes (e.g. "run fmt an
Ready to connect★ 79
- View details
perfection-reviewSkillDev tools
Adversarial "perfection" review — hold a change to an *ideal* bar, not just a correct one, assuming eternal time, unlimited energy, and no ship pressure. Use when the user asks to review "for perfection", to make a defect "impossible to express", or to hunt where a defect "relocates" across review r
Ready to connect★ 79
- View details
pgSkillDev tools
Write essays, articles, and blog posts in Paul Graham's voice — plain, spoken prose that reasons out loud and lands surprising true claims, not AI filler. Use when asked to write or rewrite something "like Paul Graham", "in PG's style", or to make a piece read like a person thinking on the page rath
Ready to connect★ 79
- View details
surfaceSkillDev tools
How a downstream app consumes the shared @kolu/surface stack (@kolu/surface · surface-app · surface-remote · surface-mcp) — declaring a typed reactive surface, serving it, consuming it (SolidJS hooks or a CLI), and mirroring a remote surface over ssh. Grounded in the real consumers: kolu, drishti, o
Ready to connect★ 79
- View details
turkce-humanizerSkillDev tools
Cleans AI-generated writing signatures from Turkish texts and, if the text's register is appropriate, implants the rhythm signatures of natural human Turkish. Triggered by phrases like "Türkçeleştir," "AI kokusunu at," "bu Türkçe metni doğallaştır," "humanize et," or when a Turkish paragraph that lo
Ready to connect★ 79
- View details
approval-workflowsSkillDev tools
Configure ServiceNow approval rules and sysapproval_approver records — manager/group/script approvers, multi-level routing, delegation via sys_user_delegate, and parent-record state rollup.
Ready to connect★ 78
- View details
asset-managementSkillDev tools
Manage ServiceNow hardware assets, software licenses, and lifecycle states on alm_hardware/alm_license — license allocation, CMDB-to-asset linking, warranty tracking, inventory aggregation (HAM/SAM).
Ready to connect★ 78
- View details
atf-testingSkillDev tools
Build ServiceNow Automated Test Framework tests and suites — impersonation, form steps, assertions, server-side script steps, test parameters, and execution via snow_create_atf_test / snow_execute_atf_test.
Ready to connect★ 78
- View details
audit-performanceSkillDev tools
Use when reviewing or auditing tenferro-rs code for performance rule violations: before merging changes that touch tensor kernels, graph/compiler planning, caches, GPU kernels, Faer integration, benchmarks, or examples, when a workload is unexpectedly slow, or when scanning the repository for latent
Ready to connect★ 78
- View details
business-rule-patternsSkillDev tools
Write ServiceNow business rules (before/after/async/display) — current vs previous, changesTo/changesFrom, recursion avoidance, setAbortAction, and async dispatch for heavy work.
Ready to connect★ 78
- View details
catalog-itemsSkillDev tools
Build ServiceNow Service Catalog items, variables, variable sets, catalog client scripts, record producers, and order guides with reference qualifiers and dynamic pricing.
Ready to connect★ 78
- View details
change-rollbackSkillDev tools
Undo a change already written to a ServiceNow instance — recover the prior payload from sys_update_version, write it back without corrupting it, and know which damage update set back-out, Deleted Records, or nothing at all can reverse.
Ready to connect★ 78
- View details
client-scriptsSkillDev tools
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using g_form, g_user, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
Ready to connect★ 78
- View details
cmdb-patternsSkillDev tools
Create ServiceNow CIs and cmdb_rel_ci relationships, walk upstream/downstream impact, detect orphan/stale CIs, and align discovered CIs with the proper sys_class_name hierarchy.
Ready to connect★ 78
- View details
commit-push-prSkillDev tools
Quickly commit, push, and create a PR while leaving validation to GitHub checks
Ready to connect★ 78
- View details
contact-centerSkillDev tools
Zoom Contact Center skill pack for Contact Center apps, web embeds, and native mobile SDK integrations. Use for lifecycle patterns, engagement context/state handling, campaigns, callbacks, and version-drift troubleshooting.
Ready to connect★ 78
- View details
csm-patternsSkillDev tools
Build ServiceNow Customer Service Management — customer_account, customer_contact, sn_customerservice_case routing, service entitlements with usage decrement, and Customer Portal case submission widgets.
Ready to connect★ 78
- View details
data-policiesSkillDev tools
Manage ServiceNow dictionary (sys_dictionary), table/field creation, choice lists, dictionary overrides, and sys_data_policy2 rules that enforce mandatory/read-only/visible field behavior on the data layer.
Ready to connect★ 78
- View details
domain-separationSkillDev tools
Configure ServiceNow multi-tenant domain separation — domain hierarchy, sys_user_has_domain membership, domain-aware vs cross-domain queries, MSP tenant onboarding, and domain picker logic.
Ready to connect★ 78
- View details
es5-complianceSkillDev tools
Enforce ES5-only syntax for ServiceNow server-side scripts (Rhino engine) — convert const/let, arrow functions, template literals, destructuring, for-of, and async/await to ES5 equivalents.
Ready to connect★ 78
- View details
flow-designerSkillDev tools
Build ServiceNow Flow Designer flows via the dedicated tool — triggers, IF/ELSE/TRY/CATCH placement rules, subflows, script actions with inputs/outputs, and REST step configuration. Never use background scripts on sys_hub_* tables.
Ready to connect★ 78
- View details
fluent-brownfield-migrationSkillDev tools
This skill should be used when the user asks to "convert this app to fluent", "migrate a scoped app to source control", "modernize this servicenow app", "bring an existing app into git", "transform to fluent", or mentions "brownfield" migration of an existing ServiceNow scoped application to the Ser
Ready to connect★ 78
- View details
form-list-layoutSkillDev tools
Configure what a form and a list look like — sys_ui_form, sys_ui_section and sys_ui_element for forms; sys_ui_list, sys_ui_list_element and sys_ui_related_list for lists; sys_filter for saved filters. Views, why a field must exist in the dictionary first, and what snow_create_menu really writes.
Ready to connect★ 78
- View details
- View details
gliderecord-patternsSkillDev tools
Write efficient ServiceNow GlideRecord queries — addQuery vs addEncodedQuery, setLimit, GlideAggregate for counts, avoiding N+1 in loops, query operators, and safe CRUD with workflow control.
Ready to connect★ 78
- View details
grc-complianceSkillDev tools
Build ServiceNow GRC — sn_compliance_policy lifecycle, sn_compliance_control tests, sn_risk_risk assessment with inherent/residual scoring, audit engagements, and findings remediation.
Ready to connect★ 78
- View details
integration-hubSkillDev tools
Build ServiceNow IntegrationHub spokes — sn_ih_spoke definitions, sn_ih_action with inputs/outputs, REST/script steps, connection and credential aliases (sys_alias), and retry logic for transient failures.
Ready to connect★ 78
- View details
lightfriend-add-frontend-pageSkillDev tools
Step-by-step guide for adding new pages to the Yew frontend
Ready to connect★ 78
- View details
longgraphSkillDev tools
Route and author durable long-horizon loop-graph runs. Use for multi-round work needing durable state, gated milestones, owner boundaries, host switching, or independent audit. Route code cleanup to /loop-converge, feature requirements to /loop-deliver, and evidence-backed solution comparison to /lo
Ready to connect★ 76
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.