auto-ralph
PROACTIVELY activates for ANY task with clear success criteria. This skill should be used when the user provides tasks like: "fix the bug", "add tests", "implement feature X", "refactor Y". Explicit triggers: "ralph this", "auto ralph", "loop it", "iterate". Auto-detects Ralph-suitable tasks (score >= 3/4): - Clear success criteria (tests pass, error gone, feature works) - Benefits from iteration (not one-shot) - Well-defined scope (specific files/functions) - Verifiable completion (can honestly output promise) Does NOT activate for: explanations, questions, vague requests.
npx skills add majiayu000/claude-skill-registry --skill auto-ralph-nalyk-nalyk-skills-demo-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# auto-ralph Skill proactiv care detectează automat task-uri potrivite pentru Ralph Loop și le execută. ## Prefix de Activare (OBLIGATORIU) **Când skill-ul activează, PRIMUL lucru afișat trebuie să fie:** ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: [tip task] Scor: [X]/4 → [Ralph mode / Normal mode] ═══════════════════════════════════════════════ ``` **Exemple:** ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: bug fix Scor: 4/4 → Ralph mode ═══════════════════════════════════════════════ ``` ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: întrebare Scor: 1/4 → Normal mode ═══════════════════════════════════════════════ ``` **De ce prefix:** - Utilizatorul știe imediat că skill-ul a activat - Transparență totală despre decizia scoring - Debugging ușor dacă ceva merge prost ## Faza 0: Verificare Loop Activ (OBLIGATORIU - P0 FIX) **ÎNAINTE de orice scoring, verifică dacă Ralph Loop e deja activ:** ```bash if [[ -f ".claude/ralph-loop.local.md" ]]; then # STOP - nu porni alt loop! fi ``` **Dacă loop activ:** ``` (AUTONALYK) ═══════════════════════════════════ ⚠️ Ralph Loop DEJA ACTIV! Iterația curentă: [citește din fișier] Op
- Prefix de Activare (OBLIGATORIU)
- Faza 0: Verificare Loop Activ (OBLIGATORIU - P0 FIX)
- Workflow Automat
- Faza 1: Scoring Automat
- Keywords Multilingve (P1 FIX)
- Faza 1.5: Pre-Analiză cu Explore Agent (OPȚIONAL)
- Template-uri Explore
- Faza 2: Detecție Context
- Faza 3: Generare Prompt
- Faza 4: Confirmare (SINGURA ÎNTREBARE)
- Faza 5: Execuție
- Reguli Limbă
- Triggers Explicite (override scoring)
- Resurse
if [[ -f ".claude/ralph-loop.local.md" ]]; then fi local sf="$HOME/.claude/auto-ralph.local.md" if [[ -f "$sf" ]]; then sed -n '/^---$/,/^---$/p' "$sf" | grep -v '^---$'
What does the auto-ralph skill do?
PROACTIVELY activates for ANY task with clear success criteria. This skill should be used when the user provides tasks like: "fix the bug", "add tests", "implement feature X", "refactor Y". Explicit triggers: "ralph this", "auto ralph", "loop it", "iterate". Auto-detects Ralph-suitable tasks (score >= 3/4): - Clear success criteria (tests pass, error gone, feature works) - Benefits from iteration (not one-shot) - Well-defined scope (specific files/functions) - Verifiable completion (can honestly output promise) Does NOT activate for: explanations, questions, vague requests.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill auto-ralph-nalyk-nalyk-skills-demo-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
