plain-install
Installation
SKILL.md
Install Plain Packages
1. Install the package(s)
uv run plain install <package-name> [additional-packages...]
2. Complete setup for each package
- Run
uv run plain docs <package>and read the installation instructions - If the docs indicate it's a dev tool, move it:
uv remove <package> && uv add <package> --dev - Complete any code modifications from the installation instructions