chrisliu298
@chrisliu298
2 Skills
3 Total Stars
March 2026 Joined
Public Skills
autoresearch
by chrisliu298
Autonomous experiment loop faithful to Karpathy's autoresearch. Set up a branch, establish a baseline, then loop forever: edit, commit, run, measure, keep or revert. Use when asked to "run autoresearch", "optimize X in a loop", or "start experiments".
lbreview
by chrisliu298
Careful and thorough code review of changes against main. Analyzes the diff to understand the goal, evaluates benefits, identifies pitfalls, and suggests simplifications. Use when user asks for code review, says "review my changes", "check the diff", "what do you think of these changes", or invokes "lbreview". Do NOT use for session-end review; use last-call instead.