LeetCode Helper is a Codex skill for solving LeetCode-style coding interview problems with optimized solutions and detailed explanations.
Aman Attar
GitHub: https://github.com/amanattar/
When you paste a LeetCode problem, this skill guides the agent to provide:
- Problem understanding in plain language.
- An optimized algorithmic approach.
- Clean LeetCode-ready Python code.
- Step-by-step algorithm explanation.
- Line-by-line code explanation.
- A dry run using an example.
- Time and space complexity.
- Important edge cases.
SKILL.md: Skill metadata and high-level instructions.AGENTS.md: Detailed behavior rules, answer format, and examples.
Paste a LeetCode question and ask for an optimized solution. The response should include the algorithm, code, explanation, dry run, complexity analysis, and edge cases.
MIT