Load context for a new agent session by analyzing codebase structure and README
/plugin marketplace add basher83/lunar-claude/plugin install basher83-meta-claude-plugins-meta-meta-claude@basher83/lunar-claude[path|--deep|--minimal]# Prime Load essential context for a new agent session: $ARGUMENTS ## Arguments - `<path>` - Focus on a specific directory or file pattern - `--deep` - Include detailed file contents from key areas - `--minimal` - Only show structure, skip README/CHANGELOG - (none) - Default full context load ## Context ### Codebase Structure Git-tracked files: !`git ls-files $ARGUMENTS 2>/dev/null | head -100 || git ls-files | head -100` Directory tree: !`eza . --tree --level=3 --git-ignore 2>/dev/null || find . -type f -name "*.md" -o -name "*.py" -o -name "*.ts" -o -name "*.json" | head -50` ### ...
Load AI-optimized workflow context for beads issue tracking.
此命令通过读取项目上下文文档并理解代码库结构,为新的 agent 会话加载必要上下文。
Enhanced AI mode for complex tasks
Unified session priming command - one command for complete context restoration
Prime agent with codebase understanding. Runs git ls-files, reads README, and summarizes project structure. Use at start of session or when context is lost.