Install the Plugin
Prerequisites
- Claude Code installed and working
- SignalPilot MCP server added (see Connect Claude Code)
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-workflowdbt-writedbt-debuggingdbt-date-spinessql-workflowduckdb-sqlsnowflake-sqlbigquery-sqlsqlite-sql
Or ask Claude: "What SignalPilot skills are available?"
Test the install
In a project with a dbt project, ask:
"Build the
ordersdbt 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