Use native Windows tools instead of shell commands.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Use native Windows tools instead of shell commands.
dir, ls.cat, type.list_files(path=".") list_files(path="src")
run_process(command="dotnet", args=["build"])
read_file(path="logs/app.log")
pid = run_process(command="notepad") close_window(pid=pid)