AoC2025
AdventOfCode 2025
Install / Use
/learn @AstraBert/AoC2025README
Advent Of Code 2025
Solutions to AoC 2025 puzzles.
Local ToolChain
[!NOTE]
You need
goinstalled for this to work!
Generate a project for a new daily challenge
To generate a project for a new daily challenge, run:
bash scripts/generate_day.sh --day 8
This will produce a day-8 (or day-{num}) directory with the following structure:
day-8/
├── go.mod
├── input.txt
├── main_test.go
├── main.go
├── README.md
└── test.txt
Details:
- The README should contain the challenge prompts
input.txtshould contain the input you are given for the problem, whereastest.txtshould contain the example data found within the challenge promptmain.goshould contain the main logic for solving both part 1 and part 2main_test.goshould have tests to verify that the solutions work on the provided sample data
Get a solution
To get a soultion for a specific daily challenge, run:
bash scripts/get_solution.sh --day 8 --complex
The --complex flag specifies that you want the solution for part 2. If you omit it, you will get the solution to part 1.
Run tests
You can easily run all the available tests within the daily challenges subdirectories using the command:
make test
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
