用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sritchie/N720AK --skill dynon-config-update命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | dynon-config-update |
| description | File new Dynon config downloads, diff against previous versions, update GDrive links and documentation |
Use when the user says they've downloaded new configs, pulled configs from a Dynon display, or needs to file Dynon .sfg/.dfg files.
YYYY-MM-DD-N720AK-SN{serial}-{version}-{TYPE}.{ext}
Serial-to-position mapping confirmed from the 2025-11-18 avionics-log install entry.
.sfg = SENSOR_CONFIG (sensor definitions, transfer functions, min/max).dfg = USER_CONFIG (display ranges, color bands, alarms, widget layout)Contact alarm text indicators: controlled by range_name fields in USER_CONFIG.dfg. Setting range_name= (empty string) removes the text overlay while keeping the color indicator — e.g. LDOOR/RDOOR have empty range names (no text), while PHEAT has range1_name=ON and range2_name=OFF (shows text).
Find the new config files (typically in ~/Downloads/). Confirm serial number and firmware version from the filename.
Compare the new .sfg and .dfg against the most recent versions in GDrive:
~/Library/CloudStorage/GoogleDrive-sritchie09@gmail.com/My Drive/N720AK/Public/Configs/Dynon/
Use diff to identify what changed. Report changes to the user — especially any sensor definition changes (min_val, max_val, transfer functions, new sensors).
Copy both files to the GDrive Dynon config folder (source of truth):
cp ~/Downloads/YYYY-MM-DD-*.sfg ~/Downloads/YYYY-MM-DD-*.dfg \
~/Library/CloudStorage/GoogleDrive-sritchie09@gmail.com/My\ Drive/N720AK/Public/Configs/Dynon/
Wait for GDrive to sync, then extract file IDs:
xattr -p com.google.drivefs.item-id#S "/path/to/file"
URL format: https://drive.google.com/file/d/{ID}/view
If IDs aren't available yet, add "pending GDrive sync" rows and remind the user to update later.
docs/gdrive-links.mdAdd new rows to the Configs → Dynon table with the date, description (include serial/display name), and GDrive link.
Update reference_dynon_sensor_config.md in the claude-home memory system:
If sensor definitions changed in the .sfg:
sections/sys-42-avionics.md (EMS Sensors table, MAP Blanking section)CLAUDE.md if MAP or fuel pressure sensor details changed.claude/skills/flight-data-analysis/SKILL.md if blanking thresholds changedAdd entry to ~/Library/CloudStorage/GoogleDrive-sritchie09@gmail.com/My Drive/N720AK/Private/Maintenance/avionics-log.tsv for any sensor definition modifications. Format: tab-separated, date in YYYY-MM-DD, performed by "Sam Ritchie (Repairman 5256450)".
If sensor definitions were modified in the .sfg, remind the user: