From commands-context-loading-priming
Loads project context by running eza tree on directory structure and reading README.md, .claude/commands/COMMANDS.md, ai_docs/AI_DOCS.md, specs/SPECS.md.
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
npx claudepluginhub davepoon/buildwithclaude --plugin commands-context-loading-priming/primeLoads project context by running eza tree on directory structure and reading README.md, .claude/commands/COMMANDS.md, ai_docs/AI_DOCS.md, specs/SPECS.md.
/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.
/primeLoads project context from .claude/context/ Markdown files in priority order, verifies file integrity and git status, supplements with README, and outputs readiness summary.
/refreshSilently refreshes AI context by reading CLAUDE.md, project guidelines, docs/project files, and recent git commits. Outputs '✓ Context refreshed'.
/create-mdAnalyzes project structure and generates CLAUDE.md files in root and key subdirectories with overview, setup/run commands, code styles, workflows, and conventions.
/primeLoads AI-optimized workflow context for beads issue tracking, including rules and command reference to guide agents in using bd over markdown TODOs.