Plugin Claude Code
Plugin marketplace listing 2 plugins: recce-quickstart, recce.
Plugin Claude Code
Plugin marketplace listing 2 plugins: recce-quickstart, recce.
Instructions file CodexOpenCode
AGENTS.md instructions for DataRecce/recce-claude-plugin, covering agent instructions, pr impact analysis (one-sentence trigger), run one based on step 3 recommendation (substitute below), docsgenerate: dbt docs generate --target-path target-base and fullbuild: dbt build --target-path target-base.
Instructions file
Claude Code instructions for DataRecce/recce-claude-plugin, covering claude.md, project overview, repository structure, key concepts and marketplace vs plugin structure.
Plugin Claude Code
Quick onboarding for Recce - dbt data validation and diff tool.
MCP server Claude CodeCodexCursor +2
MCP server "recce", hosted remotely at localhost, as configured in DataRecce/recce-claude-plugin.
MCP server Claude CodeCodexCursor +2
MCP server "recce-docs" as configured in DataRecce/recce-claude-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/servers/recce-docs-mcp/dist/cli.js with node.
Command
One-shot Recce setup + PR impact analysis.
Command
Run data validation checks using Recce MCP tools.
Command
Set up Recce Cloud CI/CD for GitHub Actions - generates PR review and main branch workflows.
Command
Configure or troubleshoot Recce Cloud CI/CD integration for dbt projects - set up GitHub Actions workflows or diagnose pipeline issues.
Command
Analyze PR data changes using Recce MCP tools.
Command
Guided setup for Recce environment in a dbt project.
Skill Claude CodeCodex
Use when generating GitHub Actions workflows for dbt, adding dbt build/test/docs steps, or configuring state-based selection with --select state:modified+. Provides templates for both full builds (CD) and incremental builds (CI).
Skill Claude CodeCodex
GitHub Actions workflow steps for Python projects using pip. Use this skill when generating CI workflows that need pip-based dependency installation with virtual environment.
Skill Claude CodeCodex
GitHub Actions workflow steps for Python projects using uv. Use this skill when generating CI workflows that need uv-based dependency installation with virtual environment.
Skill Claude CodeCodex
Automatically provide Recce guidance in dbt projects. Triggers when: working in dbt project directory, discussing PRs or data changes, after dbt command execution, or when user asks about data validation.
Plugin Claude Code
Intelligent data review workflow for dbt developers — tracks model changes and triggers progressive Recce validation.
Agent
Progressive data review specialist for dbt model changes. Dispatched by /recce-review skill after dbt runs. Calls impactanalysis for data evidence, reads model SQL for root cause diagnosis, and validates findings against stakeholder intent to produce an actionable summary with risk level. Context: Developer ran dbt…
Agent
Single-environment Tier-1 verification specialist for dbt model changes. Dispatched by /recce-verify when the user has no target-base/ artifacts and wants a lightweight pre-commit risk read. Combines column-level lineage (getcll), AST/semantic analysis (analyzemodel), and targeted current-env SQL probes (query) to…
Skill Claude CodeCodex
Review dbt model data changes using Recce. Triggers when: user asks to review data changes, check data impact, run recce review, validate model changes before committing, review a Recce Cloud PR session, connect MCP to a cloud session, pastes a GitHub PR / GitLab MR URL, or pastes a Recce Cloud session/launch URL for…
Skill Claude CodeCodex
Lightweight pre-commit verification for dbt model changes in the single-environment dev loop — when the user has a warehouse-connected dbt project but no target-base/ artifacts. Triggers when: user asks to verify a model change, check whether an edit is safe to commit, sanity-check a filter/aggregation/join change…