Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:26 +08:00
commit 0247755246
6 changed files with 1617 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "windows-path-master",
"description": "Windows path resolution and Git Bash compatibility expert for Claude Code. PROACTIVELY activate for: (1) File path errors on Windows (backslash issues), (2) Git Bash MINGW path resolution, (3) Edit/Write tool failures with Windows paths, (4) Cross-platform path conversion, (5) Windows file system navigation in Claude Code, (6) Path format detection and conversion, (7) Windows-specific file operation troubleshooting. Provides: automatic path format detection, backslash conversion guidance, Git Bash compatibility fixes, Windows-specific file operation patterns, MINGW path troubleshooting, real-time path validation, and production-ready Windows file handling. Ensures correct file operations on Windows following Claude Code best practices.",
"version": "1.0.0",
"author": {
"name": "Josiah Siegel",
"email": "josiah0601@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}