From commands-context-loading-priming
Loads project context by reading key documentation files (README, COMMANDS, AI_DOCS, SPECS) and exploring the project tree structure.
How this command is triggered — by the user, by Claude, or both
Slash command
/commands-context-loading-priming:primeThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Context Prime > Follow the instructions to understand the context of the project. ## Run the following command eza . --tree --git-ignore ## Read the following files > Read the files below and nothing else. README.md .claude/commands/COMMANDS.md ai_docs/AI_DOCS.md specs/SPECS.md
Follow the instructions to understand the context of the project.
eza . --tree --git-ignore
Read the files below and nothing else.
README.md .claude/commands/COMMANDS.md ai_docs/AI_DOCS.md specs/SPECS.md
2plugins reuse this command
First indexed Jan 8, 2026
npx claudepluginhub davepoon/buildwithclaude --plugin commands-context-loading-priming/primeLoads project context by reading key documentation files (README, COMMANDS, AI_DOCS, SPECS) and exploring the project tree structure.
/context-primeReads README.md and lists all git-tracked files, excluding .cursorignore patterns, to establish project context.
/primeAnalyzes project structure via git ls-files, reads README and key docs including Claude Code references, then reports a summary of the project's purpose and functionality.
/create-mdScans project structure using the Explore subagent and generates a root CLAUDE.md plus focused CLAUDE.md files in key subdirectories. Accepts optional thoroughness argument: quick, medium, or very-thorough.
/primeGenerates lightweight codebase overview by listing files/structure, reading README/config files, inventorying commands/agents/tests, and outputs concise markdown summary.
/primeLoads project context from .claude/context/ Markdown files in priority order, verifies file integrity and git status, supplements with README, and outputs readiness summary.