Fit In

Use before writing new code into an existing codebase — a new function, file, test, or feature in a repo that already has its own idioms. Reads the surrounding code first and matches its patterns (error style, test layout, naming casing, import conventions, file structure) instead of importing a generic house style. Use when AI-generated code is correct but 'doesn't look like ours,' when a codebase is becoming a patchwork of dialects, or when starting work in an unfamiliar repo where you'd otherwise default to your own habits.

mikestangdevs 298c8f4 5.9 KB Updated

File contents

mikestangdevs/craft-skills/tree/main/skills/craft/fit-in commit 298c8f4d5a

Frequently asked questions

npx skillmds@latest add mikestangdevs/fit-in