This skill should be used when inspecting, querying, or rewriting the user's Nushell command history. Relevant when the user asks "what did I run", "show my recent commands", "what was I trying", "find commands I ran in <dir>", "remove these history entries", "move/retag these history entries to <path>", "fix the cwd on these rows", or when you need to understand what the user has been doing in a directory by looking at their shell history.
$npx -y skills add nushell-prophet/nushell-skills --skill nushell-historyInstalls into the current project.
Run `npx skills use "https://github.com/nushell-prophet/nushell-skills" --skill "nushell-prophet/nushell-skills/nushell-history"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nushell-prophet/nushell-skills" that are relevant to the current task. Run `npx skills add "https://github.com/nushell-prophet/nushell-skills"` and select the relevant skills, then follow their instructions.