Prime

Survey a repository to build working context by reading its README and enumerating tracked files. Use when asked to prime, orient to, familiarize yourself with, or understand a project before starting work.

twistingmercury de84696 598 B Updated

File contents

Prime

Read the project's root README.md first, if it exists.

If the project is a Git repository, run git ls-files to understand its contents. Otherwise, walk the directory to understand the project context.

Ignore files and directories listed in .gitignore, as well as these:

  • **/_archive/
  • **/bin/
  • **/*_/
  • .claude/
  • **/.github/

twistingmercury/mnemonic-agents-skills/tree/main/shared/skills/prime commit de84696cf1

Frequently asked questions

npx skillmds@latest add twistingmercury/prime