Auto Generated via Readwise

These are my highlights created/synced via Readwise.io - Referral Link

About

Title: Why Most Developers Are Using Claude Code Wrong (Here’s What You’re Missing)!
Authors: DIY Smart Sync
Category:articles
Tags:to-review
Number of Highlights: 2
Source URL: https://www.youtube.com/watch?v=xuZ2meWfcKg&feature=youtu.be
Date: 2026-03-01
Last Highlighted: 2026-03-01


Highlights

he full skill content loads on demand. Your PR review checklist isn’t consuming tokens while you’re debugging. It loads

when you actually ask for a review. Skills can also be SL commands. You can type slreview or slash deploy to invoke them directly. In fact, entropic merged/comands and skills. They’re the same thing. Now, a file at do.cl/comands and a skill atcloud/skills. Both create the same slash command.


Hooks are fundamentally different from everything we’ve covered so far. Skills add knowledge. Sub agents delegate tasks, but hooks hooks fire on

events automatically, deterministically. No hoping the LLM makes the right choice. A hook is a shell command that executes at a specific point in clot code’s life cycle.