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\".
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill stage-tobihagemann-turbo --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stage Tobihagemann Turbo?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-stage-tobihagemann-turbo)More formats (shields.io, HTML) on the badges page.
---
name: stage
description: "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\"."
---
# Stage Changes
Stage implementation changes with precise file selection.
## Step 1: Identify Changes
Run `git status` to see all modified, added, and deleted files.
## Step 2: Stage Files
Stage only the files relevant to the current task:
```bash
git add <file1> <file2> ...
```
- Do not use `git add -A` or `git add .`
- If a file contains both relevant and unrelated changes, use `git add -p <file>` to stage only the relevant hunks
- Never stage files containing secrets (`.env`, credentials, API keys). Warn if detected.
## Step 3: Verify
Run `git status` and `git diff --cached` to verify the staging area contains exactly the intended changes.
Then update or check the active plan and proceed to any remaining task.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...