npx skills add smithery/toilahuongg --skill git-undo
toilahuongg/shopify-agents-kit
git-undo
Undo the last commit while keeping changes staged. Use when you need to fix a commit message or add missing files.
Installation
npx skills add toilahuongg/shopify-agents-kit --skill git-undo
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from toilahuongg/shopify-agents-kit · top by installs.
npx skills add toilahuongg/shopify-agents-kit
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Skill metadata
Parsed from SKILL.md frontmatter.
Bash(git:*)Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md473 B -
docs
SUMMARY.md130 B
History
- First seen on skills.sh
- First recorded snapshot · 7 installs
SKILL.md
Git Undo
Undo the last commit but keep changes staged.
- Undo the last commit but keep the file changes in the staging area.
- Command: git reset --soft HEAD~1 - This allows you to fix the commit message or add missing files before committing again.