Currently just one naming pattern for ASB.
ASA Mutation Focus (uber-asa.js)
Here's a naming pattern designed to show ASA mutations well. Of course you'll need a good way of extracting those mutation levels before it'll work - either fully extracting/fixing parent stat mutations and a bit of luck, or the export gun.
Some examples:
<----------------------> <- max length
M H99 S99 F99 W99 D99 <- just wild stats, unmutated
M H60+255 D60+255 W60+99 <- when mutated, showing combo wild+mut
M H+255 D+255 <- when mutated, showing just mutations
M H60+255 (+100000) <- shows mutation counter only when you have ghost mutations
To use, simply copy/paste the contents as a naming pattern. Feel free to customise the first section, which has some basic comments to describe what each field does. It's written in JavaScript, so should be fairly readable and customisable.