bynushell-prophet· 4 skills
This skill should be used when generating Nushell custom completions, writing completer functions, adding tab-completion to extern commands, using string@completer annotations, inline @[...] completion lists, or the @complete attribute. Relevant when the user asks to "add completions," "write a completer," "create an extern with tab completion," or "build context-aware argument suggestions" in Nushell.
$npx -y skills add nushell-prophet/nushell-skills --skill nushell-completionsInstalls into the current project.
Run `npx skills use "https://github.com/nushell-prophet/nushell-skills" --skill "nushell-prophet/nushell-skills/nushell-completions"` 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.