Skills

69 skills · 13 creators

The registry for agent skills.

Sampling Sanity
priyad/sampling-sanity

Check whether a sample can support the claim being made from it.

SQL Readability
priyad/sql-readability

Restructure a long query into CTEs that each say one thing, without changing the plan.

ETL Idempotency
priyad/etl-idempotency

Check whether a pipeline can be re-run without doubling its output, and what to key on if not.

Dashboard Review
priyad/dashboard-review

Review a dashboard for charts that answer no question, and axes that flatter the numbers.

Metric Definition
priyad/metric-definition

Pin down what a metric actually counts, its window, and which rows it silently excludes.

Schema Naming
tomaszk/schema-naming

Bring a schema's table and column names onto one convention, and list the migrations that would get there.

Transaction Boundaries
tomaszk/transaction-boundaries

Find writes that should be atomic and aren't — multi-step mutations with no transaction around them.

Index Advisor
tomaszk/index-advisor

Given a table's schema and its hottest queries, propose the smallest set of indexes that serves them.

N+1 Hunt
tomaszk/n-plus-one-hunt

Trace an endpoint's queries and flag loops that issue one query per row, with the join or batch that replaces them.

Migration Review
tomaszk/migration-review

Check a database migration for locks that block writes, missing backfills, and changes that can't be rolled back.

Query Explain
tomaszk/query-explain

Read a slow Postgres query and its EXPLAIN ANALYZE output, then say which index would change the plan and why.

Command Palette

Search for a command to run...