What is the primary purpose of using skills in a project?	To automate constantly repeated work and procedures.
How does a skill verify work, such as after a refactor?	It runs a suite, reads a diff, checks that no test has weakened, and reports pass or fail.
What is the recommended structure for a skill folder?	It must contain a skill.md file, a name, a description, and the procedure itself.
What is the best practice for the skill.md file?	Keep it lean and push heavy material into side files like reference.md.
What is the difference between the content of cloud.md and skill.md?	cloud.md holds conventions that apply always; skill.md holds procedures or reference materials tied to a specific task.
How does Cloud execute the procedures defined within a skill folder?	It executes scripts in the folder rather than loading them.
Where should rules that Cloud must not be able to skip be placed?	They should be placed in a hook.
When does Cloud load the content of a skill?	Only the descriptions load until a skill is actually needed.
