Structure your skills so the AI loads only the files it needs. Split complexity across modular files and use keywords to trigger conditional loading.


TL;DR: You reduce token usage when you trigger conditional loading instead of loading all files at once.





Common Mistake ❌


You load a complex skill with 20 associated files into your...