plain
AI-ready Python web framework with built-in agent workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsplain-optimize
Analyze observer request traces to identify and fix web performance bottlenecks.
plain-bug
Collect bug details and create a GitHub issue via gh CLI.
plain-upgrade
Automate Plain package upgrades and apply required migrations with uv run.
plain-guide
Research Plain framework questions using official docs and source code.
plain-install
Install Plain packages and guide setup workflows across projects.
release
Automate end-to-end release management for Plain packages in monorepos.
plain-portal
Open a secure remote Python shell for live debugging and file transfer via encrypted tunnel.
future
Organize and navigate project futures by arc, dependency, and status.
plain-postgres-doctor
Validates Postgres schema correctness and diagnoses operational health issues via CLI commands.
plainx-release
Bump versions, generate changelogs, and tag Git releases for Python packages.
Frequently Asked Questions
FAQPage SchemaHow to install Plain?โผ
Run `npx skills add dropseed/plain --all -g -y` in your terminal to install all agent skills in this suite globally.
What is the Plain framework?โผ
Plain is a Python web framework forked from Django, rebuilt with typed models, Postgres-only storage, Jinja templates, and first-class support for AI coding agents.
How do AI agents work with Plain?โผ
Plain ships rules, searchable docs via `plain docs`, and slash-command skills like /plain-upgrade and /plain-optimize that agents use automatically to install packages, fix slow queries, and apply upgrades.
Can Plain find slow database queries automatically?โผ
Yes. The /plain-optimize skill captures OpenTelemetry traces per request and reports query counts, durations, and call sites so your agent can fix N+1 problems and missing indexes.
Does Plain work with Claude Code and other agents?โผ
Yes. Plain's skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core