Code

Code from motlin/claude-code-plugins.

by @motlin 5 skills

Skills in this plugin

5
  1. Test Data · motlin
    This skill should be used when writing, reviewing, or modifying test code that contains literal values like timestamps, names, IDs, paths, or URLs.
    1 install
  2. Code Quality · motlin
    Code quality guidelines. ALWAYS use skill for ANY code changes.
    1 install
  3. Code Generation · motlin
    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.
    1 install
  4. Comment Cleanup · motlin
    Keep code comments concise and durable, or clean redundant comments without changing code behavior. Use when adding, editing, reviewing, or removing comments; after code changes; before committing; or when asked to clean comments in a diff or across the repository.
    1 install
  5. Test Assertions · motlin
    Write test assertions as complete, strict deep-equality checks, and hold existing tests to the same standard. Use when writing new tests, adding assertions, reviewing test quality, strengthening weak tests, or replacing fragmented assertions in a file, directory, diff, or repository.
    1 install