用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LennartHennigs/Button2 --skill readme命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Cut a new Button2 release — suggests version bump based on change type, updates version files and CHANGELOG, commits, tags, pushes, creates a GitHub release, and publishes to PlatformIO
Stage and commit current changes for Button2 — checks for needed CHANGELOG/README/CLAUDE.md updates, creates a branch if on master, writes a commit message, and commits
Compile Button2 examples across Arduino platforms using arduino-cli and PlatformIO. Pass a platform name (esp8266, esp32, nano, all) or leave blank to compile all.
基于 SOC 职业分类
正在显示 SKILL.md
| name | readme |
| description | Audit README.md against the current Button2 API and recent CHANGELOG entries, then apply any needed updates |
Audit and update README.md to reflect the current state of the library.
src/Button2.h — extract every public method signature and constant## Unreleased and most recent versioned section of CHANGELOG.mdREADME.md in fullCompare the public API in Button2.h against what README documents. Flag:
Do not flag internal helpers, private methods, or test infrastructure.
List each gap with a one-line description of what needs to change. If $ARGUMENTS contains "audit", stop here and show the list without editing.
For each gap, edit README.md in place:
Report what was changed when done.