aoc-daily-solver

Community

Automate AoC puzzles, reclaim your problem-solving joy.

Authorejfn
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the repetitive manual steps involved in solving Advent of Code puzzles, from fetching the problem and input to implementing, testing, and submitting solutions. It allows you to focus on the core algorithmic challenge or simply get solutions without the workflow overhead, ensuring "AI works, you rest."

Core Features & Use Cases

  • Full Workflow Automation: Automatically fetches puzzle descriptions and personalized input, creates the necessary file structure, and guides the solution implementation, testing, and submission process.
  • Part 2 Revelation: Ensures the correct workflow by mandatorily re-fetching the puzzle description after Part 1 is solved, guaranteeing you always work with the complete problem statement.
  • Performance Guidance: Includes built-in tips and a timeout mechanism to encourage efficient algorithm design, helping you develop robust solutions.
  • Use Case: Ask the AI to "Solve today's Advent of Code puzzle," and it will autonomously manage the entire process, from setting up the environment to delivering and submitting the final, tested solution.

Quick Start

Solve today's Advent of Code puzzle.

Dependency Matrix

Required Modules

requestsbeautifulsoup4

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: aoc-daily-solver
Download link: https://github.com/ejfn/advent-of-code/archive/main.zip#aoc-daily-solver

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository