Some custom skills I created for Claude Code
Analyze a plan, break it down into smaller manageble chunks, figure out the dependency between them, implement step by step instead of bulding the whole thing all at once.
The point is to avoid the vibe-coding trap, where the user ask the AI to do all the work and ended up not understanding anything at all.
This skill create a markdown document contains the diagram explains the system before and after the change, as well as the detailed walkthrough the code change, based on the current git diff, to make it easier to understand what's going on. It can also being used to review any PR.
Another skill to improve code review experience, this one run directly in the Claude Code session. It will go through each change in the codebase, one by one. Explain what was the code's behavior before and after the change.