# Mofa Org Mofa Studio 01 Mofa Studio Core

> MoFA Studio Core

- Skill: `tomevault-io/mofa-org-mofa-studio-01-mofa-studio-core` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mofa-org-mofa-studio-01-mofa-studio-core`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mofa-org-mofa-studio-01-mofa-studio-core/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mofa-org-mofa-studio-01-mofa-studio-core

---


# 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 `MofaApp` and `AppRegistry` for metadata and registration.
- Propagate shared state via WidgetRef methods, not a global store.

## 3. Workflow for architectural changes
1. Identify the coupling point you need to touch (import, register, instantiate, visibility).
2. Update the app crate first, then wire the shell.
3. Verify dark mode and timer lifecycle hooks.
4. 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](https://tomevault.io/claim/mofa-org) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

