What problem does it solve?
This skill removes the friction of setting up, maintaining, and verifying Advent of Code solutions, allowing you to focus entirely on solving the puzzles rather than managing boilerplate code or project structure.
Core Features & Use Cases
- Automated Scaffolding: Instantly bootstraps language-specific AoC projects with standardized directory layouts, build configurations, and CI workflows.
- Standardized Operations: Provides a unified interface to initialize projects, add daily stubs, and execute solutions with automated verification against expected answers.
- Use Case: When starting a new year of Advent of Code in Rust, use this skill to generate the entire repository structure, then use it daily to stub out new puzzle files and verify your code output against the README answer tables.
Quick Start
Use the advent-of-code skill to scaffold a new Rust project for the current year and add a stub for day 1.