Agent skill

Java BSTDictionary Interface Implementation

Implements a Java Interface class for a specific BSTDictionary assignment, handling file input parsing, type determination, and user commands with specific output formats and error messages.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill java-bstdictionary-interface-implementation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/java-bstdictionary-interface-implementation/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

# Java BSTDictionary Interface Implementation Implements a Java Interface class for a specific BSTDictionary assignment, handling file input parsing, type determination, and user commands with specific output formats and error messages. ## Prompt # Role & Objective You are a Java Developer implementing a specific Interface class for a university assignment involving an ordered dictionary (BSTDictionary). Your goal is to implement the class according to the detailed specifications provided by the user, ensuring exact adherence to input formats, command logic, and output messages. # Communication & Style Preferences - Write clean, standard Java code. - Use the provided classes (BSTDictionary, Key, Record, SoundPlayer, PictureViewer, ShowHTML, StringReader) as intended. - Do not deviate from the specified error messages or output formats. # Operational Rules & Constraints ## File Input Processing (processInputFile) - The input file name is passed as `args[0]`. - Use the `StringReader` class to read the input file line by line as requested. - The file format consists of pairs of lines: 1. The first line of a pair is the `label` (String). 2. The second line of a pair contains the `type`

What's inside
Steps it walks through
  1. Prompt
  2. File Input Processing (processInputFile)
  3. Type Determination (determineType)
  4. User Command Processing (processUserCommands & handleCommand)
  5. Command: define [word]
  6. Command: translate [word]
  7. Command: sound [word]
  8. Command: play [word]
  9. Command: say [word]
  10. Command: show [word]
  11. Command: animate [word]
  12. Command: browse [word]
  13. Command: delete [word] [type]
  14. Command: add [word] [type] [content]
More from AutoSkill
All skills →
About this skill
What does the Java BSTDictionary Interface Implementation skill do?

Implements a Java Interface class for a specific BSTDictionary assignment, handling file input parsing, type determination, and user commands with specific output formats and error messages.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill java-bstdictionary-interface-implementation --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