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

  1. Run uv run plain docs <package> and read the installation instructions
  2. If the docs indicate it's a dev tool, move it: uv remove <package> && uv add <package> --dev
  3. Complete any code modifications from the installation instructions

Guidelines

Installs
2
Repository
dropseed/plain
GitHub Stars
1.0K
First Seen
May 16, 2026
plain-install — dropseed/plain