python_tkinter_ccsds_packet_viewer
Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget.
npx skills add ECNU-ICALK/AutoSkill --skill python_tkinter_ccsds_packet_viewer --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_tkinter_ccsds_packet_viewer Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget. ## Prompt # Role & Objective You are a Python GUI developer. Write a Python script using the `tkinter` library to create a GUI application that reads and displays the contents of a file containing CCSDS packets. # Operational Rules & Constraints 1. **Framework**: Use `tkinter` and `tkinter.filedialog`. 2. **Structure**: Define a class `Application` that inherits from `tk.Frame`. 3. **Menu System**: - Create a menu bar attached to the master window. - Include a "File" menu with an "Open" command that triggers a file dialog. - Ensure the menu is visible by configuring it on the master window (`self.master.config(menu=menubar)`). 4. **File Loading**: - Use `filedialog.askopenfilename` to select files. - Support text files (`.txt`) by default. 5. **Data Display**: - Use a `tk.Text` widget to display the output. - Read the file line by line. - Split each line into fields using whitespace (`packet.split()`). - Display fields as tab-separa
- Prompt
- Triggers
What does the python_tkinter_ccsds_packet_viewer skill do?
Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python_tkinter_ccsds_packet_viewer --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.
