dropseeddropseedOfficialยท10 Agent Skills Included

plain

AI-ready Python web framework with built-in agent workflows

Builds full Python web applications with typed models, Postgres, Jinja templates, and htmx. Ships agent skills that automate package installs, version upgrades, performance tracing, database health checks, and bug reports. Eliminates manual debugging of slow queries, N+1 problems, and schema drift through structured JSON diagnostics. Lets coding agents read docs, rules, and APIs directly so they write correct framework code without guesswork.
npx skills add dropseed/plain --all -g -y
Available:

Tells the AI agent which repo scripts to run for formatting, testing, and migrations, and how to work with the framework's rules, docs, and skills when making changes.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’