burn-in-cceverywhere-ralph
Autonomous coding loops, TDD workflows, and quality verification
All Skills in This Repository (13)
Pure Emerald Level IndicatorsProject Guidelines Skill (Example)
Provide project-specific development guidelines for the Zenith platform.
clickhouse-io
Optimize ClickHouse databases with MergeTree table designs and query patterns.
coding-standards
Enforces coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.
Eval Harness Skill
Define and run capability and regression evals for AI development sessions.
ralph
Convert PRDs into structured prd.json files for Ralph.
backend-patterns
Detail backend architecture patterns for Node.js, Express, and Next.js API routes.
continuous-learning
Extract reusable patterns and learned skills from AI coding session transcripts.
prd
Generate structured Product Requirements Documents from feature descriptions.
Verification Loop Skill
Execute build, type, lint, and test checks with security scans and diff review.
tdd-workflow
Guide Test-Driven Development with tests-first methodology and 80% code coverage.
frontend-patterns
Document React and Next.js frontend patterns with TypeScript examples.
security-review
Review code for authentication, input validation, and secrets management vulnerabilities.
Frequently Asked Questions
FAQPage SchemaHow to install burn-in-cceverywhere-ralph?▼
Run `npx skills add hellangleZ/burn-in-cceverywhere-ralph --all -g -y` in your terminal to install all skills, agents, and commands globally.
How does the Ralph autonomous loop work?▼
Ralph reads a prd.json file, picks the highest-priority unfinished user story, implements it with tests, commits the result, and repeats in fresh sessions until every story passes.
Can it handle tasks too big for one session?▼
Yes. Memory persists through prd.json, progress.txt, and git history, so each new iteration continues exactly where the last one stopped.
Does it enforce code quality automatically?▼
Yes. Every story must pass unit tests, 80% coverage, typecheck, and lint before it is marked complete, with browser verification for UI changes.
Do I need coding experience to use it?▼
Basic setup requires running the install script, but after that you describe features in plain English and the agent handles implementation end to end.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core