setup

Create autoresearch experiment configurations from domain, target file, and evaluation inputs.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill setup-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/autoresearch-agent/skills/setup
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill setup-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually configuring a new autoresearch experiment by collecting every required input and turning it into a runnable setup.

Core Features & Use Cases

  • Interactive Experiment Setup: Guides the user through domain, experiment name, target file, evaluation command, metric, direction, optional evaluator, and storage scope.
  • Experiment Listing and Discovery: Shows existing experiments and available built-in evaluators to help users choose the right setup path.
  • Practical Use Case: Use it when you want to benchmark a code change, compare prompt variants, or create a repeatable evaluation workflow without assembling configuration by hand.

Quick Start

Ask the assistant to create a new autoresearch experiment and provide the domain, target file, evaluation command, metric, direction, and optional evaluator.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up an autoresearch experiment for prompt optimization?

An autoresearch experiment configuration requires a domain, target file, evaluation command, metric, direction, and optional evaluator. The setup script validates these inputs to create a runnable benchmarking workflow for prompt optimization tasks.

What inputs are required for reproducible benchmarking workflows?

Reproducible benchmarking workflows require a domain, target file, evaluation command, metric, and direction. The setup process validates target files and executes the setup script to report baseline metrics for reliable experiment initialization.

Can I list existing experiments and evaluators before creating a new one?

Yes, you can list existing experiments and available built-in evaluators. This discovery feature helps you review current configurations and choose the right evaluator path before initializing a new experiment.

Does the experiment setup process support interactive configuration?

Yes, the experiment setup supports an interactive mode that guides you through the configuration. It collects the domain, experiment name, target file, evaluation command, metric, direction, evaluator, and storage scope to build the setup.

Why does my experiment setup require validating target files?

Validating target files ensures the setup script reliably reports baseline metrics. This validation step is required to guarantee reliable experiment initialization and prevent configuration errors during benchmarking.