What problem does it solve?
This Skill removes the friction of starting a new rcode project or adding rcode to an existing codebase by handling setup decisions, safety checks, and the initial project structure for you.
Core Features & Use Cases
- Greenfield Project Scaffolding: Clones the official rcode template into a fresh folder and prepares it for a new project.
- Brownfield Initialization: Adds only the rcode structure needed to an existing project without overwriting current files.
- Safety-First Validation: Detects empty versus non-empty folders, checks for existing rcode setup, and pauses for explicit consent before making changes.
- Post-Setup Guidance: Helps with pnpm installation, Node.js target verification, config initialization, and next-step recommendations.
- Use Case: A developer wants to start a new app from the official template or enable rcode in an already-started repository without risking accidental file loss.
Quick Start
Ask to scaffold a new rcode project in a chosen folder, or tell it to initialize rcode here in the current project.