This skill should be used when the user asks to "prime the project", "load context", "get oriented", "what is this project", or wants to understand the codebase structure before starting work.
Install
npx skillscat add ianphil/my-skills/prime Install via the SkillsCat registry.
SKILL.md
Prime
Load project context by reading core documentation and listing the file structure.
Workflow
- Read
README.mdfor project overview - If
.ainotes/summary.mdexists, read it for accumulated agent context - Run
git ls-filesto see the file structure - Note key directories and entry points
No summary needed - context is now loaded for subsequent work.