Metadata-Version: 2.4
Name: dataproduct-builder-skills
Version: 1.2.1
Summary: Agent skills for designing and building Vulcan/DataOS data products — run via uvx/pipx to scaffold .cursor/.claude/.codex/.github skills and docs into any project.
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# dataproduct-builder-skills (Python)

Python port of the `dataproduct-builder-skills` npm scaffolder — run it via `uvx`/`pipx` instead of `npx`.

```bash
uvx --from . dataproduct-builder-skills snowflake
# or
pipx run --spec . dataproduct-builder-skills snowflake
```

Before building/testing, vendor the shared `skills/` and `dpbs-docs/` content from the repo root:

```bash
python3 scripts/vendor_data.py
```
