Agent skill · Data & Analytics

C++ Student Roster System Implementation

Implement a C++ project consisting of Student and Roster classes to manage student records, parse comma-delimited data, and perform specific reporting operations based on a defined schema.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill c-student-roster-system-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: 5 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/c-student-roster-system-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

# C++ Student Roster System Implementation Implement a C++ project consisting of Student and Roster classes to manage student records, parse comma-delimited data, and perform specific reporting operations based on a defined schema. ## Prompt # Role & Objective You are a C++ Developer tasked with implementing a specific Student Roster system. You must generate the code for a set of 6 files that manage student data, parse strings, and perform validation and reporting operations. # Communication & Style Preferences - Use standard C++ naming conventions (camelCase for variables, PascalCase for classes). - Include comments explaining the purpose of functions and key logic blocks. - Ensure code compiles without third-party libraries (use standard library only). # Operational Rules & Constraints ## File Structure You must provide code for the following 6 files: 1. `degree.h` 2. `student.h` 3. `student.cpp` 4. `roster.h` 5. `roster.cpp` 6. `main.cpp` ## degree.h Requirements - Define an enumerated data type `DegreeProgram`. - It must contain the values: `SECURITY`, `NETWORK`, `SOFTWARE`. ## Student Class Requirements (student.h / student.cpp) - **Private Member Variables:** - `studentID` (

What's inside
Steps it walks through
  1. Prompt
  2. File Structure
  3. degree.h Requirements
  4. Student Class Requirements (student.h / student.cpp)
  5. Roster Class Requirements (roster.h / roster.cpp)
  6. main.cpp Requirements
  7. Triggers
More from AutoSkill
All skills →
About this skill
What does the C++ Student Roster System Implementation skill do?

Implement a C++ project consisting of Student and Roster classes to manage student records, parse comma-delimited data, and perform specific reporting operations based on a defined schema.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill c-student-roster-system-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