What problem does it solve?
Developers often struggle to bootstrap a walkerOS source project from scratch, lacking a consistent, example-driven workflow.
This skill provides a phased blueprint that starts with research, collects input examples, defines mappings, and then scaffolds code and tests.
It ensures a repeatable, shareable approach to building new sources that align with walkerOS architecture.
Core Features & Use Cases
- Phase-driven development: research, example creation, mapping, scaffolding, implementation, testing, and documentation.
- Template-driven scaffolding: reuse standard source templates for web and server, with test and dev configurations.
- Documentation-first workflow: generate ready-to-publish skill metadata and examples that drive validation.
- Use Case: a team creates a new "data-source" to capture custom events and map them to walkerOS events with deterministic validation.
Quick Start
Begin by reviewing this Skill and following its seven phases to scaffold a new walkerOS source, including collecting inputs, defining mappings, implementing code, and validating with tests.