Convert Paths Absolute banner
ViperJuice ViperJuice

Convert Paths Absolute

Development community

Description

--- allowed-tools: Read,Bash,Edit,Write description: Converts relative paths in .claude/settings.json command scripts to absolute paths --- # convert_paths_absolute This command converts all relative paths in .claude/settings.json command scripts to absolute paths using the current working directory. It helps ensure that command scripts work correctly regardless of where they are executed from. ## Instructions - Get the current working directory using pwd - Read the .claude/settings.json file

Installation

Installs to ~/.claude/commands/viperjuice-claude-code-template-convert_paths_absolute.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ViperJuice/claude-code-template/HEAD/.claude/commands/convert_paths_absolute.md -o ~/.claude/commands/viperjuice-claude-code-template-convert_paths_absolute.md

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

Full documentation available on GitHub

View Source Repository