What problem does it solve?
This Skill removes the friction of manually discovering, initializing, and loading rcode configuration before any other skill can run.
Core Features & Use Cases
- Fast-path loading: Returns resolved configuration values immediately when the requested module is already configured.
- Interactive initialization: Guides the user through core and module setup when config is missing, then writes the required files.
- Project bootstrapping: Supports first-time project setup by creating the rcode config, state, and context files needed for later skills.
- Use Case: A calling skill activates rcode-init to get module variables for a project, and if configuration is missing, the user is prompted once and the config is written automatically.
Quick Start
Use the rcode-init skill to load the current project configuration for the requested module and return the resolved variables.