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: Databases & data

2,461 results · page 74 of 83

  • freezeSkillDatabases & data

    Freeze outside-the-repo state into one snapshot. Use when the work depends on the current state of a service, database, queue, third party, or live logs.

    Ready to connect

    github.com/saadshahd/moo.md34 stars

    View details
  • maintain-research-stateSkillDatabases & data

    Maintain and publish the advisor-owned current research state, durable research-ideas syntheses, and dataset analysis. Use when evidence or human guidance changes the research focus or direction, durable research ideas should be recorded, or dataset understanding changes.

    Ready to connect

    github.com/wandb/senpai33 stars

    View details
  • pipeline-architecture-patternsSkillDatabases & data

    Data pipeline architecture patterns for ETL/ELT design, orchestration, and data quality frameworks

    Ready to connect

    github.com/baekenough/oh-my-customcode34 stars

    View details
  • postgres-best-practicesSkillDatabases & data

    Gives your agent expert guidance for writing and optimizing Postgres queries, schemas, and settings.

    Ready to connect

    github.com/baekenough/oh-my-customcode34 stars

    View details
  • query-optimizationSkillDatabases & data

    Analyze, diagnose, and optimize slow SQL queries using EXPLAIN plans, indexing strategies, query rewriting, and ORM tuning.

    Ready to connect

    github.com/h4vzz/awesome-ai-agent-skills34 stars

    View details
  • redis-best-practicesSkillDatabases & data

    Redis best practices for caching, data structures, and in-memory data architecture

    Ready to connect

    github.com/baekenough/oh-my-customcode34 stars

    View details
  • report-generationSkillDatabases & data

    Generate professional reports — sprint retrospectives, financial summaries, analytics dashboards, and incident postmortems — from structured data with templates, charts, and multi-format output.

    Ready to connect

    github.com/h4vzz/awesome-ai-agent-skills34 stars

    View details
  • snowflake-best-practicesSkillDatabases & data

    Snowflake best practices for cloud data warehouse design, query optimization, and cost management

    Ready to connect

    github.com/baekenough/oh-my-customcode34 stars

    View details
  • sql-query-generationSkillDatabases & data

    Generate optimized SQL queries from natural language requests, supporting SELECT, JOIN, GROUP BY, window functions, CTEs, and subqueries.

    Ready to connect

    github.com/h4vzz/awesome-ai-agent-skills34 stars

    View details
  • benchmark-htr-enginesSkillDatabases & data

    Select an OCR/HTR engine by benchmarking candidates on the same labelled samples — source ground truth from open datasets (e.g. Hugging Face PAGE-XML corpora) or hand-transcription, wrap every engine behind a transcribe(image_path) -> str adapter (vision-LLMs via any OpenAI-compatible endpoint, dedi

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • bunSkillDatabases & data

    Bun runtime, package manager, bundler, and test runner. Use when running scripts with bun, managing packages, serving HTTP with Bun.serve, querying databases with Bun.sql/bun:sqlite/Bun.redis, shell scripting with $, using S3/file I/O, writing tests with bun:test, bundling or compiling to executable

    Ready to connect

    github.com/fellipeutaka/kanpeki33 stars

    View details
  • caching-strategiesSkillDatabases & data

    Application caching patterns. Redis caching, in-memory caches, HTTP caching, cache invalidation strategies, cache-aside, write-through, and CDN caching.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • etl-pipelinesSkillDatabases & data

    ETL/ELT data pipeline patterns. Extract from APIs/databases, transform with streaming or batch, load to data warehouses. Node.js streams, Python pandas/Polars, Apache Airflow DAGs, and database-native ELT.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • flywaySkillDatabases & data

    Flyway database migrations for Spring Boot applications. Covers migration scripts, versioning, callbacks, and rollback strategies. Based on production patterns from castellino and gestionale-presenze projects.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • gcpSkillDatabases & data

    Google Cloud Platform SDK integration. Cloud Functions, Firestore, Cloud Storage, Pub/Sub, BigQuery, and Cloud Run. Node.js and Python client libraries.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • multitenancySkillDatabases & data

    Multi-tenant architecture patterns. Database-per-tenant, schema-per-tenant, shared-schema with tenant ID, row-level security, tenant resolution, and data isolation.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • nestjs-websocketSkillDatabases & data

    WebSocket integration for NestJS using Socket.IO. Covers gateways, rooms, authentication guards, exception filters, and Redis adapter for scaling.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • oracleSkillDatabases & data

    Oracle Database specific features. Covers data types, sequences, synonyms, partitioning, and Oracle-specific SQL syntax. Use for Oracle database work.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • performanceSkillDatabases & data

    Web performance optimization. Covers frontend, backend, and database optimization. Use for performance reviews.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • persistence-query-reviewSkillDatabases & data

    Design and review Ayunis Core database access for avoidable round trips, check-then-act races, N+1 queries, and stale writes. Use when modifying or reviewing repositories, finders, QueryBuilder code, or application code that issues database calls in loops.

    Ready to connect

    github.com/ayunis-core/ayunis-core33 stars

    View details
  • plpgsqlSkillDatabases & data

    PostgreSQL procedural language (PL/pgSQL). Covers stored procedures, functions, triggers, exception handling, and control structures. Use for PostgreSQL server-side programming.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • plsqlSkillDatabases & data

    Oracle PL/SQL procedural language. Covers stored procedures, functions, packages, triggers, cursors, collections, and exception handling. Use for Oracle database server-side programming.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • secrets-credentials-managementSkillDatabases & data

    Use when handling passwords, API keys, tokens, or third-party credentials in a WordPress plugin or theme. Hashes passwords with wp_hash_password / wp_check_password, generates tokens with wp_generate_password, keeps secrets out of code and the database in plaintext, and uses Application Passwords fo

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills33 stars

    View details
  • seed-databaseSkillDatabases & data

    Seed the local development database with fixture data (org, user, models, subscription). Use when you need test data or login credentials.

    Ready to connect

    github.com/ayunis-core/ayunis-core33 stars

    View details
  • spring-cacheSkillDatabases & data

    Spring Cache abstraction for Spring Boot 3.x. Covers @Cacheable, @CacheEvict, @CachePut, cache managers (Caffeine, Redis, EhCache), TTL configuration, cache keys, conditional caching, and cache synchronization.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • spring-sessionSkillDatabases & data

    Spring Session for distributed session management with Redis, JDBC, or Hazelcast. Covers session configuration, security integration, and session events.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • spring-websocketSkillDatabases & data

    Spring WebSocket for real-time communication in Spring Boot 3.x. Covers STOMP over WebSocket, SockJS fallback, message brokers (simple and RabbitMQ/Redis), security, session handling, and testing. Use for chat, live notifications, and real-time updates.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • sql-injection-preventionSkillDatabases & data

    Use when writing any custom database query in WordPress with $wpdb — get_results, get_var, get_row, query, or building WHERE/IN/LIKE/ORDER BY clauses. Uses $wpdb->prepare() with correct placeholders (%d, %s, %f, %i), $wpdb->esc_like() for LIKE, and allowlists for identifiers that cannot be parameter

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills33 stars

    View details
  • typeorm-migrationsSkillDatabases & data

    Creating TypeORM database migrations. Use when schema changes are needed (new columns, tables, indexes, constraints).

    Ready to connect

    github.com/ayunis-core/ayunis-core33 stars

    View details
  • user-data-protection-privacySkillDatabases & data

    Use when a WordPress plugin or theme stores, processes, or exposes personal data — emails, names, IP addresses, user content, or analytics. Registers data exporters and erasers via wp_privacy_personal_data_exporters / _erasers, declares privacy policy content, anonymizes IPs, and minimizes/secures P

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills33 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,764 of the 55,196 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