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 353 of 564
- View details
loop-convergeSkillDev tools
Author and optionally direct-launch a two-node loop-graph run whose North Star is code convergence — delete unused code, merge duplicates, reuse, slim. Use when the user invokes /loop-converge, or asks to loop on dead code, duplication, unused exports, DRY cleanup, or merging twin implementations. S
Ready to connect★ 76
- View details
loop-deliverSkillDev tools
Author and optionally direct-launch a two-node loop-graph run for implementing a product or engineering requirement through verified vertical slices. Use when a requested feature, integration, migration, or behavior change needs multiple rounds, durable acceptance proof, and independent audit. Not f
Ready to connect★ 76
- View details
loop-researchSkillDev tools
Author and optionally direct-launch a two-node loop-graph run that compares feasible technical approaches with open-source evidence, primary research, and controlled experiments before selecting one. Use when a decision needs several research and evaluation rounds with durable evidence and independe
Ready to connect★ 76
- View details
mcp-tool-discoverySkillDev tools
Find and call tools on this ServiceNow MCP server — the two meta-tools it starts with, why a missing session id makes every other tool unreachable, which queries actually match, and which advertised tools are not on the server at all.
Ready to connect★ 78
- View details
- View details
- View details
pr-creatorSkillDev tools
Create well-structured pull requests with proper descriptions and labels
Ready to connect★ 78
- View details
rbac-permissions-builderSkillDev tools
Implements role-based access control with permission matrix, route guards, policy functions, and UI permission hints. Provides middleware/guards, helper utilities, test suggestions, and permission checking patterns. Use when building "RBAC", "permissions", "access control", or "authorization".
Ready to connect★ 78
- View details
refactor-plannerSkillDev tools
Plan safe refactoring with dependency analysis, impact assessment, and rollback strategies
Ready to connect★ 78
- View details
safe-encryptionSkillDev tools
Encrypt, decrypt, and manage keys with the SAFE CLI — a modern GPG alternative with post-quantum support.
Ready to connect★ 78
- View details
scoped-appsSkillDev tools
Build ServiceNow scoped applications (x_vendor_app) — scope naming, x_-prefixed tables, cross-scope script include access via GlideScopedEvaluator, application properties, scoped REST APIs, and store-publishing checklist.
Ready to connect★ 78
- View details
script-include-patternsSkillDev tools
Write ServiceNow Script Includes — Class.create utility classes, AbstractAjaxProcessor client-callable APIs for GlideAjax, inheritance via Object.extendsObject, and scoped-app patterns.
Ready to connect★ 78
- View details
service-portal-pagesSkillDev tools
The container side of Service Portal — the sp_portal → sp_page → sp_row → sp_column → sp_instance hierarchy, why widget options belong on the instance and not the widget, cloning pages, and what is theme (sp_theme, sp_brand, sp_css) rather than page.
Ready to connect★ 78
- View details
studio-source-controlSkillDev tools
Drive a scoped application's linked git repository from the instance — what has to be true before Source Control works at all, the commit-then-push order, stashes and branches over /api/sn_source_control, and when this replaces update sets rather than sitting next to them.
Ready to connect★ 78
- View details
tenferro-bugfix-prSkillDev tools
Prepare a tenferro-rs bug-fix PR for existing intended behavior. Use for regression fixes, panic fixes, wrong-result fixes, compatibility fixes, related bug batches, repository-rule audit findings, same-root-cause bug sweeps, and false-positive bug reports that need source comments or source-contrac
Ready to connect★ 78
- View details
tenferro-release-publishSkillDev tools
Release a new tenferro-rs version. Use for workspace version bumps, tagging, crates.io publication in dependency order, and post-publish provenance verification. Publishing is irreversible and requires maintainer crates.io ownership. Do not use for ordinary feature or bug-fix PRs, and never publish
Ready to connect★ 78
- View details
test-writerSkillDev tools
Generate comprehensive tests including unit, integration, and property-based tests
Ready to connect★ 78
- View details
ui-actions-policiesSkillDev tools
Build ServiceNow UI Actions (form/list buttons, context menus) and UI Policies (conditional mandatory/visible/read-only) with server/client scripts and GlideAjax. Use snow_analyze_form before modifying forms.
Ready to connect★ 78
- View details
ui-builder-patternsSkillDev tools
Build ServiceNow UI Builder / Next Experience pages — macroponents, GraphQL/script data brokers, client state parameters, event handlers (NOW_RECORD_LIST etc.), and now-record-list/form component configuration.
Ready to connect★ 78
- View details
user-group-administrationSkillDev tools
Manage the principals ACLs apply to — sys_user, sys_user_group, sys_user_grmember and sys_user_has_role. Group before membership, inherited versus direct roles, why removing a role does not always remove the access, and deactivate rather than delete.
Ready to connect★ 78
- View details
wcag-complianceSkillDev tools
Use this skill when verifying WCAG 2.1/3.0 compliance, mapping accessibility violations to specific criteria, or providing remediation guidance with code examples
Ready to connect★ 78
- View details
widget-coherenceSkillDev tools
Build Service Portal widgets (sp_widget) with synchronized server/client/HTML — data.* initialization, ng-click + controller method matching, c.server.get action handlers, and Angular directive usage.
Ready to connect★ 78
- View details
workspace-builderSkillDev tools
Build ServiceNow App Engine Studio applications — sys_scope creation, scoped tables, sys_aw_workspace with lists/forms, the sys_ux_* record chain behind UI Builder workspaces, data brokers, and application export readiness checks. Never create a UI Builder page by inserting a sys_ux_page row.
Ready to connect★ 78
- View details
zoom-mcp/whiteboardSkillDev tools
Zoom Whiteboard MCP server guidance. Use for Whiteboard MCP auth, endpoints, ID mapping, and tool workflows for creating, reading, listing, and sharing Whiteboards. Prefer this child skill when the request is specifically about Whiteboard MCP rather than general Zoom MCP.
Ready to connect★ 78
- View details
check-apiSkillDev tools
Check Teslamate API response format for a given endpoint. Use when you need to understand the JSON structure returned by the API.
Ready to connect★ 77
- View details
coreSkillDev tools
Canonical skillkit workflow served by the installed CLI. Read before auditing skill packs or analyzing skill usage, context cost, conflicts, coverage, and token burn.
Ready to connect★ 77
- View details
cumcm-independent-reviewSkillDev tools
Independently review a CUMCM computation package before its claims enter validation or paper writing. Use only inside a generated independent-review package.
Ready to connect★ 77
- View details
list-membersSkillDev tools
Displays the roster of architecture team members with their specialties and expertise areas. Use when the user asks "Who's on the architecture team?", "List architecture members", "Show me the architects", "What specialists are available?", "Who can I ask for reviews?", or wants to discover availabl
Ready to connect★ 77
- View details
new-screenSkillDev tools
Scaffold a new Jetpack Compose screen following project patterns. Use when creating a new screen or view in the app.
Ready to connect★ 77
- View details
Ploi PHP SDK ExpertSkillDev tools
Best practices for using the Ploi PHP SDK to interact with the Ploi.io server management API
Ready to connect★ 77
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.