hellangleZhellangleZCommunity·13 Agent Skills Included

burn-in-cceverywhere-ralph

Autonomous coding loops, TDD workflows, and quality verification

Automates large software builds through a self-running loop that picks user stories from a PRD, writes tests first, and commits verified code. Eliminates context-window limits, manual test runs, and forgotten quality checks like typecheck, lint, and coverage. Includes specialized reviewers, security checklists, and coding patterns so every iteration ships clean, tested code without supervision.
npx skills add hellangleZ/burn-in-cceverywhere-ralph --all -g -y
Available:

Tells the agent how to autonomously pick PRD user stories, implement them with TDD, pass all quality checks, and route work to specialized sub-agents in parallel.

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
hellangleZhellangleZ

Project Guidelines Skill (Example)

Provide project-specific development guidelines for the Zenith platform.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

clickhouse-io

Optimize ClickHouse databases with MergeTree table designs and query patterns.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

coding-standards

Enforces coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

Eval Harness Skill

Define and run capability and regression evals for AI development sessions.

Community
Advanced
📦 In Repo
hellangleZhellangleZ

ralph

Convert PRDs into structured prd.json files for Ralph.

Community
Advanced
📦 In Repo
hellangleZhellangleZ

backend-patterns

Detail backend architecture patterns for Node.js, Express, and Next.js API routes.

Community
Advanced
📦 In Repo
hellangleZhellangleZ

continuous-learning

Extract reusable patterns and learned skills from AI coding session transcripts.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

prd

Generate structured Product Requirements Documents from feature descriptions.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

Verification Loop Skill

Execute build, type, lint, and test checks with security scans and diff review.

Community
Advanced
📦 In Repo
hellangleZhellangleZ

tdd-workflow

Guide Test-Driven Development with tests-first methodology and 80% code coverage.

Community
Advanced
📦 In Repo
hellangleZhellangleZ

frontend-patterns

Document React and Next.js frontend patterns with TypeScript examples.

Community
Intermediate
📦 In Repo
hellangleZhellangleZ

security-review

Review code for authentication, input validation, and secrets management vulnerabilities.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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