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,457 results · page 47 of 82
- View details
nexus-storageSkillDatabases & data
How to change, persist, migrate and recover Nexus data without losing it. Use when adding a SQLite table or column, persisting anything that must survive a restart or a cache rebuild, resolving a vault or plugin storage path, or debugging missing, stale, duplicated or post-rebuild-vanished data.
Ready to connect★ 153
- View details
lina-perf-auditSkillDatabases & data
Resets the database via make db.init/mock, restarts services, installs and enables all built-in plugins, prepares load-test data, and launches concurrent subagents; typically takes tens of minutes to several hours and consumes a large number of Tokens. Must not be triggered from other skills, CI, sc
Ready to connect★ 153
- View details
analytics-reportSkillDatabases & data
Write decision-oriented analysis reports. Answers first, evidence-backed, open items kept close to conclusions. Provides three structure templates: executive summary, KPI reporting, and in-depth analysis. Trigger scenarios: writing analysis reports, preparing presentation materials, outputting insig
Ready to connect★ 152
- View details
code-safety-auditSkillDatabases & data
Scans code for security vulnerabilities, detecting dependency vulnerabilities, secret leaks, and OWASP security patterns. Triggers when the user mentions keywords such as security scanning, vulnerability detection, dependency auditing, secret leaks, API key, OWASP, npm audit, pip-audit, or SQL injec
Ready to connect★ 152
- View details
data-quality-reviewSkillDatabases & data
Evaluate dataset trustworthiness and completeness. Checks granularity, freshness, nulls, duplicates, schema drift, referential integrity, and distribution anomalies, and provides a confidence rating of "deliverable / deliverable with reservations / needs rework." Trigger scenarios: is the data relia
Ready to connect★ 152
- View details
database-inspectorSkillDatabases & data
Explore SQLite or PostgreSQL databases, run safe read-only queries, list tables, show detailed table structures (columns/types/constraints/indexes), preview data, and generate Mermaid ER diagrams. Triggers when the user wants to view database schema, explore table relationships, preview data, or run
Ready to connect★ 152
- View details
sql-tutorSkillDatabases & data
Helps users write and optimize SQL queries, including converting natural language to SQL, providing query optimization suggestions, and interpreting EXPLAIN execution plans. Trigger when the user needs SQL-related help, such as directly requesting "natural language to SQL", "help me optimize this SQ
Ready to connect★ 152
- View details
web-security-auditSkillDatabases & data
Provides code security review based on the OWASP Top 10 (2021), checking item by item for common vulnerabilities such as SQL injection, XSS, SSRF, access control, and cryptographic failures, with concrete vulnerable code examples and remediation guidance. Trigger this skill when the user needs a cod
Ready to connect★ 152
- View details
airbyteSkillDatabases & data
You are an expert in Airbyte, the open-source data integration platform with 300+ pre-built connectors. You help developers sync data from SaaS tools, databases, and APIs into data warehouses and lakes — handling incremental syncs, CDC (Change Data Capture), schema evolution, and error recovery for
Ready to connect★ 150
- View details
alembicSkillDatabases & data
Manage database migrations with Alembic. Use when a user asks to version database schemas, create migration scripts, handle schema changes in production, or manage SQLAlchemy model migrations.
Ready to connect★ 150
- View details
apache-sparkSkillDatabases & data
Process large-scale data with Apache Spark. Use when a user asks to process big data, run distributed computations, build ETL pipelines, perform data analysis at scale, or use PySpark for data engineering.
Ready to connect★ 150
- View details
appsmithSkillDatabases & data
Build internal tools, admin panels, and dashboards with Appsmith. Use when a user asks to create CRUD interfaces, connect to databases or APIs with drag-and-drop widgets, write JSObjects for business logic, or self-host Appsmith with Docker or Kubernetes.
Ready to connect★ 150
- View details
appwriteSkillDatabases & data
Build backends with Appwrite — open-source Backend-as-a-Service. Use when a user asks to set up user authentication, manage a database without writing backend code, handle file storage and uploads, add realtime subscriptions, set up cloud functions, build a mobile or web app backend, replace Firebas
Ready to connect★ 150
- View details
axiomSkillDatabases & data
Lets your agent audit an argument's hidden assumptions, rank them by fragility and impact, and rebuild conclusions from verified premises.
Ready to connect★ 150
- View details
baserowSkillDatabases & data
Build database-powered applications with Baserow, the open-source no-code database. Use when a user asks to create spreadsheet databases, build API-connected workflows, manage relational data, or self-host Baserow as an Airtable alternative.
Ready to connect★ 150
- View details
bull-mqSkillDatabases & data
You are an expert in BullMQ, the high-performance job queue for Node.js built on Redis. You help developers build reliable background processing systems with delayed jobs, rate limiting, prioritization, repeatable cron jobs, job dependencies, concurrency control, and dead-letter handling — powering
Ready to connect★ 150
- View details
cache-strategySkillDatabases & data
Design and implement caching layers for APIs and web applications using Redis or Memcached. Use when you need to reduce database load, improve response times, or handle traffic spikes. Covers cache-aside, write-through, and write-behind patterns, TTL strategies, cache invalidation, and stampede prev
Ready to connect★ 150
- View details
social-analyticsSkillDatabases & data
Analyze social media profiles and engagement. Use when: auditing competitor social presence; calculating engagement rates; identifying top-performing content; tracking profile growth; benchmarking social metrics
Ready to connect★ 150
- View details
exploring-dataSkillDatabases & data
Exploratory data analysis. Use when users upload .csv/.xlsx/.json/.parquet files or request "explore data", "analyze dataset", "EDA", "profile data". Small files get ydata-profiling HTML/JSON reports; large files (over 200MB or 5M rows) get fixed-memory DuckDB/sketch profiling. Also covers near-dupl
Ready to connect★ 148
- View details
iris-developmentSkillDatabases & data
Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, configuring a memory store, or tuning background memory promotion.
Ready to connect★ 147
- View details
redis-clusteringSkillDatabases & data
Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET / SDIFF / pipelines, configuring a multi-key
Ready to connect★ 147
- View details
redis-connectionsSkillDatabases & data
Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for
Ready to connect★ 147
- View details
redis-coreSkillDatabases & data
Core Redis modeling guidance — choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model, caching objects, deciding between Hash and JSON, building counters, leaderboards, member
Ready to connect★ 147
- View details
redis-observabilitySkillDatabases & data
Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up mon
Ready to connect★ 147
- View details
redis-securitySkillDatabases & data
Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to production, defining ACL users for an ap
Ready to connect★ 147
- View details
ai-content-analyticsSkillDatabases & data
World-class expertise in measuring, attributing, and optimizing AI-generated content performance. Combining data science rigor with content strategy intelligence to answer the questions traditional content analytics can't: Is AI content performing? Which AI variations convert? What's the true ROI of
Ready to connect★ 147
- View details
analytics-architectureSkillDatabases & data
Measure what matters. Event tracking design, attribution modeling, funnel analysis, experimentation platforms. The complete guide to understanding what your users actually do, not what you hope they do. Good analytics is invisible until you need it. Then it's the difference between guessing and kno
Ready to connect★ 147
- View details
bullmq-specialistSkillDatabases & data
BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when "bullmq, bull queue, redis queue, background job, job queue, delayed job, repeatable job, worker process, job scheduling, async processing, bullmq, bull, redis,
Ready to connect★ 147
- View details
climate-modelingSkillDatabases & data
Work with climate data, models, and projections for climate impact assessment, downscaling, and scenario analysis using CMIP6 and other climate datasets. Use when "climate model, climate projection, CMIP6, climate data, downscaling, climate scenario, RCP, SSP, global warming, " mentioned.
Ready to connect★ 147
- View details
community-analyticsSkillDatabases & data
Expert in measuring what matters in communities. Covers health metrics, engagement analytics, sentiment analysis, cohort tracking, and reporting. Knows that good data drives good decisions, and bad metrics drive bad behavior. Use when "community metrics, community analytics, measure community, commu
Ready to connect★ 147
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.
55,111 of the 55,543 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.