Skip to content

huytd/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

skills

Some custom skills I created for Claude Code

What's inside?

Incremental Implementation Skill

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.

image image image image

Review Diff

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.

Walkthrough

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.

About

Some custom skills I created for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors