Files
bttoxin-pipeline/.claude/skills/ralph-runner
zly 1df699b338 docs: add ralph-runner Claude Skill
- 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>
2026-01-13 17:31:51 +08:00
..
2026-01-13 17:31:51 +08:00
2026-01-13 17:31:51 +08:00

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:

  1. User requests BtToxin Pipeline development
  2. User wants to start Ralph loop
  3. User needs to check development status
  4. 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
  • /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