Contributing to Ralph
Description
Thank you for your interest in contributing to Ralph.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for postrv/ralphing-la-vida-locum, shared by 6 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to Ralph
Thank you for your interest in contributing to Ralph.
Getting Started
- Fork the repository
- Clone your fork:
git clone https://github.com/postrv/ralph.git - Create a branch:
git checkout -b feature/your-feature
Development Setup
# Install Rust (if needed)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Build the project
cargo build
# Run tests
cargo test
# Check for warnings
cargo clippy
# Format code
cargo fmt
Before Submitting
Please ensure your changes:
- Pass all tests:
cargo test - Pass clippy:
cargo clippy -- -D warnings - Are formatted:
cargo fmt - Include tests for new functionality
- Update documentation if needed
Pull Request Process
- Update the README.md if you've changed CLI behavior
- Add entries to CHANGELOG.md under "Unreleased"
- Ensure CI passes on your PR
- Request review from maintainers
Code Style
- Follow Rust conventions
- Use meaningful variable and function names
- Keep functions focused and small
- Add comments for non-obvious logic
Security
If you discover a security vulnerability, please email the maintainers privately rather than opening a public issue.
Questions?
Open an issue for discussion before starting major work.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11