Populate the knowledge base from dbt project research. Proposes entries across all 6 categories at org, project, and connection scopes.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٨ من skills من SignalPilot-Labs/signalpilot-plugin. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٨ من أصل ١٨ skills مجمعة.
Populate the knowledge base from dbt project research. Proposes entries across all 6 categories at org, project, and connection scopes.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Media & entertainment domain knowledge: content catalogs, participation tables, ranking determinism.
لغة النص الأصلي: الإنجليزية
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 working with Xata Postgres branches: connecting to a branch, diffing two branches, or checking whether an upstream branch's schema change breaks a dbt project or pipeline before it merges. Covers branch connections, schema_diff_branches, pgroll…
لغة النص الأصلي: الإنجليزية
Gather business context from Notion before dbt builds. Searches all configured integrations, extracts definitions/decisions/constraints, writes structured context for the build agent and notion-verify subagent.
لغة النص الأصلي: الإنجليزية
Fix current_date/now() hazards in dbt date spine models. Replaces nondeterministic date references with data-driven boundaries from get_date_boundaries.
لغة النص الأصلي: الإنجليزية