dot_agents/skills/leetcode-init/SKILL.md
Use when initializing a LeetCode Python problem from a same-name `.txt` prompt dump and `.py` stub, especially when the goal is to scaffold a local runner and unittest coverage without generating the solution itself.
npx skillsauth add kevin-mok/ai-cli-dotfiles leetcode-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn a copied LeetCode prompt text file plus its matching Python stub into a runnable local scaffold that stays solution-free.
The scaffold should help the user test their own implementation later, not solve the algorithm for them.
.txt and .py pair.python3 ~/linux-config/dot_agents/skills/leetcode-init/scripts/init_leetcode_problem.py <slug-or-path>Solution method
unimplemented.python3 <problem>.pypython3 <problem>.py --test__main__ example runnerunittest coverage generated from the prompt examplesTreeNode and ListNode helpers only when the method
signature needs them.txt file as the source of truth for the
scaffolded test cases.Example N: blocks with Input: and
Output: lines.tools
Improve typography by fixing font choices, hierarchy, sizing, weight consistency, and readability. Makes text feel intentional and polished.
content-media
Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.
documentation
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
testing
Use when work in this repo introduces a concrete manual verification step, changes the expected outcome of an existing manual check, or exposes an obvious gap in the shared smoke-test checklist.