Bauplan data lakehouse skills for Claude Code - explore data, build pipelines, ingest safely, debug failures, assess data, and enforce quality checks
npx claudepluginhub bauplanlabs/bauplan-skillsSkills for working with Bauplan data lakehouses. Includes data exploration, pipeline creation, safe S3 ingestion, pipeline debugging, data assessment, and quality check generation.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
The recommended setup for developing on Bauplan with AI coding assistants. This repo provides two things that work together:
Install the skills for your AI assistant of choice, and copy or integrate the context file into your own repo for the baseline context. Both are part of the same workflow — AI-assisted development on Bauplan.
/plugin marketplace add https://github.com/BauplanLabs/bauplan-skills
Restart Claude Code to make sure the changes are visible.
/plugin
Select Browse and install plugins → select bauplan-skills → press Space to select bauplan → press i to install.
Restart Claude Code.
Copy CLAUDE.md from this repo into the root of your project, or merge its contents into your existing CLAUDE.md:
curl -o CLAUDE.md https://raw.githubusercontent.com/BauplanLabs/bauplan-skills/main/CLAUDE.md
This gives Claude Code the baseline context it needs — safety rules, CLI vs SDK guidance, authentication setup, and pointers to the skills — even before any skill is triggered.
Inside Codex, run the skill installer pointing at the Bauplan skills directory:
$skill-installer https://github.com/BauplanLabs/bauplan-skills/tree/main/plugins/bauplan/skills
Codex will fetch and install the Bauplan skills automatically. Restart Codex once the installer completes.
To verify the installation, run /skills and select List skills — you should see the Bauplan skills listed.
Codex uses AGENTS.md as its project context file. Copy it into the root of your project:
curl -o AGENTS.md https://raw.githubusercontent.com/BauplanLabs/bauplan-skills/main/CLAUDE.md
Go to Settings > Cursor Settings > Rules, Skills, Subagents.
From there you have two options:
If you already use Claude Code with Bauplan skills installed: enable the Include third-party Plugins, Skills and Other Configs toggle. Bauplan skills will appear automatically — no additional import needed.
If you only use Cursor: in the Skills section, click New and prompt the agent to import Bauplan skills from:
https://github.com/BauplanLabs/bauplan-skills/tree/main/plugins/bauplan/skills
Cursor supports granular rules, but AGENTS.md works too. Copy it into the root of your project:
curl -o AGENTS.md https://raw.githubusercontent.com/BauplanLabs/bauplan-skills/main/CLAUDE.md
| Skill | Description |
|---|---|
bauplan-explore-data | Read-only exploration of lakehouse tables, schemas, and profiling |
bauplan-data-assessment | Assess whether a business question can be answered with available data |
bauplan-data-pipeline | Create data pipeline projects with SQL and Python models |
bauplan-safe-ingestion | Ingest data from S3 with branch isolation and quality checks (WAP) |
bauplan-debug-and-fix-pipeline | Diagnose and fix failed pipeline jobs |
bauplan-data-quality-checks | Generate data quality check code for pipelines and ingestion |
MIT