The repository is ZacheryGlass/.claude on GitHub, full of commands/skills/agents, etc.

Here's the quote from the original Reddit post by author.
"I've been writing GPU drivers firmware for 10 years. This is the Claude Code configuration that I use everyday (including the agents).
https://github.com/ZacheryGlass/.claude
The best one for me has been these two:
- After every change or feature implementation, I run the
/arewedonecommand to trigger mystructural-completeness-revieweragent. This is the single biggest impact on my overall project code quality. - After getting the initial prototype working for a new project, I use
/arch-reviewthe command to trigger myarchitecture-reviewer agentto review the project and recommend a scalable architecture that will be suitable for further feature development."
I also reviewed the /arewedone command in my YouTube video: