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

  • dashboardSkillDatabases & data

    Use when building or fixing a KPI dashboard decision-makers must read in one screen: which metrics earn a tile, how each tile is framed to answer a decision, and which chart fits it. NOT defining the metrics or their targets (that is kpi-framework), wiring the data (that is analytics), or writing a

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • data-and-original-researchSkillDatabases & data

    The original-research / data-study content type — turn proprietary data, a survey, a public-dataset analysis, or an experiment into the most linkable and AI-citable asset you can publish. Use when someone wants to build authority with original data, run a "state of X" survey or industry study, turn

    Ready to connect★ 78

    github.com/social-media-skills/skills82 stars

    View details
  • decision-recordsSkillDatabases & data

    Use when a hard-to-reverse choice (database, framework, vendor, auth model) must be frozen as an immutable numbered ADR — the context that forced it, the options weighed, the decision, consequences both ways — or superseded without erasing history. NOT a meeting recap (that is meeting-notes), NOT st

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • digitaloceanSkillDatabases & data

    Use when deploying or operating a workload on DigitalOcean — Droplet vs App Platform vs Functions, doctl, app spec YAML, Managed Postgres/MySQL/Valkey on the VPC, S3-compatible Spaces + CDN. NOT host-agnostic CI/CD or rollback strategy (that is `deployment`), NOT a bare Hetzner VPS (that is `hetzner

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • duckdbSkillDatabases & data

    Use when analytical SQL must run in-process with no server: Parquet/CSV/JSON/Arrow queried in place, OLAP embedded in an app or notebook, a slow pandas groupby on multi-GB data, or S3/lakehouse data read without downloading. NOT a multi-user analytics server (that is clickhouse-analytics), NOT an ap

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • fastapiSkillDatabases & data

    Use when building, reviewing, testing, securing or shipping a FastAPI / async Python service — routers, Pydantic v2 schemas, dependency injection, async SQLAlchemy 2.0, OAuth2/JWT, ASGITransport tests, production wiring. NOT language-level Python or packaging (that is `python`), NOT engine-level SQL

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • firebaseSkillDatabases & data

    Use when building on Firebase — Firestore data modeling, Security Rules, Auth and custom claims, Cloud Functions, Storage, modular Web/Admin SDK imports — including symptoms like a database open to the internet, a query rejected by rules, or a doc stuck at ~1 write/sec. NOT managed-Postgres BaaS wit

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • gcp-essentialsSkillDatabases & data

    Use when running a small product on core Google Cloud via the gcloud CLI: a project, Cloud Run deploys, a locked-down Cloud Storage bucket, managed Cloud SQL, and least-privilege IAM wiring them together. NOT AWS (that is `aws-essentials`), NOT the CI pipeline that ships the image (that is `deployme

    Ready to connect★ 82

    github.com/ericrisco/rsc-harness82 stars

    View details
  • go-data-persistenceSkillDatabases & data

    Data persistence patterns in Go covering raw SQL with sqlx/pgx, ORMs like Ent and GORM, connection pooling, migrations with golang-migrate, and transaction management. Use when implementing database access, designing repositories, or managing schema migrations.

    Ready to connect★ 81

    github.com/existential-birds/beagle81 stars

    View details
  • postgres-code-reviewSkillDatabases & data

    Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database schemas, JSONB usage, or connection management.

    Ready to connect★ 81

    github.com/existential-birds/beagle81 stars

    View details
  • project-health-checkSkillDatabases & data

    Audit project health across 7 dimensions (documentation, test coverage, security, code quality, dependencies, database, build/deploy) producing a scored report with prioritized fixes. Use for periodic checkups, before releases, or when the user runs /project-health-check.

    Ready to connect★ 81

    github.com/claude-world/director-mode-lite81 stars

    View details
  • pydantic-ai-dependency-injectionSkillDatabases & data

    Implement dependency injection in PydanticAI agents using RunContext and deps_type. Use when agents need database connections, API clients, user context, or any external resources.

    Ready to connect★ 81

    github.com/existential-birds/beagle81 stars

    View details
  • sqlx-code-reviewSkillDatabases & data

    Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and PostgreSQL-specific usage. Use when reviewing Rust code that uses sqlx, database queries, connection pools, or migrations. Covers offline mode, type mapping, and transaction patterns.

    Ready to connect★ 81

    github.com/existential-birds/beagle81 stars

    View details
  • context-efficiencySkillDatabases & data

    Filters large API, CLI, or database results before retrieval. Use when a query needs source-side selection or projection to avoid oversized output.

    Ready to connect★ 80

    github.com/edmundmiller/dotfiles80 stars

    View details
  • character-loraSkillDatabases & data

    Use when the user wants to build a consistent-identity LoRA for an original character — defining the character, generating a face/body-consistent multi-angle dataset (via the gpt-image-gen skill for codex image generation), captioning it, doing base-specific homework, training on a chosen base (Pony

    Ready to connect★ 79

    github.com/kerberosclaw/kc_ai_skills79 stars

    View details
  • cocoindexSkillDatabases & data

    Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, bu

    Ready to connect★ 79

    github.com/cocoindex-io/cocoindex-claude79 stars

    View details
  • command-guardSkillDatabases & data

    Set up a PreToolUse hook in .claude/settings.json that blocks dangerous commands — rm -rf, force push, database drops, and others — before they execute. Teaches the pattern of safety hooks for any Claude Code project. Trigger words: safety, guard, block dangerous, protect, prevent destructive, safe

    Ready to connect★ 79

    github.com/jkheadley/instar79 stars

    View details
  • craft-pestSkillDatabases & data

    Testing Craft CMS 5 plugins and modules with Pest — test isolation, database safety, and the markhuot/craft-pest-core harness. ALWAYS load when writing, running, fixing, or reviewing tests for a Craft plugin or module, and whenever a suite touches a real Craft install. Covers why rollback is opt-in,

    Ready to connect★ 78

    github.com/michtio/craftcms-claude-skills79 stars

    View details
  • ddevSkillDatabases & data

    DDEV local development environment for Craft CMS projects. ALWAYS load this skill when running any ddev command, configuring .ddev/config.yaml, or troubleshooting local container issues. Covers config.yaml (project type, PHP/Node versions, database, docroot), shorthand commands, add-ons and built-in

    Ready to connect★ 78

    github.com/michtio/craftcms-claude-skills79 stars

    View details
  • pest-testingSkillDatabases & data

    Use this skill for Pest PHP testing in Laravel projects only. Trigger whenever any test is being written, edited, fixed, or refactored — including fixing tests that broke after a code change, adding assertions, converting PHPUnit to Pest, adding datasets, and TDD workflows. Always activate when the

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • specsfy-aux-databaseSkillDatabases & data

    Monitor and maintain complete persistence documentation in .specsfy/DATABASE.md, with a tabular inventory of databases, schemas, tables, fields, relations, and migrations. Use when the context monitor flags pending persistence, whenever a database, table, collection, persistent model, column, index,

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • specsfy-data-discoverySkillDatabases & data

    Talk in everyday language when the product needs to store information, suggest suitable formats, and record confirmed answers in `.specsfy/DATABASE.md`.

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • specsfy-specialist-postgresSkillDatabases & data

    Modelar, consultar, migrar e operar PostgreSQL com integridade, índices, concorrência, segurança, performance e recuperação. Use para schemas, SQL, EXPLAIN, locks, isolation levels, migrations, roles, backup ou tuning em Postgres; não use para outro banco relacional sem confirmar a semântica específ

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • specsfy-specialist-redisSkillDatabases & data

    Design and operate Redis for caching, queues, sessions, rate limiting, distributed locks, streams, and ephemeral data with explicit limits and failure handling. Use when Redis or compatible clients (Valkey) are involved, or TTLs, Lua, Cluster, Sentinel, or RDB/AOF persistence; do not treat Redis as

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • specsfy-specialist-supabaseSkillDatabases & data

    Design, implement, and review Supabase solutions — Postgres, Auth, Row Level Security, Storage, Realtime, Edge Functions, and local environment. Use when there is a `supabase/config.toml`, Supabase migrations, or `@supabase/*` clients; do not use as a substitute for deep Postgres schema/index/p anal

    Ready to connect★ 79

    github.com/promovaweb/specsfy79 stars

    View details
  • agent-evals-and-observabilitySkillDatabases & data

    Design, run, review, or release framework- and vendor-neutral evaluations and observability for AI agents. Use when defining agent evals, datasets, graders, trajectory review, regression analysis, release gates, production traces, or privacy-aware telemetry. Covers task and trajectory contracts, sta

    Ready to connect★ 78

    github.com/magnus919/agent-skills78 stars

    View details
  • firefliesSkillDatabases & data

    Query Fireflies.ai meeting transcripts, meeting notes, summaries, contacts, channels, AI meeting analytics, AskFred, audio uploads, and webhook signatures through its GraphQL API. Use when a user mentions Fireflies, Fireflies.ai, meeting transcripts or notes stored in Fireflies, AskFred, or Fireflie

    Ready to connect★ 78

    github.com/magnus919/agent-skills78 stars

    View details
  • lightfriend-db-migrationSkillDatabases & data

    Step-by-step guide for modifying database schema using Diesel migrations

    Ready to connect★ 78

    github.com/ahtavarasmus/lightfriend78 stars

    View details
  • product-analytics-and-measurementSkillDatabases & data

    Define observable, governed evidence for product outcomes through metric trees, event/tracking plans, instrumentation QA, and measurement governance. Use when defining product metrics, designing tracking plans, building event taxonomies, running product funnels or cohort analysis, setting up dashboa

    Ready to connect★ 78

    github.com/magnus919/agent-skills78 stars

    View details
  • sealos-databaseSkillDatabases & data

    Provision, connect, and operate Sealos Cloud databases through sealos-cli for local development, Devbox development, and app setup. Use when the user needs a cloud database for a project, asks to create or connect PostgreSQL/MySQL/MongoDB/Redis or another Sealos database, wants DATABASE_URL or simil

    Ready to connect★ 78

    github.com/labring/sealos-skills78 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