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 MofaApp and AppRegistry for 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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: mofa-org-mofa-studio-01-mofa-studio-core3description: MoFA Studio Core4---56# MoFA Studio Core78## 1. Overview9Follow the black-box app principle and keep shell/app coupling limited to the four required points. Use the references for details and examples.1011## 2. Core rules12- Keep apps self-contained; shell does not reach into app internals.13- Register widgets in the correct order in `LiveRegister`.14- Use `MofaApp` and `AppRegistry` for metadata and registration.15- Propagate shared state via WidgetRef methods, not a global store.1617## 3. Workflow for architectural changes181. Identify the coupling point you need to touch (import, register, instantiate, visibility).192. Update the app crate first, then wire the shell.203. Verify dark mode and timer lifecycle hooks.214. Update dataflow wiring if the app uses Dora.2223## 4. References24- references/architecture.md25- references/state-and-theme.md26- references/timers-and-events.md2728---29> Converted and distributed by [TomeVault](https://tomevault.io/claim/mofa-org) — claim your Tome and manage your conversions.30<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/mofa-org-mofa-studio-01-mofa-studio-core in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
MoFA Studio Core It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.