Install
$ agentstack add skill-xinvtech-mobile-design-os-mobile-prototype ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Mobile Prototype
Make the core task observable in motion and runtime. Treat a prototype as a behavior test surface, not as a collection of clickable pictures.
Choose the prototype target
- Behavior prototype: define screens, states, transitions, feedback, interruption, and test cases for a tool such as Figma, ProtoPie, or a native prototype.
- Browser review runner: render a self-contained HTML design prototype from
prototype.json, a UI Design contract, and an optional Design System contract. The default URL is a clean product preview; append?inspect=1for state continuity, contract edges, and deterministic failure review before production implementation. - Executable spike: create or hand off a narrow runnable prototype with real text, persistence boundaries, platform surfaces, and deterministic failure hooks.
- Validation pass: execute the prototype test matrix and record evidence, limitations, and regressions.
Prefer mobile-wireframe before this Skill and mobile-design-to-code when the user wants framework code. Preserve upstream Screen, State, Flow, Requirement, Token, and Component IDs.
Define the runtime contract
- Select one critical task and one high-risk recovery path.
- Map each screen/state node to its entry, exit, action, system response, and durable result.
- Define animation, gesture, haptic, sound, and announcement behavior with a reduced-motion and nonvisual equivalent.
- Add interruption, background/termination, offline, duplicate submission, permission denial, and destructive recovery where applicable.
- Define deterministic failure hooks for persistence, network, indexing, permission, and system-surface cases instead of relying on luck.
- Keep prototype status honest: a plan or static render is not runtime evidence.
Read [references/prototype-rules.md](references/prototype-rules.md) and [references/prototype-schema.md](references/prototype-schema.md) before creating structured output.
Produce and validate
Create:
prototype-map.mdusing [assets/prototype-map-template.md](assets/prototype-map-template.md).prototype.jsonusing [assets/prototype-template.json](assets/prototype-template.json).prototype-test-plan.mdusing [assets/prototype-test-plan-template.md](assets/prototype-test-plan-template.md).
Run python3 scripts/validate_prototype.py . Use the resulting not-tested records to drive implementation and device QA; do not convert them to pass without evidence.
When the prototype follows UI Design, also run python3 scripts/validate_ui_prototype_alignment.py --ui-design --prototype . This catches missing state nodes, unmapped explicit interactions, and high-risk states without a recovery hook.
For a clickable design-review surface, run the following after the contract checks. The supplied Design System must contain a locked visual direction copied from ui-design.json; an unlocked or legacy theme is a hard stop.
python3 scripts/render_prototype_html.py \
--ui-design \
--design-system \
--prototype \
--output /prototype-runner/index.html
python3 scripts/validate_prototype_runner.py \
--html /prototype-runner/index.html \
--prototype
The default runner URL must show only the product preview: no QA header, inspector, evidence badge, or debug phone chrome. The inspector remains available at ?inspect=1. The renderer must consume the locked visual fingerprint and semantic UI/Design System tokens for surface, text, action, border, typography, spacing, radius, color hierarchy, and module rhythm; do not reintroduce a generic card-stack, pill-button shell, or a legacy Margin theme. The runner must expose the product's primary task, state jump, outgoing contract edges, and deterministic failure switches for applicable persistence/index/permission/destructive paths in inspect mode. Its report remains runtimeEvidence: not-tested until browser, accessibility, interruption, and device evidence exists. A browser runner is a UI/prototype artifact, not production Flutter code.
Enforce the output order
- Prototype scope and evidence status.
- Screen/state nodes and transitions.
- Feedback, motion, gesture, system-surface, and interruption rules.
- Failure hooks and test matrix.
- Implementation handoff, evidence, and open risks.
Do not finish with a happy-path click-through that cannot show recovery, state continuity, accessibility pressure, or system behavior.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Xinvtech
- Source: Xinvtech/mobile-design-os
- License: MIT
- Homepage: https://xinvtech.github.io/mobile-design-os/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.