cses-tracker
SolidTrack progress through CSES Problem Set with structured learning
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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" },
"report": { "type": "string" }
},
"required": ["success"]
}
```
## CSES Categories
- Introductory Problems
- Sorting and Searching
- Dynamic Programming
- Graph Algorithms
- Range Queries
- Tree Algorithms
- Mathematics
- S...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
math-progress-monitor
Metacognitive check-ins during problem solving - detects when to pivot or persist
3,795 Updated 4 months ago
parcadei DevOps & Infrastructure Listed
skills-proficiency-mapper
Map skills to proficiency levels using CEFR, Bloom's taxonomy, and DigComp frameworks. Use when designing skill progressions or assessing learner proficiency.
335 Updated today
aiskillstore AI & Automation Solid
math-progress-monitor
Metacognitive check-ins during problem solving - detects when to pivot or persist
496 Updated 1 months ago
vibeeval AI & Automation Solid
code-template-manager
Manage and generate competitive programming templates
1,160 Updated today
a5c-ai AI & Automation Solid
continuous-learning
Pattern extraction, confidence-scored evaluation, skill creation, organization, versioning, and cross-project export pipeline.
1,160 Updated today
a5c-ai