Skip to main content
Manusで任意のスキルを実行
ワンクリックで
AdamLaurie
GitHub クリエイタープロフィール

AdamLaurie

1 件の GitHub リポジトリにある 6 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
6
リポジトリ
1
更新
2026-06-08
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

version-bump
ソフトウェア開発者

Firmware-change discipline for Raiden Pico — ANY change to the firmware (src/*.c, src/*.pio, include/*.h that alters the built raiden_pico.uf2's behavior or output) MUST bump the firmware version string in the SAME change. The version is what the VERSION command prints, in src/command_parser.c. Invoke whenever you edit firmware source, or are about to build + flash a firmware change.

2026-06-08
cli-errors
ソフトウェア開発者

CLI discipline for Raiden Pico. (1) Every command/sub-command/argument MUST emit an explicit error on unrecognized, mistyped, or malformed input — never silently no-op or fall through to a wrong/default branch. (2) Every CLI add/change/rename MUST update the config_none pytest regression tests AND the docs/HELP in the same change. Invoke whenever you add, change, rename, or review a CLI command path in src/command_parser.c (verbs, sub-commands, argument parsing, dispatch branches) or the matchers in command_parser_match / match_and_replace.

2026-06-07
pins
ソフトウェア開発者

GPIO pin-assignment rules for Raiden Pico (RP2350). Invoke whenever you add, change, move, or claim a GPIO pin — e.g. editing pin

2026-06-07
sync-requirements
ソフトウェア開発者

Keep requirements.txt and requirements-dev.txt in sync with the actual third-party Python imports across the repo. Invoke whenever you add, remove, or move a Python `import` of a non-stdlib package in any .py file — especially before committing changes that touch .py files. The repo's dependency graph on GitHub reads these manifests.

2026-06-01
check-issues
ソフトウェア開発者

Fetch open GitHub issues for the current repo so we catch problems users have reported. Use at least once per working day, ideally at the start of a session, and again when the user mentions "issues", "bugs", "reports", or asks "anything new?".

2026-05-15
flash
ソフトウェア開発者

Build and flash firmware to Pico2. Use after code changes to deploy to hardware.

2026-04-07
1 件中 1 件のリポジトリを表示
すべてのリポジトリを表示しました