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,394 results · page 75 of 80
- View details
datarobot-predictionsSkillDatabases & data
Tools and guidance for making predictions with DataRobot deployments, including real-time predictions, batch scoring, prediction dataset generation, and prediction explanations (SHAP/XEMP). Use when making predictions, running batch scoring, generating prediction datasets, or explaining individual p
Ready to connect
- View details
dataset-insight-packSkillDatabases & data
Reads a spreadsheet dataset and a question, then produces a DRAFT insight pack — a data profile, observations cited to the data (as leads, not conclusions), caveats, and suggested charts and next analyses. Never the source of truth: every figure must be verified, and correlation is never stated as c
Ready to connect
- View details
fine-tuningSkillDatabases & data
Use when considering fine-tuning a model. Covers when fine-tuning beats prompting or RAG, dataset construction, LoRA and full fine-tuning, evaluation, and the failure modes that waste the effort.
Ready to connect
- View details
get-metrics-sqlSkillDatabases & data
Turns plain-English business-metrics questions about Plumber's pipes, executions, and users into Postgres SQL. Use whenever asked for a metrics count/aggregate, a retention/activity metric, or a Grafana panel query. Resolves Plumber-specific traps — soft-delete filtering, opaque app/trigger/action k
Ready to connect
- View details
laravel-eloquentSkillDatabases & data
Use when working with database models — Eloquent ORM, PHP attributes, relationships, queries, observers, or factories in Laravel 13.
Ready to connect
- View details
laravel-migrationsSkillDatabases & data
Use when designing a database schema or managing Laravel 13 migrations — Schema Builder, columns, indexes, foreign keys, or seeders.
Ready to connect
- View details
memorySkillDatabases & data
Autonomous user preference detection, storage and injection. The agent detects preferences from conversation, saves them to Postgres, and loads active ones at the start of every flow.
Ready to connect
- View details
prisma-7SkillDatabases & data
Use when working with database schema, migrations, queries, or relations via Prisma 7 (Rust-free client, TypedSQL, Omit API).
Ready to connect
- View details
rust-ecosystem-cratesSkillDatabases & data
Use when choosing crates for a Rust project — serialization, CLI, async runtime, web, database, HTTP client, error handling, observability. Not for API usage details of an already-chosen crate.
Ready to connect
- View details
rust-web-backendSkillDatabases & data
Use when building a REST/HTTP backend in Rust — axum routing, extractors, shared state, middleware, error responses, sqlx database access. Not for raw async/concurrency (rust-async-concurrency).
Ready to connect
- View details
security-scanSkillDatabases & data
Use when scanning for XSS, SQL injection, command injection, hardcoded secrets, or any OWASP Top 10 vulnerability across a codebase.
Ready to connect
- View details
wp-databaseSkillDatabases & data
Use when a WordPress plugin needs a custom database table — creating with dbDelta (strict SQL format: two spaces before PRIMARY KEY, no trailing comma), writing versioned upgrade routines with version_compare and register_activation_hook, querying with $wpdb prepared statements (prepare, insert, upd
Ready to connect
- View details
\"algo-risk-benford\"SkillDatabases & data
\"Apply Benford's Law to detect anomalies in numerical datasets by analyzing first-digit frequency distributions. Use this skill when the user needs to audit financial data for fraud indicators, validate data integrity, or detect fabricated numbers — even if they say 'data manipulation detection', '
Ready to connect
- View details
\"cs-analytics\"SkillDatabases & data
\"Measure and optimize customer service performance using CSAT, NPS, CES, First Contact Resolution, and text mining on support tickets. Use this skill when the user needs to evaluate CS team performance, identify top complaint drivers, optimize staffing, or build CS dashboards — even if they say 'is
Ready to connect
- View details
\"data-sql-optimization\"SkillDatabases & data
\"Optimize SQL query performance using EXPLAIN analysis, indexing strategies, and common anti-pattern fixes. Use this skill when the user needs to speed up slow queries, design indexes, fix N+1 problems, or optimize database performance — even if they say 'this query is slow', 'optimize our database
Ready to connect
- View details
data-researcherSkillDatabases & data
Use when a task needs source gathering and synthesis around datasets, metrics, data pipelines, or evidence-backed quantitative questions.
Ready to connect
- View details
data-visualizationSkillDatabases & data
Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.
Ready to connect
- View details
database-administratorSkillDatabases & data
Use when a task needs operational database administration review for availability, backups, recovery, permissions, or runtime health.
Ready to connect
- View details
deploy-checklistSkillDatabases & data
Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.
Ready to connect
- View details
grounded-research-benchmarkSkillDatabases & data
Perform triangulated cognitive research combining SQLite memory, GitHub 10k+ stars patterns, and ToT DAG benchmarking before critical architectural decisions. Automatically triggers subagent research escalation when confidence is low (<0.70). Keywords: research, benchmark, github, memory, triangulat
Ready to connect
- View details
nullablesSkillDatabases & data
Writes tests without mocks using Nullables. Use when writing tests, especially testing code with external I/O (HTTP, files, databases, clocks, random numbers), designing infrastructure wrappers or replacing mocking libraries.
Ready to connect
- View details
planner-and-insights-pagesSkillDatabases & data
PetSwipe workflow for adoption-planner and insights page work, including comparison cards, gauges, charts, metrics, and recommendation panels. Use when changes focus on adoption-planner.tsx, insights.tsx, or the relationship between liked pets, readiness, and swipe analytics.
Ready to connect
- View details
reliable-systemsSkillDatabases & data
How to think about reliable systems in domain models. Use when designing state management, type systems, domain boundaries, error handling, or service contracts. Triggers on discussions of React state, backend data flow, database design, making illegal states unrepresentable, deriving values instead
Ready to connect
- View details
sqlite-triangulation-patternSkillDatabases & data
Reasoning data lost across agent steps and missing low-confidence fallback Keywords: sqlite, triangulation, escalation, confidence
Ready to connect
- View details
sqlite-wal-optimizationSkillDatabases & data
High concurrent SQLite access causing lock contention and missing indexes Keywords: sqlite, wal, indexes, performance
Ready to connect
- View details
apply-stack-conventionsSkillDatabases & data
Use when writing new Rails code for the PostgreSQL + Hotwire + Tailwind stack. Not for general architecture review. Trigger words: stack conventions, PostgreSQL, Hotwire, Tailwind, Turbo, Stimulus.
Ready to connect
- View details
cache-strategy-plannerSkillDatabases & data
Designs multi-tier caching architectures (CDN, Redis, memory), invalidation policies, and stampede mitigations.
Ready to connect
- View details
cnpg-databaseSkillDatabases & data
CloudNative-PG (CNPG) PostgreSQL database management for the Kubernetes homelab. Covers shared platform cluster, dedicated per-app clusters, credential provisioning, cross-namespace replication via kubernetes-replicator, and monitoring.
Ready to connect
- View details
dashboard-widget-designerSkillDatabases & data
Designs high-signal analytics widgets, sparklines, KPI summary cards, and comparative metric badges with zero chartjunk.
Ready to connect
- View details
data-quality-agentSkillDatabases & data
Detect duplicates, missing values, schema drift, and inconsistencies across datasets. Use before migrations, reporting, or model training.
Ready to connect
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.
53,585 of the 54,017 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.