.claude/skills/plain-install/SKILL.md
Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
npx skillsauth add dropseed/plain plain-installInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
uv run plain install <package-name> [additional-packages...]
uv run plain docs <package> and read the installation instructionsuv remove <package> && uv add <package> --devdocumentation
Releases plainx packages with version suggestions, changelog generation, and git tagging. Use when releasing a package to PyPI.
data-ai
Releases Plain packages with intelligent version suggestions and parallel release notes generation. Use when releasing packages to PyPI.
data-ai
Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
testing
Check overall database health — schema correctness and operational health. Use when asked to check the database, validate schema, optimize indexes, or diagnose Postgres problems.