--- name: loading-context description: Quickly learn the core aspects of a project to get context --- # Loading Context ## When to use this skill Use this skill when first starting to work in a project. ## How to find the purpose 1. Look for and read README.md file at the root of the project 2. Look for and read CONTRIBUTING.md file at the root of the project 3. Look for and read any other files named README.md, DESIGN.md, or ARCHITECTURE.md throughout the project ...