Слияние SPF-behaviour с предварительным рефакторингом

★ 7.9 · engineering

merge-behaviors is a Claude Code skill that merges two SPF behaviors into one using a cleaned-shape-first discipline. It enforces independent analysis and cleanup of each side before combining them, preventing the common mistake of moving unrefactored code blocks as-is. The structured approach ensures the resulting behavior is architecturally sound rather than a patchwork of relocated logic. Developers working with signal patterns and SPF-based component architectures will find it particularly useful when consolidating overlapping behaviors without accumulating hidden technical debt.