plain-install

star 1.0k

Installs Plain packages and guides through setup steps. Use when adding new packages to a project.

dropseed By dropseed schedule Updated 1/29/2026

name: plain-install description: Installs Plain packages and guides through setup steps. Use when adding new packages to a project.

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

  • DO NOT commit any changes
  • Report back with:
    • Whether setup completed successfully
    • Any manual steps the user needs to complete
    • Any issues or errors encountered
Install via CLI
npx skills add https://github.com/dropseed/plain --skill plain-install
Repository Details
star Stars 1,037
call_split Forks 26
navigation Branch main
article Path SKILL.md
More from Creator