Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use this skill when first entering a new project or when asked to "get a basic understanding" of the codebase. It helps to map out the structure and locate documentation.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-20 | ✓→✓ | = Same ✓ | 6% | 0% |
When you are tasked with understanding a new project, follow these steps to orient yourself:
README.md file. Read it to understand the project's purpose, setup, and core functionality.docs/ or documentation/ folder. Explore its contents to find architecture diagrams, API specs, or guides.list_dir on the project root to see high-level folders (e.g., src/, lib/, tests/, config/).package.json, requirements.txt, composer.json, go.mod).README.md exists, recommend creating one. You can use the templates located in resources/templates/:BASIC_README.md: For small projects or prototypes.STANDARD_README.md: For comprehensive project documentation.API_README.md: For documenting API-centric services.PULL_REQUEST_TEMPLATE.md: For standardizing pull request descriptions.docs/ folder, proactively suggest setting one up to keep the project organized.README.md or files in docs/) to reflect the changes.Other measured skills in the registry, with their headline benchmark lift.