Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
Installation
$skills install @dropseed/plain-install
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorydropseed/plain
Pathplain/plain/skills/plain-install/SKILL.md
Branchmaster
Scoped Name@dropseed/plain-install
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
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
- 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
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
More by dropseed
View allplain-docs
652Retrieves detailed documentation for Plain packages. Use when looking up package APIs or feature details.
plain-upgrade
652Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
plain-tailwind
652Provides Tailwind CSS patterns for Plain templates. Use when styling templates or working with conditional CSS classes.
plain-models
652Manages database migrations and model changes. Use when creating migrations, running migrations, or modifying models.
