Loading...
Loading...
WPILib and FRC robot programming best practices, design patterns, and code guidance for Java. Use when writing, reviewing, or explaining WPILib robot code—command-based project structure, subsystems, autonomous routines, RobotContainer layout, command definition patterns (inline, factory, subclass), or Constants organization.
npx skill4agent add yeti-robotics/robot-skills wpilib-best-practices| Domain | Reference | When to load |
|---|---|---|
| Command-based architecture | references/command-based.md | Project structure, |
| Command Scheduler | references/command-scheduler.md | How the scheduler runs, per-iteration execution order, default commands, scheduling conflicts, event callbacks, |
| Command Compositions | references/command-compositions.md | Combining commands with |