What problem does it solve?
This Skill provides an integrated set of CLI development tools to inspect the world state, benchmark performance, validate assets, and run simulation stress tests for Stapledon's Voyage. It helps developers quickly verify performance, diagnose issues, and explore CLI feature sets without manual setup.
Core Features & Use Cases
- World Inspection: Quick visibility into current world state and seed-based scenarios.
- Performance Benchmarks: Run benchmarks and measure time per operation.
- Asset Validation: Validate presence and structure of game assets.
- Simulation Stress Testing: Stress test the engine with large step counts.
- AI Handler Testing: Inspect available AI handlers and prompts.
Quick Start
- Build the CLI: make cli
- Inspect world state: ./bin/voyage world -summary
- Run performance benchmarks: ./bin/voyage bench -n 1000
- Validate assets: ./bin/voyage assets
- Stress test simulation: ./bin/voyage sim -steps 1000
- List AI handlers: ./bin/voyage ai -list