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 27 of 83

  • 511-frameworks-micronaut-jdbcSkillDatabases & data

    Use when you need programmatic JDBC in Micronaut — pooled DataSource, parameterized SQL, io.micronaut.transaction.annotation.Transactional, batching, and domain exception translation. This should trigger for requests such as Review JDBC or SQL data access in a Micronaut project; Improve transactions

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 512-frameworks-micronaut-dataSkillDatabases & data

    Use when you need data access with Micronaut Data — @MappedEntity, CrudRepository/PageableRepository, @Query with parameters, @Transactional services, projections, @Version, and @MicronautTest with TestPropertyProvider and Testcontainers. For raw java.sql access without generated repositories, use @

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 513-frameworks-micronaut-db-migrations-flywaySkillDatabases & data

    Use when you need to add or review Flyway database migrations in a Micronaut application — micronaut-flyway, db/migration scripts, flyway.datasources.* configuration, and alignment with JDBC or Micronaut Data. This should trigger for requests such as Add or review Flyway migrations in a Micronaut pr

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 515-frameworks-micronaut-mongodbSkillDatabases & data

    Use when you need MongoDB persistence in Micronaut — including @MongoRepository design, document modeling, indexes, query patterns, and error handling. This should trigger for requests such as Add MongoDB in Micronaut; Review Micronaut Data Mongo design; Improve error handling for Micronaut Mongo op

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 516-frameworks-micronaut-mongodb-migrations-mongockSkillDatabases & data

    Use when you need to add or review Mongock MongoDB data migrations in a Micronaut application — including Mongock runner/driver selection, Micronaut bean wiring, migration scan packages, @ChangeUnit classes, lock/transaction settings, and Testcontainers verification. This should trigger for requests

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 704-technologies-sqlSkillDatabases & data

    Use when you need framework-agnostic SQL guidance — schema naming, relational table design, query readability, indexes, transactions, database security, migrations, testing, and monitoring — without choosing Spring Boot, Quarkus, or Micronaut. This should trigger for requests such as Review SQL sche

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • 705-technologies-nosql-mongodbSkillDatabases & data

    Use when you need framework-agnostic MongoDB and non-relational database query guidance — document schema design, collection modeling, JSON Schema validation, indexes, aggregation pipelines, query performance, consistency trade-offs, transactions, and operational safety — without choosing Spring Boo

    Ready to connect★ 439

    github.com/jabrena/plinth439 stars

    View details
  • data-analyticsSkillDatabases & data

    Use when needing to optimize Xiaohongshu content performance, understanding why posts succeed or fail, making data-driven decisions about content strategy, or tracking account growth metrics

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • data-reportSkillDatabases & data

    Use when creating data reports on Xiaohongshu performance, summarizing analytics findings, presenting insights to stakeholders, documenting marketing results, or building reporting templates

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • excel-analyticsSkillDatabases & data

    Use when analyzing Xiaohongshu data with Excel, creating spreadsheets for performance tracking, building data dashboards, conducting manual analysis, or learning spreadsheet skills for social media analytics

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • performance-trackingSkillDatabases & data

    Use when monitoring account analytics, tracking growth metrics, or measuring content performance

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • qiangua-dataSkillDatabases & data

    Use when analyzing Xiaohongshu account performance, researching competitor strategies, finding trending topics and hashtags, or needing detailed audience insights beyond platform-native analytics

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • xinhong-dataSkillDatabases & data

    Use when conducting deep analytics on Xiaohongshu accounts, tracking content performance trends, researching influencer data, monitoring category growth, or making strategic decisions with comprehensive social media analytics

    Ready to connect★ 437

    github.com/vivy-yi/xiaohongshu-skills418 stars

    View details
  • browse-tablesSkillDatabases & data

    Change cluster or namespace views, Browse/catalog surfaces, shared GridTable behavior, filters, pagination, large datasets, metrics columns, or refresh-backed resource tables

    Ready to connect★ 435

    github.com/luxury-yacht/app433 stars

    View details
  • profile-query-bottleneckSkillDatabases & data

    Profile and diagnose YouTrackDB SQL/MATCH query bottlenecks. Accepts one or more LDBC query names (e.g., IC5, IS7, IC1,IC10). Combines async-profiler flame graphs, step-by-step selectivity measurement, and fan-out analysis on a Hetzner CCX33 server against the LDBC SF 1 dataset.

    Ready to connect★ 433

    github.com/jetbrains/youtrackdb433 stars

    View details
  • frontend-dev-guidelinesSkillDatabases & data

    Gives your agent strict frontend coding standards for building components, pages, and data fetching.

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • lovableSkillDatabases & data

    Integration skill for Lovable.dev projects. Activates when working with: - Lovable.dev projects with GitHub sync - Supabase Edge Functions that need deployment - Database migrations for Lovable Cloud - Projects with supabase/ directory structure - Any mention of "Lovable", "deploy edge function", "a

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • python-database-patternsSkillDatabases & data

    SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • security-patternsSkillDatabases & data

    Security patterns and OWASP guidelines. Triggers on: security review, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding.

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • sql-patternsSkillDatabases & data

    Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • sqlite-opsSkillDatabases & data

    Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode.

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • vibe-securitySkillDatabases & data

    Security intelligence for code analysis. Detects SQL injection, XSS, CSRF, authentication issues, crypto failures, and more. Actions: scan, analyze, fix, audit, check, review, secure, validate, sanitize, protect. Languages: JavaScript, TypeScript, Python, PHP, Java, Go, Ruby. Frameworks: Express, Dj

    Ready to connect★ 423

    github.com/aiskillstore/marketplace423 stars

    View details
  • mssqlSkillDatabases & data

    Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descripti

    Ready to connect★ 422

    github.com/sanjay3290/ai-skills422 stars

    View details
  • postgresSkillDatabases & data

    Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intellig

    Ready to connect★ 422

    github.com/sanjay3290/ai-skills422 stars

    View details
  • memstack-business-freelancer-toolkitSkillDatabases & data

    Use when the user says 'track my time', 'freelancer invoice', 'billable hours', 'time tracking', 'freelance finances', 'client billing', 'project hours', or needs invoicing, time tracking, or analytics patterns for freelance work. Do NOT use for general invoice templates or proposal writing.

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • memstack-development-api-designerSkillDatabases & data

    Use this skill when the user says 'design API', 'API endpoints', 'REST API', 'API designer', 'route structure', 'API architecture', or is designing RESTful API routes, request/response schemas, and endpoint organization. Do NOT use for API security audits or database design.

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • memstack-development-migration-plannerSkillDatabases & data

    Use this skill when the user says 'migration', 'schema change', 'database migration', 'alter table', 'add column', 'change type', 'rollback plan', or needs safe database schema evolution with zero-downtime strategies. Do NOT use for initial database design (use database-architect) or code refactorin

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • memstack-development-test-writerSkillDatabases & data

    Use this skill when the user says 'write tests', 'add tests', 'test coverage', 'unit tests', 'integration tests', 'component tests', 'mocking', 'edge cases', or needs to generate tests with proper mocking and edge case coverage. Do NOT use for refactoring plans or database migrations.

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • memstack-security-rls-checkerSkillDatabases & data

    Use this skill when the user says 'check RLS', 'audit RLS', 'RLS policies', 'row level security', 'Supabase security audit', or needs to verify table-level access control. Audits Supabase Row Level Security policies across all tables. Do NOT use for non-Supabase projects or writing RLS policies from

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 stars

    View details
  • memstack-security-rls-guardianSkillDatabases & data

    Use this skill when creating or altering database tables in Supabase or PostgreSQL projects. Triggers include: CREATE TABLE, ALTER TABLE, migration files, 'RLS', 'row level security', 'new table', 'database schema'. Enforces Row Level Security policies on every table to prevent unauthorized data acc

    Ready to connect★ 421

    github.com/cwinvestments/memstack419 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