Linux programming languages - installation, configuration, development
View on GitHubpluginagentmarketplace/custom-plugin-linux
custom-plugin-linux
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-linux/blob/main/skills/languages/SKILL.md -a claude-code --skill languagesInstallation paths:
.claude/skills/languages/# Languages Skill ## Overview Install and configure programming languages on Linux systems. ## Capabilities - **Python**: pyenv, pip, virtualenv - **Node.js**: nvm, npm, yarn - **Go**: GOPATH, modules - **Rust**: rustup, cargo - **Java**: OpenJDK, Maven, Gradle ## Examples ```bash # Install Python with pyenv curl https://pyenv.run | bash pyenv install 3.11.0 pyenv global 3.11.0 # Install Node.js with nvm nvm install --lts nvm use --lts ```