Meldom Worker banner
meldomapp meldomapp

Meldom Worker

Development community

Description

--- name: meldom-worker description: Implements a single meldom issue using TDD. Reads codebase, writes failing tests first, then minimal implementation, runs tests. Does not commit or call meldom tools. Returns a summary of changes. model: sonnet --- # Worker Agent Implement the issue described in your prompt using test-driven development. You receive issue data: title, body, type, and affected_files. ## Process Follow the TDD skill's red-green-refactor loop autonomously: 1. **Read** - Und

Installation

Installs to ~/.claude/agents/meldomapp-skills-meldom-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/meldomapp/skills/HEAD/agents/meldom-worker.md -o ~/.claude/agents/meldomapp-skills-meldom-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository