dropseed

plain-dev

@dropseed/plain-dev
dropseed
652
13 forks
Updated 1/18/2026
View on GitHub

Starts and manages the Plain development server with auto-reload and HTTPS. Use when starting local development or viewing logs.

Installation

$skills install @dropseed/plain-dev
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositorydropseed/plain
Pathplain-dev/plain/dev/skills/plain-dev/SKILL.md
Branchmaster
Scoped Name@dropseed/plain-dev

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill 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