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: AI & models

8,868 results · page 271 of 296

  • nextjs-server-componentsSkillAI & models

    Use when deciding Server vs Client Component boundaries in Next.js 16, fetching data directly in components, or streaming with Suspense.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • nextjs-stackSkillAI & models

    Use as the master reference for a full Next.js 16+ stack — Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand. Not for core framework API details (use nextjs-16).

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • nextjs-tanstack-formSkillAI & models

    Use when building forms in Next.js 16 with TanStack Form v1 — Server Actions, Zod validation, multi-step wizards, field arrays.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • nextjs-tanstack-querySkillAI & models

    Use when implementing client-side data fetching, server prefetching with hydration, or optimistic mutations in Next.js 16 with TanStack Query.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • nextjs-zustandSkillAI & models

    Use when implementing global state, stores, persist, or hydration in Next.js 16 App Router Client Components with Zustand v5.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • oncall_handoff_lookupSkillAI & models

    PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents

    Ready to connect

    github.com/gen-verse/past-bench27 stars

    View details
  • options-strategySkillAI & models

    Use when analyzing or constructing an options position. Covers the greeks in practical terms, implied volatility and its term structure, common structures and their true risk, and assignment and expiration mechanics.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • performance-testingSkillAI & models

    Use when load testing a system. Covers workload modeling, ramp profiles, what to measure, finding the breaking point, and distinguishing a real bottleneck from a badly configured test.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • personality-and-emotion-synthesisSkillAI & models

    A comprehensive skill for generating consistent personalities and expressing emotions through personality models and affective computing frameworks. Covers personality models, emotion generation, affective computing, mood induction, emotional intelligence, temperament analysis, and synthetic persona

    Ready to connect

    github.com/leeex1/quillan-ronin27 stars

    View details
  • php-ecosystem-referenceSkillAI & models

    Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. Do NOT use for Laravel (laravel-expert).

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • php-quality-toolingSkillAI & models

    Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for Laravel (Pint/Larastan), tests, or syntax.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • php-standardsSkillAI & models

    Use when setting up PHP-package autoloading, coding style, or PSR interfaces — PSR-4, PER Coding Style 3.0, composer.json. Do NOT use for syntax or Laravel.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • php-testingSkillAI & models

    Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helpers or quality tooling (php-quality-tooling).

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • plugin-developmentSkillAI & models

    Use when packaging skills, commands, hooks, and MCP servers into a distributable plugin. Covers manifest structure, bundling, versioning, testing, and distribution through a marketplace.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • portfolio-reviewSkillAI & models

    Use when reviewing a portfolio's construction and exposure. Covers concentration, correlation, factor and sector exposure, hidden bets, and whether the portfolio expresses the intended view.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • position-sizingSkillAI & models

    Use when deciding how large a position to take. Covers fixed-fractional risk, volatility-based sizing, the Kelly criterion and why to fractionalize it, and portfolio concentration limits.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • post-commitSkillAI & models

    Use when a code commit just landed (not wip/amend/undo) and CHANGELOG or plugin-version post-commit actions are needed.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • prompt-creationSkillAI & models

    Use when writing a new system prompt from scratch, structuring it with Anthropic's 9-element format, or choosing emphasis levels and few-shot examples.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • pyfixest-grid-shardingSkillAI & models

    Diagnose and fix slow pyfixest regression GRIDS (many feols/fepois calls run sequentially) that stay slow despite demeaner_backend="cupy64" and an idle GPU. Use when: (1) a script looping dozens of pf.feols models on a 100k+ row panel takes ~1 min/model, (2) process inspection shows ~1-1.5 cores bus

    Ready to connect

    github.com/kennethkhoocy/applied-micro-skills27 stars

    View details
  • pythonSkillAI & models

    Use when writing, reviewing, or modernizing Python 3.11+ code. Produces fully type-annotated modules, async I/O, dataclasses and protocols, pytest suites, and a lint/type gate built on ruff and mypy --strict.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • qa-reviewSkillAI & models

    Use when reviewing a feature for release readiness. Covers acceptance-criteria verification, edge-case enumeration, regression risk assessment, and a release decision that is a judgment rather than a vibe.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • react-19SkillAI & models

    Use when implementing React 19.2 patterns — use(), useOptimistic, useActionState, useEffectEvent, Activity component, React Compiler.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • react-effects-auditSkillAI & models

    Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from \"You Might Not Need an Effect\".

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • react-formsSkillAI & models

    Use when building type-safe forms in React with TanStack Form v1 — Zod/Yup/Valibot validation, async validation, field arrays.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • react-i18nSkillAI & models

    Use when implementing translations in a React app (not Next.js) with react-i18next — useTranslation, namespaces, pluralization, Suspense.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • react-shadcnSkillAI & models

    shadcn/ui for React with TanStack Form. Use when building UI components, forms, dialogs, tables, toasts, or accessible components.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • react-stateSkillAI & models

    Zustand v5 state management for React. Use when implementing global state, stores, persist, or client-side state.

    Ready to connect

    github.com/fusengine/agents27 stars

    View details
  • realtime-websocketsSkillAI & models

    Use when building realtime features with WebSockets or Server-Sent Events. Covers protocol choice, connection lifecycle, reconnection and backfill, scaling across instances, and backpressure.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 stars

    View details
  • release_followup_lookupSkillAI & models

    PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents

    Ready to connect

    github.com/gen-verse/past-bench27 stars

    View details
  • repository-explorationSkillAI & models

    Use when orienting in an unfamiliar codebase. Produces a map of the architecture, entry points, data flow, conventions, and the parts most likely to surprise you — before any code is changed.

    Ready to connect

    github.com/nimadorostkar/claude-skills-collection27 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,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.

See how to connect your AI