Loading...
Loading...
Scans the current project's frontend files, finds the components most out of alignment with .marrow.md, and fixes them automatically — without the user specifying a target. The zero-argument soul alignment sweep. Use this skill when the user wants to broadly align the project to the design soul, fix whatever is most off without specifying a file, or run a soul sweep across multiple components at once. Triggers on: /marrow-magic, or prompts like "fix everything to match marrow", "align my whole project", "soul sweep", "fix the worst violations", "everything feels off", "clean up all components to match the design". Requires .marrow.md to exist. If not found, instructs user to run /marrow first.
npx skill4agent add ashourml/marrow marrow-magic.marrow.md✗ No .marrow.md found.
Run /marrow with reference images first to extract the design soul.src/components/.tsx.jsx.vuesrc/app/src/pages/src/styles/.d.ts✗ No frontend files found in standard locations.
Point me at a specific file with /marrow-align [filename].## Marrow Magic — Soul Sweep
Found [N] frontend files. Biggest soul violations:
1. [filename] — [N] violations ([severity summary])
2. [filename] — [N] violations ([severity summary])
3. [filename] — [N] violations ([severity summary])
Fixing all three now...marrow-align### [filename] — [N] fixes
[aligned code]
Changes: [bullet list of what changed]## Sweep complete
Fixed [total N] soul violations across [N] files.
Remaining: [N] files with violations not yet fixed.
Run /marrow-magic again to continue the sweep, or target a specific file with /marrow-align [filename].
Untouched files with known violations:
- [filename] — [N] violations
- [filename] — [N] violations