nushell-prophet/nushell-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: nushell-completions, nushell-style, nushell-literate-programming, nushell-history.
nushell-prophet/nushell-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: nushell-completions, nushell-style, nushell-literate-programming, nushell-history.
nushell-prophet/nushell-skills
Instructions file
Claude Code instructions for nushell-prophet/nushell-skills, covering claude.md, what this is, architecture, development commands and vendor without auto-committing.
nushell-prophet/nushell-skills
Plugin Claude Code
Generate Nushell custom completions — completer functions, string@completer annotations, inline @[...] lists, @complete attribute, extern definitions.
nushell-prophet/nushell-skills
Skill Claude CodeCodex
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…
nushell-prophet/nushell-skills
Plugin Claude Code
Inspect and rewrite the Nushell sqlite command history — history --long | where ... recipes and nu-history-tools mutation flows (retag cwd, remove, etc.).
nushell-prophet/nushell-skills
Skill Claude CodeCodex
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 ", "remove these history entries", "move/retag these history entries to ", "fix the cwd on these…
nushell-prophet/nushell-skills
Plugin Claude Code
A common space for user and agent in the Nushell terminal — the agent proposes, the user runs, both share the # => dialect. numd (executable markdown), dotnu (scripts that embed their own output), REPL capture, and nu-goodies/claude-nu companions, framed to grow the user's fluency instead of replacing it.
nushell-prophet/nushell-skills
Skill Claude CodeCodex
This skill should be used when working alongside a user in a shared Nushell terminal (e.g. the cozy sandbox) — coaching Nushell in everyday tasks and practicing literate programming with numd (executable markdown), dotnu (.nu scripts that embed their own output as # => comments), REPL capture, and claude-nu session…
nushell-prophet/nushell-skills
Plugin Claude Code
Opinionated Nushell patterns, pipeline composition, command choices, formatting (Topiary), testing (nutest), NUON, regex (fancy-regex), debugging (--ide-check), toolkit.nu, and MCP server conventions for .nu files.
nushell-prophet/nushell-skills
Skill Claude CodeCodex
This skill should be used when writing, editing, reviewing, or debugging Nushell (.nu) files. Covers opinionated pipeline composition, command choices (where vs filter, match vs if/else, get --optional), formatting conventions (Topiary), type signatures, module structure, testing with nutest (unit tests, snapshot…
Skill Claude CodeCodex
Cut a new release for the cozy project: finalize CHANGELOG.md, create a git tag, and summarize what to do next. Use when the user says "make a release", "cut a release", "release", "bump version", "tag a release", or "prepare release".
Skill Claude CodeCodex
Reconcile the cozy design/ notes against the code and patch them in place. Use when the user says "update the design", "reconcile the design notes", "the design notes are stale", "refresh design/", "/update-design" (or the older "update the spec" / "refresh spec/"), or after changing the build order, an install step…
Skill Claude CodeCodex
Cross-reference project documentation against actual code, configs, scripts, and directory structure to find and fix stale or incorrect references. Use this skill whenever the user asks to "validate docs", "check docs against code", "are my docs up to date", "cross-check README", "verify documentation", "docs…
Skill Claude CodeCodex
Re-vendor modules from upstream into cozy/vendor/ and prepare atomic commits grouped by repo. Use when the user says "vendor updated versions", "I vendored, commit", "nu toolkit/vendor.nu then commit", "refresh vendor", "bump vendored modules", or "vendor the latest, commit by groups".
Skill Claude CodeCodex
Verify a cozy build by running cozy verify against a target you name — a locally-built docker container (default), a running sbx sandbox, or a host checkout. The checks live in cozy-module/verify.nu. Use when you say "verify the build", "build-check", "smoke test the sandbox", "is everything wired up", "/verify-cozy…
Instructions file
Claude Code instructions for nushell-prophet/cozy, covering cozy, architecture, run, ^^agent ^^workspace (first = start dir) and local docs.