cses-tracker
Track progress through CSES Problem Set with structured learning
npx skills add a5c-ai/babysitter --skill cses-tracker --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.
# CSES Tracker Skill ## Purpose Track progress through the CSES Problem Set with structured learning paths mapped to the Competitive Programmer's Handbook. ## Capabilities - Track solved problems by category - Suggest next problems based on difficulty progression - Generate progress reports - Map problems to CP Handbook chapters - Identify knowledge gaps based on unsolved problems - Create personalized learning paths ## Target Processes - cses-learning-path - skill-gap-analysis - topic-mastery-certification - progress-tracking ## Integration Interfaces with CSES platform (https://cses.fi) and maps problems to the Competitive Programmer's Handbook by Antti Laaksonen. ## Input Schema ```json { "type": "object", "properties": { "action": { "type": "string", "enum": ["getProgress", "suggestNext", "getByCategory", "mapToHandbook", "generateReport"] }, "category": { "type": "string" }, "solvedProblems": { "type": "array", "items": { "type": "string" } }, "targetCategory": { "type": "string" } }, "required": ["action"] } ``` ## Output Schema ```json { "type": "object", "properties": { "success": { "type": "boolean" }, "progress": { "type": "object" }, "suggestions": { "type": "array" }, "
- Purpose
- Capabilities
- Target Processes
- Integration
- Input Schema
- Output Schema
- CSES Categories
What does the cses-tracker skill do?
Track progress through CSES Problem Set with structured learning
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill cses-tracker --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 a5c-ai/babysitter, a repository with 1,642 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.
