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

18,429 results · page 290 of 615

  • laravel:custom-helpersSkillDev tools

    Create and register small, pure helper functions when they improve clarity; keep them organized and tested

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:daily-workflowSkillDev tools

    Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:eloquent-relationshipsSkillDev tools

    Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:executing-plansSkillDev tools

    Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:http-client-resilienceSkillDev tools

    Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:interfaces-and-diSkillDev tools

    Use interfaces and dependency injection to decouple code; bind implementations in the container

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:iterating-on-codeSkillDev tools

    Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:performance-cachingSkillDev tools

    Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:performance-eager-loadingSkillDev tools

    Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:policies-and-authorizationSkillDev tools

    Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:ports-and-adaptersSkillDev tools

    Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:quality-checksSkillDev tools

    Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:queues-and-horizonSkillDev tools

    Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:rate-limitingSkillDev tools

    Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:request-forgery-protectionSkillDev tools

    Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:runner-selectionSkillDev tools

    Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:strategy-patternSkillDev tools

    Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:tdd-with-pestSkillDev tools

    Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:template-method-and-pluginsSkillDev tools

    Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:transactions-and-consistencySkillDev tools

    Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:upgrade-13SkillDev tools

    Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • laravel:using-laravel-superpowersSkillDev tools

    Read first in Laravel repos; explains runner selection (Sail vs non-Sail), core workflows, and how to apply superpowers skills in Laravel projects without platform lock-in

    Ready to connect★ 154

    github.com/jpcaparas/superpowers-laravel147 stars

    View details
  • native-transparent-imagegenSkillDev tools

    Generate new raster assets that must contain native pixel transparency, then verify the untouched PNG or WebP before delivery. Use for transparent stickers, sprites, character cutouts, product assets, and furry or fine-edged subjects where background removal would be unacceptable. Do not use to remo

    Ready to connect★ 153

    github.com/zseven-w/craft-skills154 stars

    View details
  • nexus-releaseSkillDev tools

    Cut a Nexus release — bump the version with the repo's own machinery, get the docs and generated sources right, push a tag the GitHub Actions workflow will actually pick up, and recover when it does not. Use when asked to release, publish, ship, cut a release, bump the version, or tag a version, and

    Ready to connect★ 153

    github.com/profsynapse/nexus154 stars

    View details
  • nexus-tool-schemasSkillDev tools

    Export the live CLI-first Nexus tool catalog as JSON — the whole registry or a selector-picked subset — and refresh the committed catalog that the repo's guidance and drift tests read. Use when someone asks for tool schemas or the exact command/argument shape a caller sees, after changing a tool's p

    Ready to connect★ 153

    github.com/profsynapse/nexus154 stars

    View details
  • proof-derivation-forensicsSkillDev tools

    Family-G proof & derivation integrity forensics: does a THIRD PARTY's written proof/derivation actually establish its theorem, or does it skip an obligation, assume its own conclusion, take an invalid step, drift a symbol's meaning, or smuggle an unstated assumption? Decides from the WRITTEN proof/d

    Ready to connect★ 154

    github.com/wanshuiyin/anti-autoresearch154 stars

    View details
  • recurring-character-diary-comicSkillDev tools

    Create, audit, and repair short page-native diary comics around an existing authorized recurring character, with story-directed page rhythm, exact dialogue, directional-surface proof, and original-resolution visual QA. Use when extending an established recurring-character series from an anecdote, co

    Ready to connect★ 153

    github.com/zseven-w/craft-skills154 stars

    View details
  • rollinggo-hotel-bookingSkillDev tools

    RollingGo hotel search and booking assistant that covers the full flow from hotel lookup to booking by calling the RollingGo hotel service API. Supported scenarios: ① search hotels by location such as city, attraction, subway station, or airport ② filter by star rating, budget, and tags (pool, break

    Ready to connect★ 154

    github.com/rollinggo-ai/rollinggo-hotel-skill-cn154 stars

    View details
  • single-path-process-dioramaSkillDev tools

    Turns a 3–5 step linear process into a single, complete, non-grid diorama. Suitable for process-story covers, how-it's-made illustrations, software delivery journeys, and educational miniature scenes; expresses sequence through a single path, a traceable carrier, recognizable actions, and materials

    Ready to connect★ 153

    github.com/zseven-w/craft-skills154 stars

    View details
  • alexaSkillDev tools

    Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.

    Ready to connect★ 153

    github.com/hybridaione/hybridclaw132 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.

53,790 of the 54,222 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