Memtrace Style Fingerprint

Pull the codebase's empirical style norm from Memtrace and match it when writing or editing source code in an indexed repo. Use when choosing between competing idioms (ternary vs if-else, arrow vs function declaration, const vs let, await vs .then, early-return vs nested-return), matching naming case, or when the user asks what the convention here is. Do not re-derive style from training priors or maintain a markdown style guide for the project; the fingerprint is sampled live from the actual code.

syncable-dev 05dc009 9.9 KB Updated

File contents

syncable-dev/memtrace-public/tree/main/plugins/memtrace-skills/skills/memtrace-style-fingerprint commit 05dc00982a

Frequently asked questions

npx skillmds@latest add syncable-dev/memtrace-style-fingerprint