pack

Installation
SKILL.md

dbt-wiki — Pack Workflow (emit a portable analytics skill)

pack reads a project's distilled .dbt-wiki/ knowledge base and emits a self-contained Agent Skill folder named <project>-analytics/. That folder is portable: hand it to a teammate who has no dbt project — only their own warehouse-connect tool (an MCP / CLI that runs SQL) — and it grounds them in the project's semantic knowledge and tells them how to generate correct SQL.

The emitted bundle carries knowledge + generation guidance, not an executor. The consuming agent brings execution. For the exact shape pack produces, this skill is governed by bundle-format (the output contract), instantiates the bundle SKILL.md template, and copies in generation-guidance.

Governance — read first (hard red line)

Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
pack — kouko/monkey-skills