All authors
SignalPilot-Labs avatar

Claude Skills by SignalPilot-Labs

github.com/SignalPilot-Labs
58 skillsA× 57B× 10 installs48 views
Bigquery SqlA

BigQuery-specific SQL patterns: UNNEST for array expansion, STRUCT, ARRAY_AGG, DATE_DIFF/DATE_ADD, backtick-quoted table references, EXCEPT/REPLACE in SELECT, approximate aggregation, partitioned and wildcard tables.

databasespythonsql
0
480
Dbt Date SpinesA

- `dbt_project_map` reports "WARNING: Models use current_date" - `dbt run` produces far more rows than expected in a date-spine model

researchsql
0
480
Dbt DebuggingA

Load when dbt run or dbt parse fails. Covers YML duplicate patches, ref errors, passthrough model warnings, current_date fixes, DuckDB error messages, and zero-row diagnosis.

code-qualitysqlnode
0
480
Dbt WorkflowA

Load at Step 1 before exploring the project. Covers Notion context gathering, output shape inference, incremental model handling, and what to trust in YML.

businessrustgo
0
480
Dbt WriteA

Load at Step 4 when writing SQL models. Covers column naming, type preservation, JOIN defaults, lookup joins, sibling models, materialization, packages, and filtering rules.

businessgosql
0
480
Duckdb SqlA

Load when hitting DuckDB syntax errors or writing DuckDB-specific SQL. Covers gotchas that differ from PostgreSQL/MySQL.

databasesgosql
0
480
Snowflake SqlA

Snowflake-specific SQL patterns: QUALIFY for window filtering, LATERAL FLATTEN for arrays, semi-structured VARIANT data, ILIKE for case-insensitive matching, date functions, and time travel.

code-qualitygosql
0
480
Sql WorkflowA

Use this skill before writing any SQL query. Covers: output shape inference (cardinality clues from the question), efficient schema exploration, iterative CTE-based query building, structured verification loop (row count, NULL audit, fan-out check, sample inspection), error recovery protocol, saving output to result.sql and result.csv, turn budget management, and common benchmark traps.

businessgosql
0
480
Sqlite SqlA

SQLite-specific SQL patterns: substr/instr for string ops, || for concatenation, LIKE (no ILIKE), date()/strftime() for dates, CAST for type coercion, no FULL OUTER JOIN, GROUP_CONCAT, typeof(), COALESCE/IFNULL, printf() formatting.

databasesgosql
0
480
Bigquery SqlA

BigQuery-specific SQL patterns: UNNEST for array expansion, STRUCT, ARRAY_AGG, DATE_DIFF/DATE_ADD, backtick-quoted table references, EXCEPT/REPLACE in SELECT, approximate aggregation, partitioned and wildcard tables.

databasessql
0
480
Dbt DebuggingA

Load when dbt run or dbt parse fails. Covers YML duplicate patches, ref errors, passthrough model warnings, current_date fixes, DuckDB error messages, and zero-row diagnosis.

code-qualitysqldebugging
0
480
Dbt KnowledgebaseA

Populate the knowledge base from dbt project research. Proposes entries across all 6 categories at org, project, and connection scopes.

businesspythonrust
0
480
Dbt SnapshotsA

Load when task involves dbt snapshots, SCD Type 2, or tracking data changes over time. Covers strategy selection, column casing, verification, and common pitfalls.

testinggobash
0
480
Dbt TestingA

Load when task involves adding, writing, or fixing dbt unit tests. Covers unit_tests YAML format, given/expect blocks, edge-case coverage, and the difference between unit tests and schema tests.

testinggobash
0
480
Dbt VersioningA

Load when task involves dbt model versioning, creating v2 of a model, or backward-compatible model changes. Covers versions YAML config, defined_in, latest_version, and ref() with version pins.

testingbashsql
0
480
Dbt WorkflowA

Load FIRST before any dbt project work. Covers the full 8-step dbt workflow: project scanning, skill loading, validation, macro discovery, research, technical spec, SQL writing, and verification. Also covers output shape inference, incremental model handling, and what to trust in YML.

testingpythonrust
0
480
Dbt WriteA

Loaded at Step 2 for the full workflow. Covers column naming, type preservation, JOIN defaults, lookup joins, sibling models, materialization, packages, and filtering rules.

businessgosql
0
480
Domain EcommerceA

E-commerce domain knowledge: transaction lifecycle, driving tables, status filtering.

businessgo
0
480
Domain FinancialA

Financial reporting rules: grain consistency, balance sheets, double-entry ledgers, fiscal year boundaries, period-over-period calculations.

databases
0
480
Domain HealthcareA

Healthcare data science rules: encounter-based grain, clinical coding hierarchies, cost allocation, NULL semantics in clinical data.

devopsgodocumentation
0
480
Domain HrA

HR & operations rules: SCD current-record filtering, issue resolution metrics.

business
0
480
Domain MarketingA

Marketing domain knowledge: attribution models, engagement funnel order.

content-marketingapi
0
480
Domain MediaA

Media & entertainment domain knowledge: content catalogs and participation tables.

content-marketing
0
480
Domain ProductA

Product analytics rules: calendar spine cross-joins, date boundary caps, event type pivoting, first-run NULL behavior.

