Agent skills that run sql, in plugin format
A skill is a Markdown file that tells a coding agent how to do one job. We parse every one we can find — the frontmatter, the outline, the languages in its code blocks — so you can look for the one that fits instead of reading through a repository to find out.
69,865 skills from 9,574 repositories, last read 11 September 2026.
Skills declare what they need inconsistently: 58.8% name the languages they run, 11.2% list the tools they ask for, and 4.6% give themselves a category. Filtering narrows to the ones that said so, never to the ones that are.
- android-clean-architectureaffaan-m/ECC
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns. Use when structurin
pluginkotlinsql - database-migrationsaffaan-m/ECC
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely,
pluginbashprismapythonsql - clickhouse-ioaffaan-m/ECC
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads. Use when writing ClickHouse schemas or q
pluginsqltypescript - kotlin-exposed-patternsaffaan-m/ECC
JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern. Use when working with the E
pluginkotlinsql - healthcare-phi-complianceaffaan-m/ECC
Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit
pluginsqltypescript - security-reviewaffaan-m/ECC
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive sec
pluginbashsqltypescript - postgres-patternsaffaan-m/ECC
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS
pluginsql - mysql-patternsaffaan-m/ECC
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. Use when designing MySQL or MariaDB schemas and indexes,
plugininijavascriptpythonsql - sap-unused-codearc-mcp/arc-1
Find Z/Y custom objects never called at runtime by combining SAP call-monitor (SCMON) usage data with static where-used analysis — classifies each as UNUSED/LIKELY_UNUSED/USED/INDE
pluginsql+3 files - performance-optimizationaddyosmani/agent-skills
Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web
pluginbashhtmlsqltypescript - performing-cloud-log-forensics-with-athenamukul975/Anthropic-Cybersecurity-Skills
Uses AWS Athena to query CloudTrail, VPC Flow Logs, S3 access logs, and ALB logs for forensic investigation. Covers CREATE TABLE DDL with partition projection, forensic SQL queries
pluginpythonsql - implementing-cloud-trail-log-analysismukul975/Anthropic-Cybersecurity-Skills
Implementing AWS CloudTrail log analysis for security monitoring, threat detection, and forensic investigation using Athena, CloudWatch Logs Insights, and SIEM integration to ident
pluginbashsql - building-vulnerability-exception-tracking-systemmukul975/Anthropic-Cybersecurity-Skills
Build a vulnerability exception and risk acceptance tracking system covering approval workflows, compensating controls documentation, and automatic expiration for vulnerabilities t
pluginbashpythonsql - deploying-osquery-for-endpoint-monitoringmukul975/Anthropic-Cybersecurity-Skills
Deploys and configures osquery for real-time endpoint monitoring using SQL-based queries to inspect running processes, open ports, installed software, and system configuration. Use
pluginbashjsonsql - implementing-velociraptor-for-ir-collectionmukul975/Anthropic-Cybersecurity-Skills
Deploy and configure Velociraptor for scalable endpoint forensic artifact collection during incident response using VQL queries, hunts, and pre-built artifact packs across Windows,
pluginbashsqlyaml - hunting-advanced-persistent-threatsmukul975/Anthropic-Cybersecurity-Skills
Proactively hunts for Advanced Persistent Threat (APT) activity within enterprise environments using hypothesis-driven searches across endpoint telemetry, network logs, and memory
pluginsplsqlvql - analyzing-browser-forensics-with-hindsightmukul975/Anthropic-Cybersecurity-Skills
Parse Chromium-based browser databases with Hindsight to extract and correlate browsing history, downloads, cookies, cached content, autofill data, saved passwords, and extensions
pluginbashpythonsql - implementing-vulnerability-sla-breach-alertingmukul975/Anthropic-Cybersecurity-Skills
Build an automated SLA breach alerting system for vulnerability remediation, including a database schema for SLA tracking, breach detection logic, notification dispatch, a schedule
pluginbashpythonsqlyaml - fleet-hunting-with-velociraptormukul975/Anthropic-Cybersecurity-Skills
Deploy a Velociraptor server and agents, then author VQL (Velociraptor Query Language) artifacts and run them as fleet-wide hunts, on-demand forensic collections, or standalone off
pluginbashcmdsqlyaml - correlating-security-events-in-qradarmukul975/Anthropic-Cybersecurity-Skills
Correlates security events in IBM QRadar SIEM using AQL (Ariel Query Language), custom rules, building blocks, and offense management to detect multi-stage attacks across network,
pluginbashsql - code-contextinfino-ai/code-context
How to answer codebase questions with the code-context MCP tools (search, sql, reindex): ranked hybrid keyword+semantic search, relevance-ranked SQL aggregation over the index, and
pluginsql - postgres-database-migrationtimescale/pg-aiguide
Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. **Trigger when user ask
pluginbashsql+3 files - migrate-postgres-tables-to-hypertablestimescale/pg-aiguide
Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. **Trigger when user asks to:** - Migrate or
pluginsql - design-postgis-tablestimescale/pg-aiguide
Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications
pluginsql - find-hypertable-candidatestimescale/pg-aiguide
Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables. **Trigger when user asks to:** - Anal
pluginpythonsql - postgres-hybrid-text-searchtimescale/pg-aiguide
Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). **Trigger when user asks to:** - Combine ke
pluginpythonsqltypescript - pgvector-semantic-searchtimescale/pg-aiguide
Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search v
pluginsql - setup-timescaledb-hypertablestimescale/pg-aiguide
Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use th
pluginsql - design-postgres-tablestimescale/pg-aiguide
Use this skill for general PostgreSQL table design. **Trigger when user asks to:** - Design PostgreSQL tables, schemas, or data models when creating new tables and when modifying
pluginsql - postgres-proJeffallan/claude-skills
Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM
pluginsql - sql-proJeffallan/claude-skills
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Use when a user asks why their query is slow, needs help writing complex joins or aggregation
pluginsql - database-optimizerJeffallan/claude-skills
Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database perf
pluginsql - mushi-healthkensaurus/mushi-mushi
Pass/fail health check across every Mushi Mushi pipeline component — CLI credentials, API reachability, edge functions, BYOK key pool, QA cron. Use when "is mushi working", "mushi
pluginbashsql+1 files - mushi-debugkensaurus/mushi-mushi
Debug Mushi Mushi issues — edge function errors, SDK not reporting, API key problems, failed story mapping, failing QA stories, missing inventory, and PDCA loop issues. Use when so
pluginbashsql - mushi-integrationkensaurus/mushi-mushi
Full end-to-end Mushi Mushi integration smoke test: bug capture → AI triage → story mapping → TDD test generation → approval → execution → PDCA cycle. Use when "test mushi integrat
pluginbashsql+2 files - bug-bountyelementalsouls/Claude-BugHunter
Complete bug bounty workflow — recon (subdomain enumeration, asset discovery, fingerprinting, HackerOne scope, source code audit), pre-hunt learning (disclosed reports, tech stack
pluginbashgraphqlhttpjavascript - bb-local-toolkitelementalsouls/Claude-BugHunter
Local-tooling companion to the bug-bounty orchestrator — carries the SAME complete bug-bounty workflow, but reach for THIS variant when you also need to resolve where tools, wordli
pluginbashgraphqlhttpjavascript - security-arsenalelementalsouls/Claude-BugHunter
Security payloads, bypass tables, wordlists, gf pattern names, always-rejected bug list, and conditionally-valid-with-chain table. Use when you need specific payloads for XSS/SSRF/
pluginbashhtmlhttpjava - hunt-sqlielementalsouls/Claude-BugHunter
Hunting skill for sqli vulnerabilities. Built from 12 public bug bounty reports including modern NoSQL injection (Rocket.Chat CVE-2021-22911 MongoDB $regex, Mongoose ORM CVE-2024-5
pluginbashjavascriptjsonsql - clickhouse-ioxu-xiang/everything-claude-code-zh
ClickHouse 数据库模式、查询优化、分析以及高性能分析负载的数据工程最佳实践。
pluginsqltypescript - postgres-patternsxu-xiang/everything-claude-code-zh
PostgreSQL 数据库模式,用于查询优化、架构设计、索引和安全性。基于 Supabase 最佳实践。
pluginsql - database-migrationsxu-xiang/everything-claude-code-zh
跨 PostgreSQL、MySQL 及常用 ORM(Prisma、Drizzle、Django、TypeORM、golang-migrate)的模式变更(schema changes)、数据迁移、回滚及零停机部署(zero-downtime deployments)的数据库迁移最佳实践。
pluginbashprismapythonsql - security-reviewxu-xiang/everything-claude-code-zh
在添加身份验证、处理用户输入、操作机密信息、创建 API 接口或实现支付/敏感功能时使用此技能。提供全面的安全自查清单和模式。
pluginbashsqltypescript - database-schema-designersoftaworks/agent-toolkit
Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance
pluginjavascriptjsonpythonsql - cortex-recall-globalcdeust/Cortex
Search and retrieve global memories — knowledge that applies across all projects. Use when the user asks 'what are our coding standards', 'what conventions do we follow', 'what's o
pluginsql - creditkarmachrischall/creditkarma-mcp
Access Credit Karma transaction data via MCP. Use when the user asks about their Credit Karma transactions, spending by category or merchant, account summaries, or wants to sync or
pluginbashjsonsql - optimizing-performanceCloudAI-X/claude-workflow-v2
Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundl
pluginbashhtmljavascriptsql - database-designCloudAI-X/claude-workflow-v2
Designs database schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use when designing tables, optimizing queries, fixing N+1 pro
pluginjavascriptpythonsql - icedq-etl-code-rulesicedq-tools/mcp-server
Uses ETL/transformation code provided by the user (SQL stored procedures, dbt, PySpark, Spark Scala, SSIS, Informatica, Airflow, and similar) to identify and generate iceDQ rules —
pluginsql - hz-perfetto-debugmeta-quest/agentic-tools
Analyzes Meta Quest and Horizon OS VR performance using Perfetto traces — frame timing, CPU/GPU bottlenecks, render pass analysis. Use when profiling frame drops, jank, or thermal
pluginbashsqlBash(metavr:*) Bash(hzdb:*) Bash(npx:*)+5 files - storagebutterbase-ai/butterbase-skills
Use when uploading or downloading files, generating presigned URLs, configuring storage ACLs, or persisting file references (avatars, attachments, images) in a Butterbase app
pluginbashjavascriptjsonsql - realtimebutterbase-ai/butterbase-skills
Use when enabling WebSocket subscriptions for live database changes, presence/multiplayer state, or when debugging clients that connect but receive no events
pluginjavascriptjsonsqltypescript - checking-freshnessastronomer/agents
Quick data freshness check. Use when the user asks if data is up to date, when a table was last updated, if data is stale, or needs to verify data currency before using it.
pluginsql - profiling-tablesastronomer/agents
Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a dataset, asks about data quality, or needs to understand a table'
pluginsql - tracing-downstream-lineageastronomer/agents
Trace downstream data lineage and impact analysis. Use when the user asks what depends on this data, what breaks if something changes, downstream dependencies, or needs to assess c
pluginsql - data-warehouse-experimentationrampstackco/claude-skills
Running experiments out of the data warehouse instead of via dedicated experiment platforms. SQL-based assignment, exposure logging discipline, metric definitions in dbt models, st
pluginpythonsql+8 files - database-optimizationrohitg00/awesome-claude-code-toolkit
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
pluginjavascriptpythonsql - postgres-optimizationrohitg00/awesome-claude-code-toolkit
PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
plugininisql - data-engineeringrohitg00/awesome-claude-code-toolkit
Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
pluginpythonsql - statusnicholasglazer/gnosis-mcp
Verify gnosis-mcp server connectivity, schema integrity, and corpus health. Use when MCP calls fail, return empty, or return unexpected data.
pluginbashjsonsql+1 files
Browse all 69,865 skills →200 at a time, grouped by owner. The list above is the skills with the highest standing; this is every one of them.
The whole corpus is one call away through the search API, or ask a question of it on the index itself.