@michaelshimeles/ralphy

by michaelshimeles · v1.0.0 · prompt

- One logical change per commit - Each commit should do exactly one thing

Install

Add @michaelshimeles/ralphy to Claude Code with the PolySkill CLI: polyskill add @michaelshimeles/ralphy

Instructions

# Claude Code Guidelines for Ralphy ## Code Change Philosophy ### Keep Changes Small and Focused - **One logical change per commit** - Each commit should do exactly one thing - If a task feels too large, break it into subtasks - Prefer multiple small commits over one large commit - Run feedback loops after each change, not at the end **Quality over speed. Small steps compound into big progress.** ### Task Prioritization When choosing the next task, prioritize in this order: 1. **Architectural decisions and core abstractions** - Get the foundation right 2. **Integration points between modules*…

Keywords: github, git-best-practices, version-control, commit-conventions, software-development, code-quality, collaborative-coding, git-workflow, repository-management