extract-engine

Installation
SKILL.md

Extract Engine

Apply the execution contract before this procedure.

Use this skill when the task is to move existing code out of a Rails app and into an engine. Prefer incremental extraction over big-bang rewrites. Preserve behavior first, then improve design.

Quick Reference

Phase Focus
Prep Identify bounded feature and host dependencies
Logic Move stable domain logic (POROs, services) first
Seams Add adapters/config for host dependencies
Web Move controllers, routes, views last

HARD-GATE

Installs
25
GitHub Stars
26
First Seen
Aug 14, 2026
extract-engine — igmarin/rails-agent-skills