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 listSkill 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
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.
