← スキル一覧に戻る

01-mofa-studio-core
by mofa-org
⭐ 7🍴 9📅 2026年1月23日
SKILL.md
name: 01-mofa-studio-core description: Core architecture of MoFA Studio: plugin system, shell/app boundaries, state coordination, theme and dark mode, and timer/event lifecycles. Use when changing architecture, refactoring, or adding cross-cutting behavior.
MoFA Studio Core
1. Overview
Follow the black-box app principle and keep shell/app coupling limited to the four required points. Use the references for details and examples.
2. Core rules
- Keep apps self-contained; shell does not reach into app internals.
- Register widgets in the correct order in
LiveRegister. - Use
MofaAppandAppRegistryfor metadata and registration. - Propagate shared state via WidgetRef methods, not a global store.
3. Workflow for architectural changes
- Identify the coupling point you need to touch (import, register, instantiate, visibility).
- Update the app crate first, then wire the shell.
- Verify dark mode and timer lifecycle hooks.
- Update dataflow wiring if the app uses Dora.
4. References
- references/architecture.md
- references/state-and-theme.md
- references/timers-and-events.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です