Starts and manages the Plain development server with auto-reload and HTTPS. Use when starting local development or viewing logs.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: plain-dev description: Starts and manages the Plain development server with auto-reload and HTTPS. Use when starting local development or viewing logs.
Development Server
Starting the Server
Run uv run plain dev to start the development server.
The server URL will be displayed (typically https://<project>.localhost:8443).
This also runs plain agent install to set up AI agent skills and hooks.
Logs
uv run plain dev logs- Show log output for running processes
More by dropseed
View allRetrieves detailed documentation for Plain packages. Use when looking up package APIs or feature details.
Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
Provides Tailwind CSS patterns for Plain templates. Use when styling templates or working with conditional CSS classes.
Manages database migrations and model changes. Use when creating migrations, running migrations, or modifying models.
