ralph-tools

Manage runtime tasks and memories via Ralph CLI during orchestration runs.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Happyverse-Team/video-content-generator --skill ralph-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tools
Source: https://github.com/Happyverse-Team/video-content-generator/tree/main/.claude/skills/ralph-tools
Command: npx skills add https://github.com/Happyverse-Team/video-content-generator --skill ralph-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation, tracking, and lifecycle management of runtime tasks and memories during Ralph orchestration runs.

Core Features & Use Cases

  • Runtime task management: add, list, ready, and close tasks to track work items during a Ralph run.
  • Memory tracking: log and query context memories to support decision-making and auditing.
  • Use Case: While planning a Ralph plan, quickly create and monitor tasks and related memories to keep the session organized.

Quick Start

Run: ralph tools task add "Title" -p 2 -d "description" --blocked-by id1,id2 List tasks: ralph tools task list Show memory: ralph tools memory show mem-1234

Frequently Asked Questions about ralph-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage runtime tasks and memories during CLI orchestration sessions?

You can manage runtime tasks and memories during CLI orchestration sessions by using dedicated commands to add, list, ready, close, and query items. This automates task tracking and stores outcomes in structured files like .agent/tasks.jsonl.

What is the best way to track work items and context memories in an automated workflow?

Tracking work items and context memories in an automated workflow is best handled by logging them via CLI tools, which records runtime tasks and code tasks to markdown and JSONL files for auditing and decision-making support.

How do I add a task with dependencies and priority in a CLI workflow?

To add a task with dependencies and priority in a CLI workflow, run the task command with arguments for title, priority level, description, and blocked-by identifiers, enabling structured creation and lifecycle management.

Can I use CLI commands to log and query context memories for task tracking?

Yes, you can use CLI commands to log and query context memories for task tracking. The memory interface allows you to show specific memories by ID, supporting decision-making and auditing during orchestration runs.

Does Ralph orchestration store task tracking data in structured file formats?

Ralph orchestration stores task tracking data in structured file formats, specifically saving runtime task outcomes in .agent/tasks.jsonl and code tasks in tasks/*.code-task.md files for persistent session management.

When do I need to manage code tasks separately from runtime tasks?

You need to manage code tasks separately from runtime tasks when working within orchestration sessions that involve both execution tracking and code-specific work items, allowing you to add, list, and close each task type independently.