·ralph-status
{}

ralph-status

kroegha/ralph-skill

Display project status dashboard and optionally continue the Ralph Loop. Use when checking progress, viewing status, or when user says "ralph status", "show progress", or "how is it going".

3Installs·0Trend·@kroegha

Installation

$npx skills add https://github.com/kroegha/ralph-skill --skill ralph-status

SKILL.md

Display project status and offer to continue autonomous development if tasks remain.

After starting the server, open http://localhost:8080/dashboard.html in the browser.

| Check file exists | Test-Path "file" | [[ -f file ]] | | Run SQLite | sqlite3 ralph.db "query" | sqlite3 ralph.db "query" | | Run dashboard script | .\scripts\ralph-db.ps1 dashboard | ./scripts/ralph-db.sh dashboard | | Count in variable | $count = sqlite3 ... | COUNT=$(sqlite3 ...) |

Display project status dashboard and optionally continue the Ralph Loop. Use when checking progress, viewing status, or when user says "ralph status", "show progress", or "how is it going". Source: kroegha/ralph-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kroegha/ralph-skill --skill ralph-status
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ralph-status?

Display project status dashboard and optionally continue the Ralph Loop. Use when checking progress, viewing status, or when user says "ralph status", "show progress", or "how is it going". Source: kroegha/ralph-skill.

How do I install ralph-status?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kroegha/ralph-skill --skill ralph-status Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kroegha/ralph-skill

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-01