Agent skill · Data & Analytics

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/javafx-electricity-data-manager-with-sorted-linked-lists/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going