What problem does it solve?
When you need to keep writing code that matches your WenyanNature/Wenyan compiler and Minecraft Mod coding conventions, it prevents style drift by guiding the AI to follow your established naming, structure, and error-handling patterns.
Core Features & Use Cases
- Style-driven Java code continuation: Generate new Java code that follows your high-confidence habits (e.g.,
I-prefixed interfaces, Wenyan-prefixed classes, record, and switch expressions).
- Evidence-based imitation: First uses your provided style report and representative snippets, then applies only high-confidence rules with conservative fallbacks when samples are insufficient.
- Project-aligned correctness expectations: Encourages consistent testing patterns (JUnit 5 parameterized tests) and correct nullability annotations (
@NotNull/@Nullable).
Quick Start
Use the imitate-wenyan-style skill and ask it to generate or complete the next Java class/function for a nearby file path, describing inputs/outputs and any required exceptions.