From workflow-suite
Reads README.md and lists all git-tracked files, excluding .cursorignore patterns, to establish project context.
How this command is triggered — by the user, by Claude, or both
Slash command
/workflow-suite:context-primeutilities/The summary Claude sees in its command listing — used to decide when to auto-load this command
Read README.md, THEN run `git ls-files | grep -v -f (sed 's|^|^|; s|$|/|' .cursorignore | psub)` to understand the context of the project
Read README.md, THEN run git ls-files | grep -v -f (sed 's|^|^|; s|$|/|' .cursorignore | psub) to understand the context of the project
npx claudepluginhub lifangda/claude-plugins --plugin accessibility-suite/context-primeReads README.md and lists all tracked project files (excluding .cursorignore entries) to load project context and prime the session.
/primeLoads project context by reading key documentation files (README, COMMANDS, AI_DOCS, SPECS) and exploring the project tree structure.
/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'.
/primeRefreshes codebase context by analyzing git-tracked files, structure, core docs, key Java/Spring Boot and React/TS files, patterns, and status; saves reusable summary.