wren-quickstart

Automate Wren Engine setup from workspace creation to health check.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kubeworkz/legible --skill wren-quickstart-kubeworkz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wren-quickstart
Source: https://github.com/kubeworkz/legible/tree/main/wren-engine/skills/wren-quickstart
Command: npx skills add https://github.com/kubeworkz/legible --skill wren-quickstart-kubeworkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end quickstart for Wren Engine — creates a workspace, generates an MDL from a live database, saves it as a versioned project, starts the Wren MCP Docker container, and verifies the setup with a health check.

Core Features & Use Cases

  • Guided, end-to-end workflow to bootstrap Wren Engine environments quickly.
  • Automates workspace creation, MDL generation, project save, container start, and health verification.
  • Use Case: A new data team onboarding a data source can run this to stand up a working Wren environment in minutes.

Quick Start

Follow the workflow described above once dependencies are installed to initialize a Wren Engine environment and perform the initial health check.

Frequently Asked Questions about wren-quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the Wren Engine for a new data source?

Setting up the Wren Engine involves creating a workspace, generating an MDL from a live database, saving a versioned project, starting the MCP Docker container, and running a health check verification.

What is MDL generation in Wren Engine?

MDL generation in Wren Engine is the automated process of extracting modeling structures from a live database to create a versioned project. This structures your data for the Wren environment.

Do I need Docker to deploy the Wren Engine?

Yes, Docker is required for Wren Engine deployment. The setup enforces Docker-based deployment to start the Wren MCP container and ensure a ready-to-use environment.

How does the Wren Engine quickstart health check work?

The Wren Engine quickstart health check verifies the Docker container deployment and environment configuration after the MCP starts. It ensures the workspace is fully operational and ready for queries.

Can I automate Wren Engine onboarding for my data team?

Yes, you can automate Wren Engine onboarding by running an end-to-end guided workflow. This bootstraps a working environment in minutes by automating workspace creation, MDL generation, and container deployment.