Skip to main content
moritalous
GitHub-Creator-Profil

moritalous

Repository-Ansicht von 23 gesammelten Skills in 3 GitHub-Repositories.

gesammelte Skills
23
Repositories
3
aktualisiert
2026-07-25
Repository-Explorer

Repositories und repräsentative Skills

compound
Softwareentwickler

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

2026-07-25
device-check
Softwareentwickler

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

2026-07-25
firmware-build
Softwareentwickler

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

2026-07-25
git-rescue
Softwareentwickler

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

2026-07-25
hoard
Softwareentwickler

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

2026-07-25
interactive-explanation
Webentwickler

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

2026-07-25
manual-test
Softwarequalitätssicherungsanalysten und -tester

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

2026-07-25
milestone
Softwareentwickler

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

2026-07-25
Zeigt die Top 8 von 12 gesammelten Skills in diesem Repository.
compound
Sonstige Computerberufe

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
Softwareentwickler

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
Softwareentwickler

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
Webentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Redakteure

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
Softwarequalitätssicherungsanalysten und -tester

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
Zeigt die Top 8 von 9 gesammelten Skills in diesem Repository.
3 von 3 Repositories angezeigt
Alle Repositories angezeigt