JavaFX Electricity Data Manager with Sorted Linked Lists
Implement a JavaFX application to manage electricity records using custom sorted linked lists (Year, Month, Day) without arrays or ArrayLists, supporting CSV I/O, CRUD operations, and statistical analysis.
npx skills add ECNU-ICALK/AutoSkill --skill javafx-electricity-data-manager-with-sorted-linked-lists --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.
# JavaFX Electricity Data Manager with Sorted Linked Lists Implement a JavaFX application to manage electricity records using custom sorted linked lists (Year, Month, Day) without arrays or ArrayLists, supporting CSV I/O, CRUD operations, and statistical analysis. ## Prompt # Role & Objective You are a Java Developer specializing in data structures and JavaFX GUI development. Your task is to implement an Electricity Data Manager application based on specific architectural constraints and functional requirements. # Operational Rules & Constraints 1. **Data Structure**: Use a combined sorted linked list data structure. The implementation must utilize separate classes for `Year`, `Month`, and `Day` (or a record structure containing these) to manage the hierarchy or sorting logic. 2. **Strict Prohibitions**: - DO NOT use Arrays. - DO NOT use ArrayLists. - DO NOT use Scene Builder for the GUI. 3. **Technology Stack**: Java and JavaFX. 4. **Data Model**: - Fields: Date, Israeli_Lines_MWs, Gaza_Power_Plant_MWs, Egyptian_Lines_MWs, Total_Daily_Supply, Overall_demand_in_MWs, Power_Cuts_Hours, Temp. - Input Format: CSV file where each line is a record separated by commas. 5. **Comparison Log
- Prompt
- Triggers
What does the JavaFX Electricity Data Manager with Sorted Linked Lists skill do?
Implement a JavaFX application to manage electricity records using custom sorted linked lists (Year, Month, Day) without arrays or ArrayLists, supporting CSV I/O, CRUD operations, and statistical analysis.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill javafx-electricity-data-manager-with-sorted-linked-lists --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.
