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

  • api-paginationSkillDatabases & data

    Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, managing large result sets, or optimizing query performance.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • aws-rds-databaseSkillDatabases & data

    Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • background-job-processingSkillDatabases & data

    Implement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when handling long-running tasks, sending emails, generating reports, and processing large datasets asynchronously.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • batch-processing-jobsSkillDatabases & data

    Implement robust batch processing systems with job queues, schedulers, background tasks, and distributed workers. Use when processing large datasets, scheduled tasks, async operations, or resource-intensive computations.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • caching-strategySkillDatabases & data

    Implement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimizing application performance, reducing database load, or improving response times.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • cloud-migration-planningSkillDatabases & data

    Plan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategies across AWS, Azure, and GCP.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • data-migration-scriptsSkillDatabases & data

    Create safe, reversible database migration scripts with rollback capabilities, data validation, and zero-downtime deployments. Use when changing database schemas, migrating data between systems, or performing large-scale data transformations.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • data-replication-setupSkillDatabases & data

    Set up database replication for high availability and disaster recovery. Use when configuring master-slave replication, multi-master setups, or replication monitoring.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-backup-restoreSkillDatabases & data

    Implement backup and restore strategies for disaster recovery. Use when creating backup plans, testing restore procedures, or setting up automated backups.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-indexing-strategySkillDatabases & data

    Design and implement database indexing strategies. Use when creating indexes, choosing index types, or optimizing index performance in PostgreSQL and MySQL.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-migration-managementSkillDatabases & data

    Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-monitoringSkillDatabases & data

    Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting database issues.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-performance-debuggingSkillDatabases & data

    Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-query-optimizationSkillDatabases & data

    Improve database query performance through indexing, query optimization, and execution plan analysis. Reduce response times and database load.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-schema-documentationSkillDatabases & data

    Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • database-shardingSkillDatabases & data

    Implement database sharding for horizontal scalability. Use when scaling large databases, distributing data across multiple servers, or designing sharded architectures.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • django-applicationSkillDatabases & data

    Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web applications, managing databases with Django ORM, and implementing authentication systems.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • flask-api-developmentSkillDatabases & data

    Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response handling. Use when building RESTful APIs, microservices, or lightweight web services with Flask.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • integration-testingSkillDatabases & data

    Design and implement integration tests that verify component interactions, API endpoints, database operations, and external service communication. Use for integration test, API test, end-to-end component testing, and service layer validation.

    Ready to connect★ 339

    github.com/aj-geddes/useful-ai-prompts330 stars

    View details
  • mongodb-backupsSkillDatabases & data

    Production MongoDB backup and restore practices that the documentation gets wrong. Use when writing a mongodump/mongorestore pipeline, a backup cron job, an S3 backup, or a selective restore, or when planning recovery. Covers streaming to object storage with no temp file, saving a collection invento

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • mongodb-replica-setsSkillDatabases & data

    Production MongoDB replica-set operation: topology, durability, host tuning, and the container-specific gotchas Claude gets wrong. Use when setting up or configuring a replica set, writing its connection string, choosing read preference or write concern, running MongoDB in Docker or Swarm, or planni

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • mongodb-rulesSkillDatabases & data

    Native-driver, StrictDB, and data-modeling rules for MongoDB. Use whenever writing or modifying queries, writes, indexes, aggregations, upserts, connections, or schema against MongoDB, or any code that touches the data layer. Loads inline so it shapes code as it's written.

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • architecture-paradigm-pipelineSkillDatabases & data

    Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-service-basedSkillDatabases & data

    Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-space-basedSkillDatabases & data

    Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • mcp-code-executionSkillDatabases & data

    Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • usage-loggingSkillDatabases & data

    Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • asrSkillDatabases & data

    Jailbreak-free local AI girlfriend harem: openclaw/claude code + image generation, voice, vector database + Live2D + desktop pet + SillyTavern character card import + frontend, dual channels for QQ & Telegram, runs on 8G VRAM 🩵 uncensored. Fully offline AI girlfriends harem: Openclaw/Claude code + L

    Ready to connect★ 332

    github.com/momori777/artemis308 stars

    View details
  • behavior-engineSkillDatabases & data

    Jailbreak-free local AI girlfriend harem: openclaw/Claude Code + drawing/voice + vector database + Live2D + desktop pet + SillyTavern character card import + frontend, with dual QQ + Telegram channels, runs on 8G VRAM 🩵 uncensored. Fully offline AI girlfriends harem: Openclaw/Claude Code + Local LLM

    Ready to connect★ 332

    github.com/momori777/artemis308 stars

    View details
  • ccrSkillDatabases & data

    Uncensored local AI girlfriend harem: OpenClaw/Claude Code + local LLM + GPT-SoVITS + ComfyUI image + vector database + Live2D + desktop pet + SillyTavern character card import + frontend. Dual channels for QQ & Telegram. Runs on 8G VRAM 🩵

    Ready to connect★ 332

    github.com/momori777/artemis308 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