Skip to main content

Install the Plugin

Prerequisites

Install

install the plugin
$ claude plugin marketplace add SignalPilot-Labs/signalpilot-plugin
$ claude plugin install signalpilot-dbt@signalpilot

The first command registers the plugin marketplace source. The second installs the signalpilot-dbt skill set from the SignalPilot plugin.

Verify skills loaded

Start a Claude Code session and run:

check skills
/skills

You should see the SignalPilot skills listed:

  • dbt-workflow
  • dbt-write
  • dbt-debugging
  • dbt-date-spines
  • sql-workflow
  • duckdb-sql
  • snowflake-sql
  • bigquery-sql
  • sqlite-sql

Or ask Claude: "What SignalPilot skills are available?"

Test the install

In a project with a dbt project, ask:

"Build the orders dbt model."

Claude should automatically load the dbt-workflow skill and follow the 5-step lifecycle (plan → scan → govern → build → verify) without you specifying how.

Update

update the plugin
$ claude plugin update signalpilot-dbt@signalpilot

Updates pull the latest skill definitions from the plugin repository. No MCP server restart needed.

Uninstall

uninstall the plugin
$ claude plugin uninstall signalpilot-dbt@signalpilot
$ claude plugin marketplace remove SignalPilot-Labs/signalpilot-plugin