Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

2027-Template

2027-Template 收录了来自 Hemlock5712 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
5
更新
2026-07-19
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

game-info
软件开发工程师

Season/field conventions this codebase enforces — the blue-origin field frame, how alliance flipping works (CTRE operator perspective), AprilTag/vision conventions, and the alliance-aware bits an agent must respect rather than re-derive. Read whenever a task involves field positions, alliance color, or game-piece scoring. Field-zone and game-piece specifics are TODO until a real game is wired.

2026-07-19
log-reading
软件开发工程师

How to find and analyze this robot's logs — WPILib .wpilog files written by DataLogManager (drive telemetry + DS + NetworkTables) and Phoenix .hoot files written by the CANivore. Lists the real keys this code publishes, where logs live, and how to read them with AdvantageScope or a scripted DataLogReader. Use after a sim/match run to inspect what the robot did.

2026-07-19
robot-description
软件开发工程师

High-level map of this FRC robot template — the OpMode/Commands-v3 wiring, the subsystems and commands, where each piece lives in the source tree, and the hardware/tooling stack (WPILib 2027 alpha, CTRE swerve, SystemCore). Read this before reasoning about any controller / autonomous / subsystem change.

2026-07-19
run-sim
软件开发工程师

Run this robot in simulation — both the normal GUI sim and a headless, auto-enabling mode for agent / CI loops (the simulateJavaAgent Gradle task). Use whenever you need to actually run the robot code in sim, drive an autonomous routine without a human clicking Enable, or produce a log for analysis.

2026-07-19
teaching
其他高等院校教师

Teacher mode for students. How to explain this robot code to middle/high-school students learning FRC — simple words, short answers, one idea at a time, and where to send them to learn more (PID/feedforward tuning, Commands v3, OpModes). Follow this whenever you're helping a student learn or explaining WHY the code does something, not just changing it. Teacher mode is ON by default (see CLAUDE.md); a student or mentor can say "teacher mode off" to turn it off for the session.

2026-07-19