bygnurio· 47 skills
This skill should be used when a user wants to identify which parts of a codebase are safe to modify with AI ("vibe code") and which require careful human engineering. It classifies files and modules into Leaf (safe to vibe), Branch (caution), or Trunk (hands off) based on dependency isolation, stability, and external verifiability. Use when users say "find safe places to vibe code", "where can I let AI loose in this repo", "leaf nodes", "vibe-code audit", "can a PM edit this codebase", or when someone points at a directory and asks whether it's safe to let Claude rewrite it. Grounded in Erik Schluntz's (Anthropic) "leaf nodes vs trunks" framework from the "Vibe coding in prod" talk.
$npx -y skills add gnurio/nurijanian-skills --skill vibe-code-leaf-finderInstalls into the current project.
Run `npx skills use "https://github.com/gnurio/nurijanian-skills" --skill "gnurio/nurijanian-skills/vibe-code-leaf-finder"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gnurio/nurijanian-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gnurio/nurijanian-skills"` and select the relevant skills, then follow their instructions.