Pbi Resume banner
d7rocket d7rocket

Pbi Resume

AI community

Description

--- name: pbi-resume description: "Restore session context and continue from where you left off. Reads .pbi/context.md to reconstruct model state, command history, in-progress workflows, and git state. Use when starting a new session, after /clear, or when resuming interrupted work." allowed-tools: - Read - Write - Edit - Bash - Agent - Glob - Grep --- <purpose> Claude Code sessions are ephemeral — /clear or a new terminal loses all accumulated context. Resume bridges that gap by

Installation

Installs to ~/.claude/commands/d7rocket-powerbi-skill-pbi-resume.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/d7rocket/PowerBI-Skill/HEAD/.claude/commands/pbi-resume.md -o ~/.claude/commands/d7rocket-powerbi-skill-pbi-resume.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository