ianphil

prime

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.

ianphil 0 Updated 3mo ago
GitHub

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

  1. Read README.md for project overview
  2. If .ainotes/summary.md exists, read it for accumulated agent context
  3. Run git ls-files to see the file structure
  4. Note key directories and entry points

No summary needed - context is now loaded for subsequent work.