run-package

Execute Starlark scripts and Kurtosis packages with kurtosis run flags.

547|97|Updated Feb 14, 2023
One-click install
npx skills add https://github.com/kurtosis-tech/kurtosis --skill run-package
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: run-package
Source: https://github.com/kurtosis-tech/kurtosis/tree/main/skills/run-package
Command: npx skills add https://github.com/kurtosis-tech/kurtosis --skill run-package

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to execute Starlark scripts and Kurtosis packages quickly using kurtosis run, simplifying local development and testing workflows.

Core Features & Use Cases

  • Run local packages from a folder or repository
  • Run remote packages hosted on GitHub or other sources
  • Control execution with flags like --dry-run, --args-file, --parallel, --image-download, --verbosity, and production mode across enclaves

Quick Start

Run Kurtosis packages locally or from GitHub using kurtosis run.

Frequently Asked Questions about run-package

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

FAQPage Schema
How do I run Starlark scripts and Kurtosis packages locally or from GitHub?▼

You can run Starlark scripts and Kurtosis packages by using the kurtosis run command, which supports executing local folders, repositories, and remote GitHub-hosted packages for development workflows.

Can I execute Kurtosis packages with a dry-run or specific arguments?▼

Yes, you can execute Kurtosis packages using flags like --dry-run to test without side effects, and --args-file to pass specific input arguments during your package execution.

Do I need a running Kurtosis engine to execute Starlark scripts?▼

Yes, executing Starlark scripts requires a compatible Kurtosis CLI installed and a running Kurtosis engine, as the command reads its metadata to guide the execution environment.

How do I control execution parallelism and image downloads when running Kurtosis packages?▼

You control execution by applying flags such as --parallel for parallelism and --image-download to manage image download modes, alongside production mode settings for enclave-scoped experiments.

What is the best way to test remote packages without deploying full resources?▼

The best way to test remote packages without deploying full resources is using the --dry-run flag with kurtosis run, allowing you to validate execution logic safely in your local development environment.