From Nushell Fluency
Snapshot values from the nushell environment for the provided keys as a record. If no keys are provided, a default set is substituted.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nu-fluency:env-snapshotThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call `nu_run` with the following template as pipeline input:
Call nu_run with the following template as pipeline input:
{
"pipeline": "$env | select --optional <keys>"
}
Substitute <keys> respective to the user-provided arguments as follows:
<keys> => $ARGUMENTS
<keys> => HOME PATH USER PWD SHELL NU_VERSION NU_LIB_DIRS NU_PLUGIN_DIRS
The nu_run call will return a record containing the corresponding key-value pairs.
Provide the resulting data to the user in a neat format.
Restrain from commenting on the data unless given explicit direction to do so.
Emphasize any null values to surface the missing data to the user.
npx claudepluginhub zaynram/nu-fluency --plugin nu-fluencyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.