Agent skills that run sql
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.
- 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - run402kychee-com/run402
Provision Postgres + REST API + auth + content-addressed storage + serverless functions + email — paid with x402 USDC on Base. Prototype tier is free on testnet. Use when the user
otherbashjavascriptjsonsql+3 files - screenpipe-apiscreenpipe/screenpipe
Query the user's local and synced-device Screenpipe data via the REST API at localhost:3030. Use for screen activity, meetings, apps, productivity, other-device or cross-device his
claude-codebashjsonmarkdownsql+4 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 - manage-channelsnanocoai/nanoclaw
Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.
claude-codebashsql - migrate-from-v1nanocoai/nanoclaw
Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, migrates legacy memory, reconciles container configs, and helps port cust
claude-codebashsqltypescript - approval-moduledataelement/bisheng
BiSheng 审批模块(审批中心 F025)的架构与代码参考。 覆盖统一审批网关、多场景引擎、多节点流转、outbox 业务执行、站内信通知、异常处理。 迭代审批功能或修复审批相关 Bug 前先读本 skill,可直接定位架构与代码锚点,无需全仓搜索。 TRIGGER when: 用户要改动/修复"审批""审批中心""approval"相关功能(菜单权限申
claude-codebashjsonpythonsql - hermes-agentfathah/hermes-desktop
Expert in building self-improving AI agents with tool use, multi-platform messaging, and a closed learning loop. Proficient in LLM orchestration, tool integration, session manageme
claude-codebashpythonsqlyaml - postgres-patternssifxprime/kodelyth-ecc
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
othersql - smart-debugsifxprime/kodelyth-ecc
Systematic debugging methodology — powered by Kodelyth. A step-by-step framework to diagnose any bug confidently across any language or framework. Prevents guess-and-check debuggin
otherbashgopythonsql - android-clean-architecturesifxprime/kodelyth-ecc
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
otherkotlinsql - healthcare-phi-compliancesifxprime/kodelyth-ecc
Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit
othersqltypescript - kotlin-exposed-patternssifxprime/kodelyth-ecc
JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.
otherkotlinsql - clickhouse-iosifxprime/kodelyth-ecc
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
othersqltypescript - database-migrationssifxprime/kodelyth-ecc
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely,
otherbashprismapythonsql - security-reviewsifxprime/kodelyth-ecc
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive sec
otherbashsqltypescript - 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-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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - investigate-telemetrykibertoad/cat-factory
Investigate a failed or suspicious agent run (implementer/coder, bootstrap, reviewer, etc.) using the production telemetry in D1. Use when asked to look into a run failure, "no pro
claude-codebashsql - 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 - 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 - migrating-world-v4-to-v5vercel/workflow
Upgrades a custom Workflow SDK World implementation from the v4 spec to v5. Use when a package implements the `World` interface from `@workflow/world` and is moving to 5.x — event
othermarkdownsqltypescript - debug-ingestionggozad/haiku.rag
Debug haiku.rag ingestion in Logfire. Use when asked to look at Logfire for ingestion, find failed or dead ingestion jobs, investigate retries or circuit-breaker events, trace a do
claude-codesql - debug-evalsggozad/haiku.rag
Debug haiku.rag evaluation runs in Logfire. Use when asked to look at Logfire for an eval run, find failing or low-scoring eval cases, compare runs, check citation quality (cited_m
claude-codesql - moai-domain-databasemodu-ai/moai-adk
Database specialist covering PostgreSQL, MongoDB, Redis, Oracle, and cloud database platforms (Neon, Supabase, Firestore). Use for schema design, query optimization, indexing strat
claude-codebashjavascriptsqlReadWriteEdit - 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 - 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-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 - flow-buildermarketcalls/openalgo
Build, edit or debug an OpenAlgo Flow workflow - the no-code node graph at /flow. Use when asked to create a workflow, wire a webhook or TradingView alert to an order, add a node,
claude-codebashjsonsql - oban-healthmkreyman/loopctl
Use when checking whether loopctl's background jobs are actually running and healthy in production — a routine "is everything in order" sweep, an investigation into a worker that s
claude-codebashsql - pinme-uniwebpayglitternetwork/pinme
Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout ses
claude-codesqltypescript - audit-flowzebbern/claude-code-guide
Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance documentation, flow tra
otherbashsql+4 files - sql-injection-testingzebbern/claude-code-guide
This skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database inf
othersql - 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
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.