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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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` (
- Prompt
- File Structure
- degree.h Requirements
- Student Class Requirements (student.h / student.cpp)
- Roster Class Requirements (roster.h / roster.cpp)
- main.cpp Requirements
- Triggers
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.
