What problem does it solve?
Setting up Wren Engine involves many ordered steps—environment checks, project scaffolding, connection configuration, and MDL generation—and doing them out of order or exposing credentials in chat causes failures. This Skill walks an AI agent through the entire onboarding flow one step at a time with strict safety rules.
Core Features & Use Cases
- Guided Environment Preflight: Verifies Python 3.11+, virtualenv status, and existing CLI installations before any project work begins.
- Credential-Safe Connection Setup: Generates
.env templates by introspecting the live connector schema via wren docs connection-info, so credentials never pass through chat.
- Cross-Skill Orchestration: Routes to sibling skills (
wren-generate-mdl, wren-usage, wren-dlt-connector) at the right handoff points, and surfaces the official troubleshooting playbook on errors.
- Use Case: A user says "set up Wren Engine and connect my Postgres database." The agent checks the environment, scaffolds the project, writes a
.env template, creates the connection profile, hands off to MDL generation, and finishes with suggested natural-language questions.
Quick Start
Ask the agent to install Wren Engine and connect your database by saying "set up wren engine" or invoking /wren-onboarding.