Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Navigate Windows filesystems, run PowerShell and bash commands, and handle paths with correct quoting and slashes in Claude Code, avoiding errors in git operations, file manipulations, repo scanning, and slash commands like /commit.
npx claudepluginhub nicoforclaude/claude-windows-shell --plugin windows-shellWindows shell utilities and PowerShell integration for Claude Code - eliminate bash errors with proper path handling, output redirection, and Windows-specific command patterns.
This marketplace provides the windows-shell plugin that helps Claude Code work seamlessly on Windows by handling common pitfalls with paths, shell commands, and cross-platform compatibility.
/plugin marketplace add https://github.com/nicoforclaude/claude-windows-shell
Or for local testing:
/plugin marketplace add C:\KolyaRepositories\nicoforclaude\claude-windows-shell
/plugin install windows-shell@claude-windows-shell
/plugin list
You should see windows-shell in your installed plugins list.
When running Claude Code on Windows, you may encounter errors like:
FINDSTR: Cannot open [dirname] - Piping issues after directory changescd: C:KolyaRepositories... No such file or directory - Unquoted backslash pathsThe term 'C:\...' is not recognized - PowerShell context loss/dev/null: No such file or directory - Unix-style device namesThe windows-shell skill proactively prevents these errors by teaching Claude the correct Windows command patterns.
windows-shell PluginProvides a proactive skill that activates when Claude Code:
/commit, /startupKey capabilities:
"C:\Path\To\Dir")nul instead of /dev/nullcdOnce installed, the skill activates automatically. Claude will:
# ✅ Correct - paths are quoted
cd "C:\KolyaRepositories\project" && git status
# ❌ Wrong - backslashes stripped
cd C:\KolyaRepositories\project && git status
# ✅ Correct - Windows nul device
npm install >nul 2>&1
# ❌ Wrong - Unix /dev/null
npm install >/dev/null 2>&1
# ✅ Correct - direct command
cd "C:\KolyaRepositories\repo" && git status --short
# ❌ Wrong - findstr after cd fails
cd "C:\KolyaRepositories\repo" && git status --short | findstr /R "."
The skill guides Claude to:
The windows-shell skill is proactive - it activates automatically when Claude Code detects it's running on Windows and about to execute shell commands. No manual intervention needed!
The skill teaches Claude to:
nul for output redirectionConsider pairing with:
claude-smart-git - Enhanced git workflows with proper Windows path handlingclaude-nico-dev - Development workflow improvementsIssues and suggestions welcome! Please report problems at: https://github.com/nicoforclaude/claude-windows-shell/issues
MIT License - See LICENSE file for details.
NicoForClaude
Part of the NicoForClaude plugin collection for Claude Code.
Stop fighting with Windows paths. Let Claude handle them correctly from the start.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim