dev-env

Automate setup, verification, and teardown of local DataSpoke development environments.

15|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/selhorys/dataspoke-baseline --skill dev-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-env
Source: https://github.com/selhorys/dataspoke-baseline/tree/main/.claude/skills/dev-env
Command: npx skills add https://github.com/selhorys/dataspoke-baseline --skill dev-env

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitate local development by provisioning, updating, and maintaining DataSpoke components with simple commands.

Core Features & Use Cases

  • Install/Uninstall: Quickly bootstrap or remove the dev environment and its dependencies.
  • Port-forward & Status: Establish port-forwarding and monitor health and readiness of services.
  • Environment Configuration: Validate and load required variables from dev_env/.env to ensure consistent setups.
  • Use Case: A developer can spin up DataHub, DataSpoke infra, and the dummy data stack with a single action and verify status before coding.

Quick Start

Run the install action to boot the complete local DataSpoke development environment.

Frequently Asked Questions about dev-env

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

FAQPage Schema
How do I set up a local DataSpoke development environment?

To set up a local DataSpoke development environment, run the install action to automatically bootstrap DataHub, DataSpoke infra, and the dummy data stack with a single command.

Can I check the status and readiness of DataSpoke services locally?

Yes, you can perform status checks to monitor the health and readiness of DataSpoke services, ensuring your local development components are running properly before coding.

How do I establish port-forwarding for DataSpoke components?

You can establish port-forwarding for DataSpoke components by using the dedicated port-forward action, which routes local traffic to your development services for direct access.

What environment configuration is required to bootstrap DataSpoke?

Bootstrapping DataSpoke requires loading and validating environment variables from the dev_env/.env file to ensure consistent local setup across all required components.

What is the best way to tear down and uninstall local DataSpoke services?

The best way to uninstall DataSpoke services is to run the uninstall action, which removes the dev environment and its dependencies while maintaining a clean local state.