hiharin

Finite — Development skill for Claude Code

Development community

End the enchantment — revert uncommitted changes from this session.

How to install Finite

Installs to ~/.claude/skills/hiharin-claude-spellbook-finite/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hiharin-claude-spellbook-finite && curl -fsSL https://raw.githubusercontent.com/hiharin/claude-spellbook/HEAD/commands/finite.md -o ~/.claude/skills/hiharin-claude-spellbook-finite/SKILL.md

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

What Finite does


description: End the enchantment — revert uncommitted changes from this session argument-hint: "[file — optional; defaults to all working-tree changes]" allowed-tools: Bash, Read

Cast **Finite Incantatem** on $ARGUMENTS.

Revert uncommitted work:

  1. Show git status and git diff --stat first so the user sees exactly what will be lost.
  2. List untracked files that would be removed.
  3. Ask for explicit confirmation before running anything destructive.
  4. On confirmation, restore

Alternatives in Development

Full documentation available on GitHub

View Source Repository