Skip to main content
moritalous
GitHub 创作者资料

moritalous

按仓库查看 3 个 GitHub 仓库中的 23 个已收集 skills。

已收集 skills
23
仓库
3
更新
2026-07-25
仓库浏览

仓库与代表性 skills

compound
软件开发工程师

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

2026-07-25
device-check
软件开发工程师

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

2026-07-25
firmware-build
软件开发工程师

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

2026-07-25
git-rescue
软件开发工程师

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

2026-07-25
hoard
软件开发工程师

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

2026-07-25
interactive-explanation
网页开发工程师

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

2026-07-25
manual-test
软件质量保证分析师与测试员

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

2026-07-25
milestone
软件开发工程师

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

2026-07-25
当前展示该仓库 Top 8 / 12 个已收集 skills。
compound
其他计算机职业

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
软件开发工程师

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
软件开发工程师

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
网页开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
编辑

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
软件质量保证分析师与测试员

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
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库