data
0
480
Duckdb SqlA

Load when hitting DuckDB syntax errors or writing DuckDB-specific SQL. Covers gotchas that differ from PostgreSQL/MySQL.

databasesgosql
0
480
Knowledge BaseA

Write a technical spec after research. Distills exploration into structured decisions. On retries, read the existing spec instead of re-researching.

researchgosql
0
480
SignalpilotA

SignalPilot MCP tool catalog for governed database access.

databasesgosql
0
480
Snowflake SqlA

Snowflake-specific SQL patterns: QUALIFY for window filtering, LATERAL FLATTEN for arrays, semi-structured VARIANT data, ILIKE for case-insensitive matching, date functions, and time travel.

code-qualitygosql
0
480
Sql WorkflowA

Use this skill before writing any SQL query. Covers: output shape inference (cardinality clues from the question), efficient schema exploration, iterative CTE-based query building, structured verification loop (row count, NULL audit, fan-out check, sample inspection), error recovery protocol, saving output to result.sql and result.csv, turn budget management, and common query traps.

businessgosql
0
480
Sqlite SqlA

SQLite-specific SQL patterns: substr/instr for string ops, || for concatenation, LIKE (no ILIKE), date()/strftime() for dates, CAST for type coercion, no FULL OUTER JOIN, GROUP_CONCAT, typeof(), COALESCE/IFNULL, printf() formatting.

databasesgosql
0
480
Write ReportA

Generates an HTML report summarizing dbt project work: decisions, SQL, queries, verifier results, and visual charts. Only load when explicitly requested.

researchjavascriptgo
0
480
XataA

Load when working with Xata Postgres branches: forking a branch, building or testing dbt models on a branch, wiring dbt to a branch's credentials, diffing two branches, or the pre-merge impact report. Covers create_xata_branch, delete_xata_branch, get_dbt_profile, xata_branch_diff, schema_diff_branches, and pgroll migrations.

databasesgoshell
0
480
Bigquery SqlA

BigQuery-specific SQL patterns: UNNEST for array expansion, STRUCT, ARRAY_AGG, DATE_DIFF/DATE_ADD, backtick-quoted table references, EXCEPT/REPLACE in SELECT, approximate aggregation, partitioned and wildcard tables.

databasessql
0
480
Dbt DebuggingA

Load when dbt run or dbt parse fails. Covers YML duplicate patches, ref errors, passthrough model warnings, current_date fixes, DuckDB error messages, and zero-row diagnosis.

code-qualitysqldebugging
0
480
Dbt KnowledgebaseA

Populate the knowledge base from dbt project research. Proposes entries across all 6 categories at org, project, and connection scopes.

businesspythonrust
0
480
Dbt SnapshotsA

Load when task involves dbt snapshots, SCD Type 2, or tracking data changes over time. Covers strategy selection, column casing, verification, and common pitfalls.

testinggobash
0
480
Dbt TestingA

Load when task involves adding, writing, or fixing dbt unit tests. Covers unit_tests YAML format, given/expect blocks, edge-case coverage, and the difference between unit tests and schema tests.

testinggobash
0
480
Dbt VersioningA

Load when task involves dbt model versioning, creating v2 of a model, or backward-compatible model changes. Covers versions YAML config, defined_in, latest_version, and ref() with version pins.

testingbashsql
0
480
Dbt WorkflowA

Load FIRST before any dbt project work. Covers the full 8-step dbt workflow: project scanning, skill loading, validation, macro discovery, research, technical spec, SQL writing, and verification. Also covers output shape inference, incremental model handling, and what to trust in YML.

testingpythonrust
0
480
Dbt WriteA

Loaded at Step 2 for the full workflow. Covers column naming, type preservation, JOIN defaults, lookup joins, sibling models, materialization, packages, and filtering rules.

businessgosql
0
480
Domain EcommerceA

E-commerce domain knowledge: transaction lifecycle, driving tables, status filtering.

businessgo
0
480
Domain FinancialA

Financial reporting rules: grain consistency, balance sheets, double-entry ledgers, fiscal year boundaries, period-over-period calculations.

databases
0
480
Domain HealthcareA

Healthcare data science rules: encounter-based grain, clinical coding hierarchies, cost allocation, NULL semantics in clinical data.

devopsgodocumentation
0
480
Domain HrA

HR & operations rules: SCD current-record filtering, issue resolution metrics.

business
0
480
Domain MarketingA

Marketing domain knowledge: attribution models, engagement funnel order.

content-marketingapi
0
480
Domain MediaA

Media & entertainment domain knowledge: content catalogs and participation tables.

content-marketing
0
480
Domain ProductA

Product analytics rules: calendar spine cross-joins, date boundary caps, event type pivoting, first-run NULL behavior.

data
0
480
Duckdb SqlA

Load when hitting DuckDB syntax errors or writing DuckDB-specific SQL. Covers gotchas that differ from PostgreSQL/MySQL.

databasesgosql
0
480
Knowledge BaseA

Write a technical spec after research. Distills exploration into structured decisions. On retries, read the existing spec instead of re-researching.

researchgosql
0
480
SignalpilotA

SignalPilot MCP tool catalog for governed database access.

databasesgosql
0
480