optimization-research-workflow

Automate end-to-end optimization research workflows from theory framing to publication-ready results.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mmogib/research-toolkit --skill optimization-research-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimization-research-workflow
Source: https://github.com/mmogib/research-toolkit/tree/main/skills/optimization-research-workflow
Command: npx skills add https://github.com/mmogib/research-toolkit --skill optimization-research-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires DataFrames, CSV, ProgressMeter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinates and guides end-to-end optimization research projects, spanning theory, Julia implementation, parameter tuning, benchmarking, and paper writing.

Core Features & Use Cases

  • Structured workflows that connect theory, implementation, benchmarking, and publication steps.
  • Reusable templates and references that accelerate project startup and ensure reproducibility.
  • Use Case: Start a new optimization study by cloning the toolkit, then tailor CLAUDE.md and jcode/CLAUDE.md to your algorithm.

Quick Start

Copy the optimization-research-workflow template to your project and customize CLAUDE.md and jcode/CLAUDE.md to match your algorithm.

Frequently Asked Questions about optimization-research-workflow

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

FAQPage Schema
How do I structure an end-to-end optimization research workflow in Julia?

An optimization research workflow connects theory framing, Julia implementation, parameter tuning, benchmarking, and publication. Using a template-driven approach with customizable context files ensures reproducible experiments across multiple problems and configurations.

What is the best way to start a new optimization study using a project template?

To start a new optimization study, copy the workflow template to your project directory, then tailor the CLAUDE.md and jcode/CLAUDE.md files to match your specific algorithm requirements and configuration parameters.

Do I need DataFrames and CSV to run optimization benchmarking workflows?

DataFrames and CSV are required dependencies for handling data within the optimization benchmarking workflow. ProgressMeter is also included to track the execution status of parameter tuning and experiment phases.

Can I use this workflow for parameter tuning across multiple problem configurations?

Yes, the workflow supports parameter tuning and phase transitions across multiple problems and configurations. Reusable templates and standard workflow references accelerate project startup while maintaining experiment reproducibility.

How does template-driven benchmarking improve reproducibility in optimization research?

Template-driven benchmarking improves reproducibility by standardizing the connection between theory, implementation, and publication steps. Reusable references ensure consistent experiment configurations and structured outputs across different optimization studies.

What are the limitations of using standard workflow templates for optimization research?

Standard workflow templates require explicit context configuration via CLAUDE.md and jcode/CLAUDE.md files. Users must customize these implementation guides to match their specific algorithm, as the template alone does not automatically generate optimization logic.