- SKILL.md: Complete documentation for Ralph automation - scripts/status.sh: Check project and Ralph status - scripts/start.sh: Start Ralph loop with options - scripts/commit.sh: Git commit helper - README.md: Skill usage guide Co-Authored-By: Claude <noreply@anthropic.com>
Ralph Runner Claude Skill
Claude Skill for managing BtToxin Pipeline development with Ralph autonomous AI agent.
Directory Structure
ralph-runner/
├── SKILL.md # Main skill documentation
├── README.md # This file
└── scripts/
├── status.sh # Check project and Ralph status
├── start.sh # Start Ralph loop
└── commit.sh # Helper for git commits
Quick Start
Option 1: Use the Skill directly
When working on BtToxin Pipeline, invoke this skill to:
- Start Ralph development loop
- Monitor progress
- Check status
- Manage commits
Option 2: Use helper scripts
# Check status
.claude/skills/ralph-runner/scripts/status.sh
# Start Ralph with monitoring
.claude/skills/ralph-runner/scripts/start.sh --monitor
# Commit changes
.claude/skills/ralph-runner/scripts/commit.sh "feat(module): description"
Integration with Claude Code
This skill is designed to be invoked when:
- User requests BtToxin Pipeline development
- User wants to start Ralph loop
- User needs to check development status
- User wants to continue interrupted development
Skill Metadata
- Name: ralph-runner
- Description: BtToxin Pipeline development with Ralph autonomous AI agent
- Actions: start, monitor, status, commit, push
- Domain: bttiaw.hzau.edu.cn
Related Files
/vol1/1000/docker_server/traefik/web/zly/PROMPT.md- Ralph instructions/vol1/1000/docker_server/traefik/web/zly/@fix_plan.md- Task list/vol1/1000/docker_server/traefik/web/zly/specs/requirements.md- Technical specs/vol1/1000/docker_server/traefik/web/zly/@AGENT.md- Build commands