java-developer

Guide Java implementations for LeetCode problems with patterns and JUnit tests.

140|57|Updated Aug 21, 2016
One-click install
npx skills add https://github.com/yennanliu/CS_basics --skill java-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: java-developer
Source: https://github.com/yennanliu/CS_basics/tree/main/.claude/skills/java-developer
Command: npx skills add https://github.com/yennanliu/CS_basics --skill java-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides and standardizes Java implementations for LeetCode problems, ensuring clean, efficient, and interview-ready code.

Core Features & Use Cases

  • Pattern Reuse: Two pointers, sliding window, binary search, DFS/BFS patterns.
  • Robust Edge Cases: Explicit handling for empty inputs, nulls, and boundaries.
  • Testing Guidance: How to structure unit tests (JUnit) for LeetCode-style problems.

Quick Start

Implement a new LeetCode solution in a properly named Java class, add a short Javadoc with time/space complexity, and provide a few representative test cases.