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.

Filter by category

55,055 results · page 663 of 1,836

  • nestjs-drizzle-crud-generatorSkillDatabases & data

    Generates ready-to-use NestJS CRUD modules with Drizzle ORM, including endpoints, services, validation, and tests.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nextjs-authenticationSkillSecurity

    Lets your agent add login, sessions, OAuth, and protected routes to a Next.js app using Auth.js.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nextjs-code-reviewSkillDev tools

    Lets your agent review Next.js code for correctness, caching, performance, and App Router best practices.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nextjs-data-fetchingSkillDev tools

    Guides your agent in writing Next.js data fetching code with SWR, React Query, caching, and revalidation patterns.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nextjs-deploymentSkillCloud & infra

    Guides your agent through deploying Next.js apps with Docker, CI/CD pipelines, env variables, and monitoring.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nextjs-performanceSkillMedia

    Guides your agent to optimize Next.js apps for faster load times, better Core Web Vitals scores, and smaller bundles.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • nx-monorepoSkillDev tools

    Guides your agent in creating and managing Nx monorepos, from scaffolding workspaces to running affected builds.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • polishSkillDev tools

    Lets your agent apply a final design polish pass to code, refining typography, spacing, hover states, and small details.

    Ready to connect★ 344

    github.com/educlopez/ui-craft345 stars

    View details
  • pr-review-commentsSkillFiles & storage

    Lets your agent post code review findings as inline comments on a GitHub pull request.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • qdrantSkillSearch

    Lets your agent store and search embeddings in a Qdrant vector database from Java apps.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • quieterSkillDev tools

    Lets your agent restyle a UI to look calmer and simpler by reducing visual noise, motion, and color weight.

    Ready to connect★ 344

    github.com/educlopez/ui-craft345 stars

    View details
  • qwen-coderSkillProductivity

    Lets your agent delegate coding tasks like code generation, refactoring, and debugging to the Qwen Coder CLI.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • ragSkillFiles & storage

    Lets your agent search your own documents and answer questions using their content.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • react-code-reviewSkillDev tools

    Lets your agent review React code for architecture, hooks, performance, accessibility, and TypeScript issues.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • sddesignSkillMedia

    Lets your agent run a guided design pipeline that turns a UI brief into a spec and builds it.

    Ready to connect★ 344

    github.com/educlopez/ui-craft345 stars

    View details
  • shapeSkillMedia

    Lets your agent plan a new UI screen as an ASCII wireframe, state list, and content inventory before writing code.

    Ready to connect★ 344

    github.com/educlopez/ui-craft345 stars

    View details
  • sonarqube-mcpSkillSearch

    Lets your agent check code quality gates, find and triage code issues, and analyze code before pushing.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-ai-mcp-server-patternsSkillAI & models

    Lets your agent build AI tool servers in Spring Boot with tool handlers, resources, prompts, and transports.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-actuatorSkillMonitoring & ops

    Guides your agent to set up monitoring, health checks, and metrics for Spring Boot apps.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-cacheSkillDatabases & data

    Lets your agent add caching to Spring Boot apps using Redis, Caffeine, or EhCache with TTL and eviction settings.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-crud-patternsSkillDev tools

    Generates complete Spring Boot CRUD code including entities, repositories, DTOs, controllers, and REST APIs for Java services.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-dependency-injectionSkillMedia

    Helps your agent write and fix Spring Boot code using proper dependency injection patterns.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-event-driven-patternsSkillCommunication

    Helps your agent write Spring Boot code using event-driven patterns like domain events, Kafka messaging, and the outbox pattern.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-openapi-documentationSkillDocs & knowledge

    Lets your agent generate OpenAPI docs and Swagger UI setup for Spring Boot REST APIs.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-project-creatorSkillDatabases & data

    Lets your agent generate a ready-to-use Spring Boot Java project with database and Docker setup.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-resilience4jSkillDev tools

    Lets your agent add fault tolerance to Spring Boot apps, like circuit breakers, retries, and rate limiting.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-rest-api-standardsSkillSecurity

    Gives your agent Spring Boot REST API design standards for building and reviewing endpoints, DTOs, and error handling.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-saga-patternSkillDev tools

    Gives your agent guidance for building distributed transactions across Spring Boot services using the Saga pattern.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-security-jwtSkillDatabases & data

    Gives your agent patterns for adding JWT login, tokens, and role-based access control to Spring Boot apps.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 stars

    View details
  • spring-boot-test-patternsSkillDev tools

    Guides your agent in writing Spring Boot tests with JUnit 5, Mockito, and Testcontainers.

    Ready to connect★ 345

    github.com/giuseppe-trisciuoglio/developer-kit345 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,624 of the 55,055 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