Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ralph

ralph에는 Alfredao에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
3
업데이트
2026-04-29
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

cancel-ralph
소프트웨어 개발자

Cancel an active ralph-loop. Removes the loop state file so the Stop hook becomes a no-op on the next session exit. Optional --remove-hook flag also unregisters the hook from .claude/settings.local.json.

2026-04-29
ralph-loop
소프트웨어 개발자

Stop-hook driven Ralph loop. Activates a session-level Stop hook that reads prd.json, picks the next incomplete story, and re-prompts the assistant to implement it via the ralph-worker skill. Loop ends when all stories pass or --max-iterations is hit.

2026-04-29
ralph-status
프로젝트 관리 전문가

Read-only snapshot of the current project's Ralph state. Shows story completion, the next runnable story, dependency blocks, active blockers, and /ralph-loop state. Runs in a fraction of a second; safe to invoke at any time — it touches nothing.

2026-04-24
ralph-worker
소프트웨어 개발자

Implements a single user story from prd.json with fresh context. Team-aware - spawns specialized agents (designers, developers, reviewers) based on story type. Used by ralph-agent orchestrator or manually for single-story implementation.

2026-04-24
ralph-review-prd
프로젝트 관리 전문가

AI-powered architectural critique of an entire prd.json before the loop runs. Spawns one Backend Architect agent on the full PRD to flag ordering issues, sizing problems, missing stories, and dependency gaps that would otherwise surface as wasted retries mid-iteration. Complements `/ralph-validate` (which is static/structural) with judgment.

2026-04-24
ralph-agent
소프트웨어 개발자

Autonomous coding agent that implements user stories from prd.json iteratively. Spawns specialized agent teams (designers, developers, reviewers) per story type. Works through stories one by one until all pass.

2026-04-24
ralph-validate
프로젝트 관리 전문가

Static validator for prd.json. Checks structure, required fields, dependency consistency, acceptance criteria coverage, and detects cycles. Run before /ralph-agent or /ralph-loop to catch planning-time issues that would otherwise crash the loop mid-iteration.

2026-04-24
ralph-convert
프로젝트 관리 전문가

Converts markdown PRDs into structured prd.json format for autonomous agent execution. Ensures stories are properly sized and ordered by dependencies.

2026-04-24
ralph-prd
프로젝트 관리 전문가

Generates detailed PRDs through interactive questions, then converts to prd.json for autonomous agent execution. Single command that replaces the old ralph-prd + ralph-convert workflow.

2026-04-24