dropseed

plain-shell

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

Runs Python with Plain configured and database access. Use for scripts, one-off commands, or interactive sessions.

Installation

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

Details

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

Usage

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

Verify installation:

skills list

Skill Instructions


name: plain-shell description: Runs Python with Plain configured and database access. Use for scripts, one-off commands, or interactive sessions.

Running Python with Plain

Interactive Shell

uv run plain shell

One-off Command

uv run plain shell -c "from app.users.models import User; print(User.query.count())"

Run a Script

uv run plain run script.py