Skip to main content
moritalous
Profil créateur GitHub

moritalous

Vue par dépôt de 23 skills collectés dans 3 dépôts GitHub.

skills collectés
23
dépôts
3
mis à jour
2026-07-25
explorateur de dépôts

Dépôts et skills représentatifs

compound
Développeurs de logiciels

compound engineering のステップ。ひとつの作業のあとに短く振り返り、学んだことを CLAUDE.md・スキル・hoard に畳み込む。意味のある作業の終わりごとに使う。

2026-07-25
device-check
Développeurs de logiciels

実機をシリアル越しに操作して挙動を確認する。tools/deck.py で JSON Lines を投げ、人間にしかできない確認は手順書にして渡す。ビルドが通ったあと、動いたと言い切る前に使う。

2026-07-25
firmware-build
Développeurs de logiciels

arduino-cli でファームをビルド/書き込みする。ボード設定、ライブラリのバージョン固定、書き込み時の注意をまとめてある。ファームを触ったあと、実機で確かめる前に使う。

2026-07-25
git-rescue
Développeurs de logiciels

git の混乱を収拾し、履歴を手術する。コミットの取り消し・書き換え、conflict の解消、reflog からの復旧、git bisect による退行の特定。

2026-07-25
hoard
Développeurs de logiciels

新しく分かった小技を、動く最小例として hoard/ に保存する。非自明なことを初めて解決したあとに使う。

2026-07-25
interactive-explanation
Développeurs web

アルゴリズムや仕組みを、単一 HTML のインタラクティブ/アニメーション付きページで説明する。文章だけでは腑に落ちないときの認知的負債の返済に使う。

2026-07-25
manual-test
Analystes en assurance qualité des logiciels et testeurs

自動テストの外側で実物を動かして確かめ、結果を notes/ に記録する。ホスト側は使い捨てプログラム、実機はシリアル、web はブラウザ自動化。テストが通ったあと、完了と言う前に使う。

2026-07-25
milestone
Développeurs de logiciels

仕様 §11 のマイルストーン(M1〜M6)の完了条件を判定し、次に進んでよいかを決める。ひとつの段階を終えたと思ったときに使う。

2026-07-25
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
compound
Autres occupations informatiques

Run the compound engineering step — a short retrospective after a piece of work that folds what was learned back into CLAUDE.md, the skills, or the hoard. Use at the end of every significant task.

2026-07-24
git-rescue
Développeurs de logiciels

Sort out git messes and perform history surgery — undo/rewrite commits, resolve conflicted merges and rebases, recover lost code via reflog, find regressions with git bisect.

2026-07-24
hoard
Développeurs de logiciels

Save a newly-figured-out trick as a minimal working example in hoard/, so future sessions can reuse or recombine it. Use after solving something non-obvious for the first time.

2026-07-24
interactive-explanation
Développeurs web

Build a self-contained interactive or animated HTML page that explains how an algorithm or piece of code works. Use to pay down cognitive debt when a written explanation isn't enough.

2026-07-24
manual-test
Analystes en assurance qualité des logiciels et testeurs

Manually exercise code beyond the automated tests — python -c for libraries, curl for APIs, browser automation with screenshots for web UIs — and document the results. Use after tests pass, before declaring work done.

2026-07-24
pr-ready
Développeurs de logiciels

Pre-pull-request checklist — verify the code works, the diff is reviewable, and the PR carries context and evidence of testing. Run before opening any pull request.

2026-07-24
proofread
Rédacteurs en chef

Proofread a document before publication — spelling, grammar, repetition, logical and factual errors, weak arguments, placeholder links. Reports issues; never rewrites the author's voice.

2026-07-24
red-green-tdd
Analystes en assurance qualité des logiciels et testeurs

Implement a feature or bug fix using red/green test-driven development — write failing tests first, confirm they fail, then implement until green. Use for any new behavior or bug fix.

2026-07-24
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
3 dépôts affichés sur 3
Tous les dépôts sont affichés