From maestro-economics
Use for RA Compute CPU/GPU research execution: submitting, monitoring, diagnosing, cancelling, resuming, optimizing, or downloading compute jobs; mecon CLI setup; CPU resource profiles; GPU tier choice; long empirical scripts; structural/JAX estimation; bootstrap sweeps; large Parquet first-pass analysis; failed, stalled, timed_out, or cancelling runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro-economics:ra-computeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: help an economist finish a research run with durable outputs. Keep the
Goal: help an economist finish a research run with durable outputs. Keep the conversation about scripts, runs, logs, artifacts, cost, and next steps.
This public skill is a thin router. Product logic belongs in mecon and the RA
Compute server, not in this markdown. Do not expose private platform internals.
Use this skill when the user mentions:
mecon submit, mecon resources, mecon status, mecon logs,
mecon watch, mecon download, mecon precompile;cpu-4c-16gb, L4, A100, H100;Do not use this skill for dataset discovery/download unless the user is asking
to execute a compute job. Use ra-data for catalog/query/download-only work.
Do not use it for experiment lifecycle work. Use ra-experiments there.
Run the helper first when possible:
skills/ra-compute/scripts/compute-readiness.sh
The helper only calls supported mecon commands. It does not call raw API
endpoints and does not submit paid work.
If the helper is unavailable, run these checks manually:
mecon --version
mecon submit --help
mecon resources
mecon doctor
mecon --version must be 0.7.2 or newer for CPU/GPU --resource support.
Use server-backed commands as the source of truth:
mecon resourcesmecon doctormecon submit . --resource <profile>mecon status <job_id>, mecon watch <job_id>mecon logs <job_id>, mecon download <job_id>mecon profile <job_id>Do not maintain pricing tables, raw API payloads, provider details, or hidden scheduling heuristics in the skill.
Read only the guide needed for the task:
references/server-owned-workflows.mdreferences/resource-selection.mdreferences/submission-flow.mdreferences/large-parquet.mdreferences/diagnosis.mdreferences/customer-language.mdSupported customer-facing path:
mecon doctor
mecon resources
mecon sync
mecon submit . --resource cpu-4c-16gb --timeout 3600
mecon submit . --resource l4 --timeout 3600
mecon watch <job_id>
mecon status <job_id>
mecon logs <job_id>
mecon profile <job_id>
mecon download <job_id>
Use mecon open billing | jobs | keys | dashboard | job <id> when the human
must act in the browser.
mecon submit . --resource <profile>.Report only what matters:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub maestro-ai-stack/maestro-economics --plugin maestro-economics