Skip to main content

SignalPilot-Labs/SignalPilot

SkillsMP는 SignalPilot-Labs/SignalPilot에서 31개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
31
GitHub 스타
477
GitHub 포크
24

이 저장소의 skills

수집된 skill 31개 중 31개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Marketing domain knowledge: attribution models, engagement funnel order.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Media & entertainment domain knowledge: content catalogs, participation tables, ranking determinism.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

BLOCKING REQUIREMENT: If the user's message mentions dbt, SQL, database, or data pipeline - invoke this skill as your FIRST tool call, BEFORE Read, Glob, Grep, Bash, or Agent. Covers: SignalPilot MCP tools, available skills, and the governed workflow for dbt…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
수집된 skill 31개 중 31개를 표시합니다.