Agent skill
run-job-data
Run generate_job_data to execute a study definition
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/run-job-data
SKILL.md
Run Job Data
Execute a study definition using generate_job_data.
Usage
# Research study (no trading)
/run-job-data "job_data/definitions/test_runner/my_research.json" --start 2023-01-01 --end 2023-12-31
# Trading campaign (with cash)
/run-job-data "job_data/definitions/test_runner/my_strategy.json" --cash 100000 --start 2023-01-01 --end 2023-12-31
# Debug with AddressSanitizer
/run-job-data --asan "job_data/definitions/test_runner/my_strategy.json" --cash 100000
Options
| Option | Description |
|---|---|
--asan |
Use debug build with AddressSanitizer (must be first arg) |
--start DATE |
Start date (default: 2023-01-01) |
--end DATE |
End date (default: 2023-12-31) |
--cash AMOUNT |
Initial cash - creates trading campaign if set |
--name NAME |
Output name (default: definition filename) |
Run
/home/adesola/EpochDev/ClaudeCodeResearch/cpp_tools/run_generate_job_data.sh $ARGUMENTS
Notes
- Research study: Omit
--cash- outputs toresearch_studies/ - Trading campaign: Include
--cash- outputs tocampaigns/ - Build first with
/build-job-dataif binary is missing
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?