tobihagemann/turbo-stage
Stage implementation changes for commit with precise file selection. Use when the user asks to \"stage changes\", \"stage files\", \"add files to staging\", or \"prepare changes for commit\".
npx skills add https://github.com/tobihagemann/turbo --skill stage
Stage implementation changes with precise file selection.
Run git status to see all modified, added, and deleted files.
Stage only the files relevant to the current task:
git add <file1> <file2> ...
git add -A or git add .git add -p <file> to stage only the relevant hunks.env, credentials, API keys). Warn if detected.Run git status and git diff --cached to verify the staging area contains exactly the intended changes.
Then call update_plan to mark this step completed and continue with the next step of the active workflow.
Take tobihagemann/turbo-stage from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.