一键导入
the-ralphs
Overview of the Ralph services and how they fit together in an Ikigai context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Overview of the Ralph services and how they fit together in an Ikigai context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | the-ralphs |
| description | Overview of the Ralph services and how they fit together in an Ikigai context |
Ralph is a small ecosystem of services that together form an autonomous software development pipeline.
This skill is conceptual context for Ikigai agents. It does not replace the real services or scripts.
ralph-plans — Goal storage and lifecycle management. Tracks goals through states like draft, queued, running, done, stuck, and cancelled.
ralph-runs — Orchestrator. Picks up queued goals, creates isolated clones, runs agents, and merges results back.
ralph-shows — Dashboard for viewing queued, running, stuck, and completed goals.
ralph-logs — Browser log tailing for runs and related services.
ralph-counts — Metrics and cost tracking.
ralph-remembers — Long-term memory service, still evolving.
ralph-herds — Planned process supervisor for the whole stack.
Typical flow:
ralph-plansralph-runs picks it up/mnt/store/git/<org>/<repo>When you need to act, use the real scripts in:
../ralph-pipeline/scripts from the ikigai repo rootAutomated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Create repositories using the real ralph-pipeline repo-create script