Instructions file
Claude Code instructions for pierrefdz/claude, covering environments and running code on the cluster.
Instructions file
Claude Code instructions for pierrefdz/claude, covering environments and running code on the cluster.
Agent
Research code reviewer. Use when reviewing PyTorch/ML code to flag over-engineering and encourage simple, readable code.
Agent
Code implementation agent. Use when implementing new features, modules, or fixing code based on clear requirements.
Agent
Documentation accuracy checker. Use when README or docs/.md files need verification against actual code.
Agent
LaTeX paper style checker. Use when reviewing .tex files for writing style and formatting conventions.
Agent
Tensor dimension annotation checker. Use when reviewing PyTorch code to ensure tensor ops have shape comments like "b c h w -> b c (h w)".