一键导入
plain-install
Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Captures and analyzes performance traces to identify slow queries and N+1 problems. Use when a page is slow, there are too many queries, or the user asks about performance.
Releases Plain packages with intelligent version suggestions and parallel release notes generation. Use when releasing packages to PyPI.
Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
Answer questions about the Plain framework by researching docs and source code. Use when asked "how do I...", "does Plain support...", or "how does X work?" questions.
Check overall database health — schema correctness and operational health. Use when asked to check the database, validate schema, optimize indexes, or diagnose Postgres problems.
Submit a bug report for the Plain framework. Use when the user wants to report a bug, error, or unexpected behavior. Collects context and creates a GitHub issue.
| name | plain-install |
| description | Installs Plain packages and guides through setup steps. Use when adding new packages to a project. |
uv run plain install <package-name> [additional-packages...]
uv run plain docs <package> and read the installation instructionsuv remove <package> && uv add <package> --dev