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

17,088 results · page 556 of 570

  • remove-dumb-commentsSkillDev tools

    Flag comments that merely restate the code instead of explaining why, and remove only those the user approves. Use when asked to remove dumb, redundant, or obvious comments, clean up comments, or invoke `/remove-dumb-comments [<number>|all]`.

    Ready to connect

    github.com/lukeberrypi/skills23 stars

    View details
  • responsiveSkillDev tools

    Apply when adding or editing any toolbar, action row, or button group that must work on mobile. Esposter responsive/mobile UI conventions — command bars collapse into a single overflow dropdown of icon+text list items on narrow viewports, which controls never collapse, and when flex-wrap is the allo

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • reuse-scriptsSkillDev tools

    Use before implementing non-core PlayCanvas behavior to discover the installed Engine's curated scripts and reuse or adapt those that fit the required behavior and approved art direction.

    Ready to connect

    github.com/playcanvas/skills23 stars

    View details
  • review-queueSkillDev tools

    Apply when about to git commit or git push, when deciding what branch a commit lands on, when the collector has moved develop or rewritten ai/queue, when a CodeRabbit finding is being fixed in the session, when a collector run is red, or when the collector is switched off. Esposter's review queue —

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • routingSkillDev tools

    Apply when adding links, navigating in code, reading route params/query, syncing tabs to the URL, or writing pages with dynamic or optional route segments. Esposter routing conventions — declarative links via NuxtLink/NuxtInvisibleLink or Vuetify :to, navigateTo awaited or returned for imperative na

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • runtime-efficiencySkillDev tools

    Apply when adding a query, an index, a fan-out, a background handler, or a table nothing deletes from, when a tooling script or sweep feels slow, and when reviewing any of them. Esposter runtime efficiency — where work is placed and how it is shaped so it stays cheap: resolve a fact once at the cons

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • scoreSkillDev tools

    Lets your agent design model evaluation frameworks with metrics, significance testing, and calibration analysis.

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • signatureSkillDev tools

    Use when code should match a team's real code style and conventions the user keeps correcting the AI toward: "make it match our codebase", "follow our patterns", "you keep writing it wrong": or when repeated corrections should become durable rules. Private, quarantine-gated. For writing in a named p

    Ready to connect

    github.com/mehrad-dm/mastermind23 stars

    View details
  • skeleton-loadersSkillDev tools

    For building skeleton loading states that are pixel-perfect matches of real content. Use this skill whenever adding loading states to components, building skeletons for async data, handling pending loader states in route transitions, or implementing the shimmer animation pattern. Also trigger when t

    Ready to connect

    github.com/gaia-react/gaia23 stars

    View details
  • sota-privacy-complianceSkillDev tools

    State-of-the-art privacy and compliance engineering guidance for building privacy-respecting systems and auditing existing code for privacy/compliance gaps. Use when work involves privacy, GDPR, PII, personal data, consent, data retention, deletion, DSAR (data subject access requests), SOC 2, ISO 27

    Ready to connect

    github.com/martinholovsky/sota-skills23 stars

    View details
  • string-utilsSkillDev tools

    Apply when trimming, normalizing or sanitizing a string, pluralizing a count, or matching a token inside authored content. Esposter string normalization and HTML sanitization conventions — pluralize over a hand-rolled count ternary; normalizeString as the default trim in app code and base Zod schema

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • tax-provision-advisorSkillDev tools

    Multi-jurisdiction corporate income tax provision reference framework covering ASC 740 (US GAAP) and IAS 12 (IFRS). Covers current vs. deferred tax, temporary and permanent differences, deferred tax asset/liability recognition and measurement, valuation allowance (more-likely-than-not), uncertain ta

    Ready to connect

    github.com/vincentchuwaichow/vanguard-frontier-agentic23 stars

    View details
  • telemetry-pipelineSkillDev tools

    Use when working on the silken_net telemetry / Proof-of-Growth pipeline — the uplink→verification→minting flow (CoAP intake → UnpackTelemetryWorker / TelemetryUnpackerService → IoTeX verify → Chainlink oracle → mint), the Sidekiq strict-priority queues, TelemetryLog (RANGE-partitioned, KENOSIS — val

    Ready to connect

    github.com/alexey-lukin/silken_net22 stars

    View details
  • tiptapSkillDev tools

    Apply when writing or modifying Tiptap extensions, suggestion lists, or editor composables. Esposter Tiptap/ProseMirror conventions — suggestion extensions, plugin key uniqueness, VueRenderer v-show rule, and SuggestionTrigger enum.

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • twoSkillDev tools

    Second fixture skill; mentions disabled and absent targets.

    Ready to connect

    github.com/daniellublinsky/skill-atlas23 stars

    View details
  • uxSkillDev tools

    Apply when adding any user-facing feature, deciding where an action lives, or reviewing a surface for reachability. Esposter UX conventions — every feature's create action at the point of need with management in settings, a settings panel configuring rather than creating, one dialog per created thin

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • verifica-codice-fiscaleSkillDev tools

    Validate, decode, and explain an Italian codice fiscale (fiscal code). Checks format, extracts surname, name, birth date, gender, and municipality of birth, and verifies the check digit. Detects common errors (transposed characters, wrong check digit, omocodia variants). Use this skill when a user p

    Ready to connect

    github.com/gsaccardi/dichiarino-mcp23 stars

    View details
  • vjsfSkillDev tools

    Apply when writing a schema rendered by Vjsf, a vjsf-backed form dialog, or its options/context. Esposter vjsf form-schema conventions — the separate *Form interface/schema (never the entity schema), layout meta (comp/getItems/getProps), ajv keywords for cross-field validation, discriminated-union f

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • vue-component-patternsSkillDev tools

    Apply when writing, typing, naming, or refactoring an individual Vue component. Esposter Vue 3 component authoring — the shared Styled/App shell primitives reused rather than re-rolled, one level of abstraction in script setup, selection read from the store, :key-remount and props-down initialisatio

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • vue-page-compositionSkillDev tools

    Apply when decomposing a page, building a list/table of repeated items, wiring row or menu actions, or mounting a dialog for list items. Esposter Vue page and list composition — pages as layout-only orchestrators, constant arrays in services/, maximal component granularity with one action per compon

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • vuetifySkillDev tools

    Apply when writing or reviewing Vuetify components, dialogs, selects, forms, or lists. Esposter Vuetify conventions — StyledButton for primary actions with :to and type outside :button-props, v-prefixed auto-imported composables, a global default never repeated on an instance, every drawer through S

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • xSkillDev tools

    Beta fixture skill with a broken bundled reference.

    Ready to connect

    github.com/daniellublinsky/skill-atlas23 stars

    View details
  • ySkillDev tools

    Beta fixture skill exercising the slash-prefixed mention form and bare-word rejection.

    Ready to connect

    github.com/daniellublinsky/skill-atlas23 stars

    View details
  • adapt-frameworkSkillDev tools

    Adapt this boilerplate's KATA test architecture, auth, schemas, variables, fixtures, CI, MCPs, and reporting to a project already reverse-engineered by project-discovery. Use for adapt framework, wire fixtures, connect boilerplate to target stack, or wire auth. Strict gate: analysis and plan first,

    Ready to connect

    github.com/upex-galaxy/agentic-qa-boilerplate22 stars

    View details
  • add-nodeSkillDev tools

    Register a new pipeline node type across every surface it must touch (types, catalog, executor, engine dispatch, React component, editor palette, and the optional JS/Python builders). Use whenever you add a node to the visual pipeline, or notice a node is only half-wired. Complements the `add-format

    Ready to connect

    github.com/megane-labs/megane21 stars

    View details
  • application-builderSkillDev tools

    Build a targeted resume and cover letter for a role folder that already has a job description and role analysis. Runs iterative adversarial review rounds until the materials stabilize, then hands off for human review before submission.

    Ready to connect

    github.com/vonterraproject501c3/slushpile22 stars

    View details
  • bcc-breaking-coding-chaosSkillDev tools

    BCC main skill: dual-loop coding workflow (throughline → plan-spar → clean-cut) or quick status+next. Slash: /bcc-breaking-coding-chaos · chat: bcc:breaking-coding-chaos · "run BCC" · "BCC status" · "what next BCC". Needs a real idea (1:1 implement). Args: goal text, or status. May pass plan-spar re

    Ready to connect

    github.com/bo-cao/breaking-coding-chaos22 stars

    View details
  • bcc-clean-cutSkillDev tools

    BCC minimal implement from locked PLAN.md (ponytail ladder + verify). Slash: /bcc-clean-cut · chat: bcc:clean-cut · "implement PLAN" after human APPROVE. Not for plan grill (use bcc-plan-spar).

    Ready to connect

    github.com/bo-cao/breaking-coding-chaos22 stars

    View details
  • bcc-throughlineSkillDev tools

    BCC global progress cockpit (plans.md/progress.md/findings.md). Slash: /bcc-throughline · chat: bcc:throughline · "where are we" · reprioritize · resume after /clear. Not for coding or full PLAN grill.

    Ready to connect

    github.com/bo-cao/breaking-coding-chaos22 stars

    View details
  • bilingualSkillDev tools

    Use when you need to translate marketing copy between EN and zh-TW while preserving brand voice, tone, and impact. Not word-level translation — a voice-preserving rewrite in the target locale.

    Ready to connect

    github.com/hogan-tech/brand-loom22 stars

    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,249 of the 54,680 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.

See how to connect your AI