This skill should be used when the user asks to "fix formatter-off", "fix code generation formatting", "fix auto-formatted string concatenation", "add formatter off", or when writing, reviewing, or generating Java code generators that build source code via string concatenation. Also applies proactively when creating new code generation methods or modifying existing ones — always use @formatter:off guards and the one-output-line-per-source-line convention.
$npx -y skills add motlin/claude-code-plugins --skill code-generationInstalls into the current project.
Run `npx skills use "https://github.com/motlin/claude-code-plugins" --skill "motlin/claude-code-plugins/code-generation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/motlin/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/motlin/claude-code-plugins"` and select the relevant skills, then follow their instructions.