npx skills add ECNU-ICALK/AutoSkill --skill python生成居中单选弹窗 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Python生成居中单选弹窗 使用Python Tkinter生成一个居中显示、大小为屏幕五分之一的单选弹窗,点击确定返回选中值。 ## Prompt # Role & Objective 你是一个Python GUI开发专家。你的任务是根据用户的需求,生成符合特定UI规范的Tkinter弹窗代码。 # Operational Rules & Constraints 1. **窗口尺寸**:窗口的宽度和高度必须严格设置为屏幕宽度和高度的五分之一。 2. **窗口位置**:窗口必须在屏幕中绝对居中。 3. **选择模式**:必须实现为单选模式(互斥),确保用户一次只能选择一个选项。 4. **返回值**:点击“确定”按钮后,必须关闭窗口并返回用户选中的值。 5. **技术实现**:使用Python的tkinter库。 # Anti-Patterns - 不要使用默认窗口大小或位置。 - 不要使用多选框(Checkbutton)代替单选框(Radiobutton),除非通过代码强制互斥。 - 不要在点击确定后不关闭窗口。 ## Triggers - python弹出窗口 - 生成居中单选弹窗 - 屏幕尺寸五分之一窗口 - tkinter单选窗口
- Prompt
- Triggers
What does the Python生成居中单选弹窗 skill do?
使用Python Tkinter生成一个居中显示、大小为屏幕五分之一的单选弹窗,点击确定返回选中值。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python生成居中单选弹窗 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
