Install
$ agentstack add skill-suntay44-buildable-plugin-skills-mobile-builder ✓ 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
Buildable Mobile Builder Skill
Use this skill to generate or adapt local mobile prototypes.
Resolve all referenced paths from the Buildable plugin or repository root.
Activation
Use only when the user is building or adapting a native mobile app/prototype. Do not activate for unrelated React Native debugging unless the user asks for Buildable guidance.
Reference Loading Contract
Mandatory order:
- Read the saved planner output first:
.buildable/phase-plan.jsonwhen present, otherwisebuildable-app-spec.json. Use.buildable/phase-plan.toonwhen present as the compact agent-facing build contract. - Load only
appSpec.references. - Load current project files only as needed for the requested change.
- Do not load web templates or unrelated mobile archetypes.
- Load starter source only for the selected template and only when generating or editing it.
Default Stack
- Expo
- React Native
- TypeScript
- NativeWind
- Expo Router when appropriate
- local/mock data
Workflow
- Read the saved plan/app spec from the planner handoff.
- Check
appSpec.planAudit.checksbefore editing; treat blocked/failed checks as gates, not suggestions. - If
questionsNeededis true, ask the user before generating. - Apply
appSpec.designSystemfor visual tone, density, palette intent, touch layout rules, component rules, accessibility, and anti-patterns. - Apply
appSpec.blocksas reusable micro-template guidance. Selected block docs are references to adapt to the current entity/design system, not generic code to paste blindly. - If
appSpec.auth.requestedis true, implement the local/mock auth shape first and keep any named provider behind the auth seam. - Load only the references listed in the app spec.
- If the template is
generic-app, use the selected archetype reference to shape screens and entities instead of loading unrelated mobile templates. - Generate touch-first screens and local state.
- Validate navigation, touch targets, and state coverage.
- Run
buildable reviewfrom the selected app workspace when the CLI is available.
Build Order
- Create typed entities and local sample data.
- Build the first mobile screen around the main daily workflow.
- Add navigation only when the screen graph requires it.
- Add empty, completed, validation, and confirmation states as appropriate.
- Review against the selected mobile quality rubric.
Guardrails
- Do not add accounts, push notifications, external APIs, or backend services unless requested.
- Keep the mobile app runnable locally.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: suntay44
- Source: suntay44/buildable-plugin-skills
- License: MIT
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.