xlings
Install any tool version and isolate environments across all platforms
All Skills in This Repository (8)
Pure Emerald Level Indicatorsxlings-contributing
Define a structured contribution workflow for the xlings project.
ui-ux-pro-max
Generate design systems with styles, color palettes, typography, and UX guidelines.
xlings-docs-writing
Enforce Chinese academic-style documentation standards for the xlings project's docs directory.
xlings-usage
Guide developers in managing software versions and isolated environments with xlings.
xlings-quickstart
Manages xlings installation, versions, namespace packages, and custom repositories.
system-design
Guide system design through requirements analysis, API design, and scaling strategies.
xlings-build
Guide building the xlings project on Linux, macOS, and Windows.
mcpp-style-ref
Apply C++23 style guidelines to Modern/Module C++ projects.
Frequently Asked Questions
FAQPage SchemaHow to install xlings?โผ
Run `npx skills add openxlings/xlings --all -g -y` in your terminal to install all skills in this suite globally.
How to run multiple tool versions side by side?โผ
Install any versions you need with `xlings install gcc@16 gcc@11`, then switch instantly with `xlings use gcc@11`. Both stay installed with no conflicts and no sudo.
Can AI agents use xlings to manage environments?โผ
Yes. xlings exposes an NDJSON interface via `xlings interface` and can run agents inside isolated SubOS sandboxes for safe, reproducible execution.
Does xlings work on Windows and macOS?โผ
Yes. The same commands work on Linux, macOS, and Windows, though full filesystem sandboxing is currently only available on Linux.
How do I keep project dependencies reproducible?โผ
Commit a `.xlings.json` file declaring per-platform tool versions, and every teammate or CI runner entering the directory gets the exact same isolated environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core