Skip to content

is-cau/dev-env-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dev-env-guide

Teach Claude to find SDKs via env vars instead of blindly scanning the filesystem. Auto-configures PATH on install, cleans up stale entries on uninstall.

Why

AI agents default to brute-force filesystem search when locating tools — slow, noisy, and often wrong. They rarely configure PATH after installing a tool, and never clean up after uninstalling. This skill gives Claude a smarter workflow:

  • Find tools fast — check environment variables first, then PATH, filesystem last
  • Auto-configure on install — add to PATH and set SDK env vars so the tool stays discoverable
  • Clean up on uninstall — remove stale PATH entries and env vars
  • Cross-platform — PowerShell on Windows, Bash on macOS/Linux

Install

# Clone and install in Claude Code
git clone https://github.com/qushengxixiaoluo/dev-env-guide.git

Then in Claude Code:

/plugin install ./dev-env-guide

Or simply copy SKILL.md into your project's .claude/skills/dev-env-guide/ directory.

Supported SDKs

The skill knows the canonical environment variables for 20+ development tools including Java, Python, Node.js, Go, Rust, .NET, Android SDK, Flutter, CUDA, CMake, Qt, and more.

License

MIT

About

让 AI 不再盲目扫描全盘找 SDK。这个 Claude Code Skill 教会 AI 优先用环境变量定位工具、安装时自动配置 PATH、卸载后清理残留。 Prevent AI from blindly scanning the entire disk to locate SDKs. This Claude Code Skill enables AI to prioritize using environment variables to find tools, automatically configure PATH during installation, and clean up residual files after uninstallation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors