BigHugger

Agent skills that run sql, that ask for Glob

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.

  1. 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
  2. migration-patternsbybren-llc/safe-agentic-workflow

    Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema.

    claude-codebashsqlReadBashGrep
  3. loom-sql-optimizationcosmix/loom

    Analyzes and optimizes SQL queries for performance.

    othersqlReadGrepGlob
  4. loom-database-designcosmix/loom

    Database schema and data model design for relational, NoSQL, time-series, and warehouse systems.

    otherjavascriptsqlReadGrepGlob
  5. kafka-dlq-reviewlensesio/agentic-engineering-for-apache-kafka

    Review dead letter queue implementations for completeness using the Lenses MCP server. Checks DLQ topic existence, configuration, monitoring, metadata preservation, retry logic, re

    pluginsqlReadGrepGlob
  6. kafka-consumer-laglensesio/agentic-engineering-for-apache-kafka

    Analyse Kafka consumer group lag using the Lenses MCP server. Diagnoses lag causes (throughput bottlenecks, rebalancing, partition skew, stalled consumers) and suggests remediation

    pluginsqlReadGrepGlob
  7. databasexiaobei930/cc-best

    Database design, query optimization, migrations, and indexing. Use when designing schemas, writing queries, or managing migrations.

    pluginbashsqlReadWriteEdit+4 files
  8. mir-database-postgresanantbhandarkar/make-it-right

    Make It Right (PostgreSQL module). Postgres mechanics the engine-agnostic pillar omits: which ALTER TABLE subforms take ACCESS EXCLUSIVE and the lock queue where a blocked DDL stal

    othersqlReadWriteEdit
  9. database-architecttranhieutt/software_development_department
    claude-codesqlReadGlobGrep
  10. postgres-patternstranhieutt/software_development_department
    claude-codesqlReadGlobGrep
  11. data-context-extractorcharlieviettq/awesome-agent-skill

    Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts. BOOTSTRAP MODE - → Discovers schemas, asks key questions, generates initial

    claude-codesqlReadGlobGrep
  12. explore-datacharlieviettq/awesome-agent-skill

    Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data

    claude-codemarkdownsqlReadGlobGrep+1 files
  13. sql-queriescharlieviettq/awesome-agent-skill

    Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translati

    claude-codesqlReadGlobGrep
  14. validate-datacharlieviettq/awesome-agent-skill

    QA an analysis before sharing -- methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregatio

    claude-codemarkdownpythonsqlReadGlobGrep+1 files
  15. sf-permissionsClientell-Ai/salesforce-skills

    Manage and audit Salesforce permissions: Permission Sets, Profiles, Permission Set Groups, object/field-level security (CRUD/FLS), custom permissions, and access troubleshooting. U

    claude-codeapexbashjavascriptsqlReadWriteEdit+2 files
  16. sf-soqlClientell-Ai/salesforce-skills

    Build and optimize SOQL queries including relationship queries, aggregate functions, polymorphic TYPEOF, and selective filters. Use when asked to write queries, debug slow queries,

    claude-codeapexbashsqlReadWriteEdit+2 files
  17. pseo-scalekarrolcia/hippocampus

    Architect programmatic SEO systems for 10K-100K+ pages with database-backed data layers, data sufficiency gating, incremental validation, crawl budget management, content enrichmen

    claude-codesqltypescriptReadGlobGrep
  18. dotplot-analyze-productbrownglasses/dotplot-mcp

    Analyze a product's real users with Dot Plot: find the event data, pick the action that means "this user got value", and produce the dot plot report — aha moment, onboarding funnel

    othersqlBashReadGlob
  19. pdlc-db-migratekanfu-panda/pdlc-skills

    数据库迁移管理

    pluginmarkdownsqlReadWriteEdit
  20. laneconductormeller/laneconductor

    Use this skill when the user invokes /laneconductor commands. Manages multi-project development with a live Kanban dashboard backed by local Postgres. Handles setup, track manageme

    claude-codebashjavascriptjsonmarkdownReadEditWrite
  21. db-concurrencyHainrixz/claude-db

    Audit concurrency correctness — transaction isolation level, lost-update / read-modify-write races, queue-worker contention (SKIP LOCKED), and idempotency for key-value / document

    pluginsqlReadGrepGlob
  22. db-query-patternsHainrixz/claude-db

    Audit query-shape anti-patterns — SELECT *, structural N+1 (directional), OFFSET pagination vs keyset, and non-SARGable predicates that defeat indexes. Module M13. Feeds the Perfor

    pluginsqlReadGrepGlob
  23. db-connection-poolingHainrixz/claude-db

    Audit connection management — serverless functions opening direct Postgres connections, transaction-mode pooler misuse (PgBouncer / Supabase / prepared statements), and pool sizing

    pluginsqlReadGrepGlob
  24. db-index-hygieneHainrixz/claude-db

    Audit index bloat — exact-duplicate indexes, redundant indexes whose key is a prefix of another, and unused indexes that only cost write amplification and storage. Module M12. Feed

    pluginsqlReadGrepGlob
  25. db-multitenancyHainrixz/claude-db

    Audit multi-tenant data isolation — tenant model fit (shared rows vs schema vs database), missing or unenforced tenant scoping, the tenant_id-leading composite index/key requiremen

    pluginsqlReadGrepGlob
  26. db-referential-integrityHainrixz/claude-db

    Audit foreign-key integrity — missing FKs that allow orphan rows (financial/auth = severity 5), absent or unsafe ON DELETE/ON UPDATE actions, reference cycles, and composite-FK col

    pluginsqlReadGrepGlob
  27. db-keysHainrixz/claude-db

    Audit primary-key strategy — missing PK (severity 5), surrogate vs natural keys, UUIDv4 index fragmentation vs time-ordered UUIDv7/ULID/bigint, and int4/serial exhaustion on high-v

    pluginsqlReadGrepGlob
  28. db-constraintsHainrixz/claude-db

    Audit data-integrity constraints — missing NOT NULL on required columns, absent CHECK constraints for domain rules, missing UNIQUE on natural keys, and the over-nullable UNIQUE tra

    pluginsqlReadGrepGlob
  29. db-storage-bloatHainrixz/claude-db

    Audit storage operability — VACUUM / autovacuum health and table-and-index bloat, transaction-ID wraparound risk (sev-5), and tombstone accumulation on wide-column stores. Module M

    pluginsqlReadGrepGlob
  30. db-types-precisionHainrixz/claude-db

    Audit column types and precision — money stored as float/double (severity 5), naive timestamp vs timestamptz/UTC, jsonb used to evade schema, enum-vs-lookup-table choice, and chars

    pluginsqlReadGrepGlob
  31. db-partitioning-shardingHainrixz/claude-db

    Audit horizontal scaling topology — declarative partitioning fit for large/time-series tables, hot-partition / skewed partition-key risk, and premature sharding that adds complexit

    pluginsqlReadGrepGlob
  32. db-replicas-viewsHainrixz/claude-db

    Audit read-scaling correctness — read-your-writes consistency when reads are routed to replicas, and materialized-view staleness / refresh strategy. Module M17. Feeds the Performan

    pluginsqlReadGrepGlob
  33. db-normalizationHainrixz/claude-db

    Audit relational schema normalization — 1NF through 3NF violations, repeating groups and CSV-in-a-column, partial and transitive functional dependencies, and the inverse trap of pr

    pluginsqlReadGrepGlob
  34. db-namingHainrixz/claude-db

    Audit naming conventions — inconsistent table/column casing and pluralization, ambiguous or reserved-word identifiers, untyped/opaque columns, inconsistent FK and boolean naming, a

    pluginsqlReadGrepGlob
  35. db-security-accessHainrixz/claude-db

    Audit access control and data protection — Row-Level Security state, PII handling, encryption at-rest and in-transit (TLS / sslmode), and SQL-injection exposure from raw concatenat

    pluginsqlReadGrepGlob
  36. db-indexingHainrixz/claude-db

    Audit index coverage for the query workload — composite index column order (ESR), covering and partial indexes, specialized types (GIN/GiST/BRIN, FTS, geo, JSONB-GIN), and foreign

    pluginsqlReadGrepGlob
  37. db-defaults-generatedHainrixz/claude-db

    Audit column defaults and generated columns — application-side timestamps that should be DB defaults, non-deterministic or wrong defaults, derived values that should be GENERATED A

    pluginsqlReadGrepGlob
  38. db-temporal-historyHainrixz/claude-db

    Audit temporal and lifecycle modeling — soft-delete consistency and its uniqueness/query traps, presence and integrity of an audit/history trail, and retention / GDPR right-to-eras

    pluginsqlReadGrepGlob
  39. syncsafety-quotient-lab/psychology-agent

    Inter-agent mesh synchronization — scan transport sessions for new messages, check peer repos, write ACKs, update MANIFEST, report changes.

    claude-codebashjsonsqlReadWriteEdit
  40. diagnosesafety-quotient-lab/psychology-agent

    Systemic self-diagnostic — five-level depth hierarchy. Replaces manual QA.

    claude-codebashsqlReadWriteEdit
  41. cyclesafety-quotient-lab/psychology-agent

    Post-session documentation chain — propagate changes through lab-notebook, journal, architecture, MEMORY, snapshot, and commit.

    claude-codebashsqlReadWriteEdit
  42. devteam-implementmichael-harris/devteam

    Execute implementation work - plans, sprints, tasks, or ad-hoc work.

    pluginbashjavascriptsqlyamlReadEditWrite
  43. devteam-bugmichael-harris/devteam

    Fix a bug with structured diagnostic workflow. Uses interview to clarify details and Bug Council for complex issues.

    pluginbashjavascriptsqlyamlReadEditWrite
  44. devteam-statusmichael-harris/devteam

    Display system health, current progress, costs, and execution history.

    pluginbashsqlReadGlobGrep
  45. timescaledbtroykelly/claude-skills

    MANDATORY when working with time-series data, hypertables, continuous aggregates, or compression - enforces TimescaleDB 2.24.0 best practices including lightning-fast recompression

    pluginmarkdownsqlReadGrepGlob
  46. postgres-rlstroykelly/claude-skills

    MANDATORY when touching auth tables, tenant isolation, RLS policies, or multi-tenant database code - enforces Row Level Security best practices and catches common bypass vulnerabil

    pluginbashmarkdownsqltypescriptReadGrepGlob
  47. postgistroykelly/claude-skills

    MANDATORY when working with geographic data, spatial queries, geometry operations, or location-based features - enforces PostGIS 3.6.1 best practices including ST_CoverageClean, SF

    pluginmarkdownsqlReadGrepGlob
  48. database-architecturetroykelly/claude-skills

    MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, te

    pluginmarkdownsqlReadGrepGlob
  49. better-authjackspace/ClaudeSkillz

    Production-ready authentication framework for TypeScript with first-class Cloudflare D1 support. Use this skill when building auth systems as a self-hosted alternative to Clerk or

    claude-codebashenvsqltomlReadWriteEdit

Browse all 69,865 skills200 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.