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,376 results · page 57 of 80
- View details
sequencerSkillDatabases & data
This skill should be used when the user needs a "unique ID generator", "distributed IDs", a "Snowflake ID", asks "UUID vs auto-increment", wants a "time-sortable ID", a "monotonic sequence", a "ticket server", or "ID generation at scale". It gives a menu of ID schemes (UUID/ULID, Snowflake-style, DB
Ready to connect★ 71
- View details
yandex-metrikaSkillDatabases & data
Use when working with Yandex Metrika (Yandex Metrica) analytics - retrieving traffic stats, managing counters and goals via API, setting up tracking code in web projects, building reports, analyzing conversions, or debugging counter issues. Triggers on mentions of Yandex Metrika, Metrica, web analyt
Ready to connect★ 74
- View details
api-designSkillDatabases & data
Guide API design following REST, GraphQL, and gRPC best practices. Use when: designing APIs, reviewing endpoints, API versioning decisions. Not for: verifying a running API against its consumers — use /contract-test; schema design behind the API — use /database. Keywords: API, REST, GraphQL, gRPC, e
Ready to connect★ 73
- View details
api-usageSkillDatabases & data
VScripts API usage conventions and workflows for Windy10v10AI (ApiClient, retry mechanism, Analytics event collection and sending patterns).
Ready to connect★ 73
- View details
ares-debugSkillDatabases & data
Diagnose a stuck, slow, or broken Ares operation by triangulating across three data sources — SSM (live ares logs + Redis on EC2), Grafana Loki (historical logs via mcp__grafana__query_loki_logs), and OTEL traces in Tempo. Use when an operation is hung/wedged, a worker keeps crashing, the orchestrat
Ready to connect★ 73
- View details
automation-ci-helperSkillDatabases & data
Instructions for managing CI pipelines, GitHub Actions workflows, Airflow DAGs, and automation scripts in the insurance analytics project.
Ready to connect★ 73
- View details
bear-querySkillDatabases & data
Query the Bear EHR database using the semantic layer. Use when asked about clients, billing, appointments, insurance, clinical data, procedures, scheduling, programs, staff, vitals, diagnoses, revenue, claims, or any data question about the Bear application.
Ready to connect★ 73
- View details
buildai-databaseSkillDatabases & data
Query the BuildAI PostgreSQL database (read-only). Returns results as JSON for construction project data — projects, RFIs, submittals, budgets, change orders, daily logs, punch lists, insurance, vendors, pay applications.
Ready to connect★ 73
- View details
claims-precedentsSkillDatabases & data
Database of insurance claim precedents and comparable settlements for evaluating claim values
Ready to connect★ 73
- View details
claims-workflowSkillDatabases & data
Analyze insurance claims workflow systems for intake optimization, adjudication rules, subrogation, litigation management, and settlement analytics. Use when: 'audit claims process', 'review FNOL workflow', 'evaluate claims automation', 'check subrogation recovery', 'assess claims fraud detection',
Ready to connect★ 73
- View details
cortex-importSkillDatabases & data
Import memories from other AI memory systems into Cortex. Supports claude-mem (SQLite), Claude Desktop sessions, ChatGPT web export (JSON), Gemini Takeout (JSON), Cursor conversations, and Claude Code JSONL. Use when the user says 'import from claude-mem', 'migrate memories', 'import ChatGPT history
Ready to connect★ 73
- View details
dcgSkillDatabases & data
Handle blocked destructive commands. Use when dcg blocks rm -rf, git reset --hard, DROP DATABASE, kubectl delete, or when configuring agent safety guardrails.
Ready to connect★ 73
- View details
implementing-gdpr-data-subject-access-requestSkillDatabases & data
Automates GDPR Data Subject Access Request (DSAR) workflows including identity verification, PII discovery across databases and files using regex and NER, data mapping, response templating per Article 15 requirements, deadline tracking, and audit logging. Covers ICO/EDPB guidance compliance, exempti
Ready to connect★ 73
- View details
vercelSkillDatabases & data
Operate Next.js 16 SaaS on Vercel with Cloudflare DNS + Supabase. Use when deploying to Vercel, reducing build costs, managing secrets, or splitting traffic between Vercel and Cloudflare.
Ready to connect★ 73
- View details
db-designerSkillDatabases & data
Design database schema based on API and scenario requirements. Use when scenarios exist but logos/resources/database/ is empty.
Ready to connect★ 72
- View details
dotnet-ef-core-configurationSkillDatabases & data
Generates Entity Framework Core configurations using Fluent API. Maps domain entities to database tables with proper relationships, constraints, and conventions.
Ready to connect★ 72
- View details
dotnet-health-checksSkillDatabases & data
Configures health checks for database, external services, and custom application checks. Provides liveness and readiness endpoints for container orchestration.
Ready to connect★ 72
- View details
dotnet-integration-testingSkillDatabases & data
Configures integration tests with WebApplicationFactory and Testcontainers. Provides test database setup, authentication helpers, and utilities for testing API endpoints with real dependencies.
Ready to connect★ 72
- View details
dotnet-postgresql-best-practicesSkillDatabases & data
PostgreSQL database design best practices, naming conventions, indexing strategies, and performance optimization for .NET applications using Npgsql and EF Core.
Ready to connect★ 72
- View details
dotnet-sqlserver-best-practicesSkillDatabases & data
SQL Server database design best practices, naming conventions, indexing strategies, and performance optimization for .NET applications using Microsoft.Data.SqlClient and EF Core.
Ready to connect★ 72
- View details
apex-statsSkillDatabases & data
Spawn-count analytics for the tonone roster — which agents this project actually uses, from local session transcripts. Use when "which agents do we actually use", "show tonone stats", "prune the roster", or before running apex-profile.
Ready to connect★ 71
- View details
clean-transformSkillDatabases & data
Design a data cleaning and transformation pipeline — missing values, outliers, and deduplication. Use when asked to "clean this dataset", "handle missing values", or "deduplicate this data".
Ready to connect★ 71
- View details
command-injection-advancedSkillDatabases & data
Advanced injection attacks beyond SQL - covering OS command injection, LDAP injection, NoSQL injection, template injection (SSTI), XPath injection, and comprehensive filter bypass techniques.
Ready to connect★ 71
- View details
database-attackSkillDatabases & data
Direct attacks against database servers at the protocol level — distinct from web-based SQL injection (covered by web-sqli). This skill targets database listeners, authentication mechanisms, stored procedures, and protocol-level misconfigurations.
Ready to connect★ 71
- View details
echo-segmentSkillDatabases & data
User segmentation and persona creation from mixed data sources — analytics, CRM, support tickets, reviews, or any combination. Use when asked to "build personas", "who are our users", "segment our users", "create user profiles", "define user archetypes", or "who is the target user".
Ready to connect★ 71
- View details
evals-designSkillDatabases & data
Design an LLM eval — task schema, scoring rubric, dataset composition, and pass/fail thresholds. Use when asked to "design an LLM eval", "write a scoring rubric", or "how do we measure this model".
Ready to connect★ 71
- View details
evals-harnessSkillDatabases & data
Design eval harnesses — task schemas, metrics, dataset versioning, eval-as-code patterns. Use when asked to "build an eval harness", "set up eval-as-code", or "version our eval datasets".
Ready to connect★ 71
- View details
evals-reconSkillDatabases & data
Audit existing eval coverage — gaps, metric validity, benchmark leakage, dataset freshness. Use when asked "what eval coverage do we have", "audit our evals", or "check for benchmark leakage".
Ready to connect★ 71
- View details
init-projectSkillDatabases & data
Set up and run THIS project locally from a fresh clone — environment, dependencies, database/services, migrations, seed, and the dev server. Reads the project's own setup docs rather than assuming.
Ready to connect★ 71
- View details
mainframe-securitySkillDatabases & data
IBM z/OS, RACF (Resource Access Control Facility), CICS, DB2, JES2, TSO/ISPF penetration testing; APF library abuse, dataset access control, SNA/Appc attacks, and legacy mainframe security assessment for financial/government environments.
Ready to connect★ 71
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,462 of the 53,895 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.