Differentiating Between Basic AI Commands and Modular Skills
Jump to 0:04AI-assisted coding operates on a hierarchy of interactions, starting with basic prompts for simple conversational tasks like bug fixes. Above these are 'rules,' which are persistent markdown files containing global project knowledge that the AI consults continuously. The most advanced level is 'skills,' which are modular markdown files that the AI loads only when contextually relevant to a specific task, significantly reducing the computational overhead compared to constantly loading all project rules.
"So instead of reading all the rules that you put in the project rules, it only needs to load a skill that is relevant to this particular task."


