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 742 of 1,836

  • viewer-paritySkillMonitoring & ops

    Guides your agent when adding or changing what the rezolus viewer exposes, like endpoints, dashboards, and metrics.

    Ready to connect★ 274

    github.com/iopsystems/rezolus272 stars

    View details
  • viewer-renderSkillWeb & browsing

    Lets your agent render a page in a headless browser and check visual details like layout, colors, truncated labels, and console errors.

    Ready to connect★ 274

    github.com/iopsystems/rezolus272 stars

    View details
  • viewer-smokeSkillFiles & storage

    Lets your agent run the viewer's end-to-end smoke test to verify its modes, endpoints, and experiment attach/detach.

    Ready to connect★ 274

    github.com/iopsystems/rezolus272 stars

    View details
  • ai-observabilitySkillMonitoring & ops

    Adds Spring AI monitoring for token usage, latency, cost, and prompt logging to your agent's app.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • configuration-propertiesSkillDev tools

    Guides your agent to set up grouped Spring Boot configuration with typed properties, validation, profiles and secrets.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • container-native-deploymentSkillCloud & infra

    Guides packaging a Spring Boot app as a container image or native executable with buildpacks and layered jars.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • delive-transcript-analyzerSkillSearch

    Lets your agent analyze, summarize, and pull insights from DeLive meeting transcripts and captions.

    Ready to connect★ 273

    github.com/ximilalaxiang/delive273 stars

    View details
  • event-driven-messagingSkillCommunication

    Lets your agent build Kafka, RabbitMQ, Pulsar, or JMS producers and consumers in Spring Boot 3.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • flyway-migrationsSkillDatabases & data

    Guides your agent in writing Flyway database migrations with correct naming, versioning, and safe schema-change patterns.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • hateoasSkillSearch

    Guides your agent to add hypermedia links to REST APIs using Spring HATEOAS.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • http-interface-clientsSkillDev tools

    Guides your agent in calling external HTTP APIs from Spring Boot 3 apps using declarative HttpExchange interfaces.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • idempotency-patternsSkillDatabases & data

    Guides your agent to make retried HTTP requests and message processing safe from duplicate side effects.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • layered-architectureSkillDev tools

    Keeps your agent's generated Spring Boot code organized into clean layers like controllers, services, and repositories.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • multi-module-mavenSkillDev tools

    Lets your agent follow multi-module Maven project conventions like parent POMs, dependency management, and build ordering.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • multi-tenancySkillDatabases & data

    Guides your agent to build Spring Boot apps that serve multiple isolated tenants with correct data separation.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • null-safetySkillDev tools

    Helps your agent add null-safety annotations and static null checks to Spring Boot 3 or Kotlin code.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • oauth2-resource-serverSkillDev tools

    Lets your agent configure a Spring Boot app to validate OAuth2 login tokens and check user permissions.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • openapi-firstSkillDev tools

    Guides the agent to generate controller interfaces, DTOs, and clients from an OpenAPI spec.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • problem-details-rfc9457SkillDev tools

    Helps your agent implement standardized HTTP API error responses following the RFC 9457 format in Spring.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • production-observabilitySkillMonitoring & ops

    Guides your agent to add metrics, tracing, logging, health probes, dashboards, and alerts to a Spring Boot service.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • resilience-retrySkillDev tools

    Guides your agent to add retries, backoff, and concurrency protection to Spring Boot services.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • rest-api-conventionsSkillDev tools

    Gives your agent conventions for building REST APIs: controllers, DTOs, pagination, status codes and versioning.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-ai-integrationSkillAI & models

    Helps your agent build and integrate LLM features like chat, embeddings, and RAG into Spring Boot apps.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-batchSkillDatabases & data

    Guides your agent in building batch jobs and ETL pipelines with Spring Batch, including restartable and fault-tolerant processing.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-boot-migrationSkillDev tools

    Guides your agent through upgrading a Spring Boot app to newer versions, cleaning up deprecated APIs and dependencies.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-cloud-gatewaySkillMonitoring & ops

    Guides your agent in building and configuring Spring Cloud Gateway apps with routing, auth, rate limiting, and testing.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-data-redisSkillDatabases & data

    Guides your agent in adding Redis caching, session storage, and rate limiting to Spring Boot apps.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-modulithSkillDev tools

    Lets your agent organize and verify a modular Spring Boot monolith using Spring Modulith.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • spring-security-jwtSkillSecurity

    Helps your agent build Spring Security login flows that issue and validate an app's own JWT tokens.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 stars

    View details
  • testing-pyramidSkillDev tools

    Lets your agent write unit, slice, and integration tests with proper structure and naming for Spring Boot apps.

    Ready to connect★ 273

    github.com/rrezartprebreza/spring-boot-skills273 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