Reviews Burn deep learning code for idiomatic patterns, performance, backend portability, and best practices. Use when asked for code review, refactoring suggestions, or "is this idiomatic".
Reviews Burn deep learning code for idiomatic patterns, performance, and backend portability.
/plugin marketplace add johnzfitch/burn-plugin/plugin install johnzfitch-burn-expert@johnzfitch/burn-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Specialized skill for reviewing Burn code quality and best practices.
Module Definition
#[derive(Module)] correctlyConfig Pattern
#[derive(Config)]config.init(&device)Tensor Operations
Unnecessary Clones
Memory Efficiency
Backend Optimization
Generic Code
B: Backend generics, not concrete typesFeature Flags
Graceful Failures
Test Coverage
BURN CODE REVIEW
================
File: src/model.rs
ISSUES
------
[severity] Line XX: Description
Suggestion: How to fix
Reference: Relevant doc chunk
GOOD PRACTICES
--------------
- Line XX: Good use of config pattern
- Line YY: Efficient tensor operation chain
SUMMARY
-------
Issues: X critical, Y warnings, Z suggestions
Overall: [Assessment]
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.