# Healthy Skill

> Converts contracts to redlined drafts. Use when: 'redline this contract', 'compare contract versions'.

- Skill: `melodic-software/healthy-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add melodic-software/healthy-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/melodic-software/healthy-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: melodic-software (https://skillmd.com/u/melodic-software)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/melodic-software/healthy-skill

---


## Purpose

Produce a redlined draft from two contract versions. The basic path is inline below; **for
tracked-changes output specifically**, read
[reference/redlining-rules.md](reference/redlining-rules.md) — it carries the clause-matching
rules and is only needed when the caller asked for tracked changes.

## Basic path

1. Diff the two versions clause by clause.
2. Emit the redlined draft with insertions and deletions marked.

