shipyard

Automate mobile SDK setup, configuration, and dashboard orchestration across iOS, Android, Flutter, and React Native.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/its-meseba/meseba-skills --skill shipyard-its-meseba
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: shipyard
Source: https://github.com/its-meseba/meseba-skills/tree/main/skills/shipyard
Command: npx skills add https://github.com/its-meseba/meseba-skills --skill shipyard-its-meseba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mobile app development automation to configure and manage SDKs, dashboards, and app-store tasks across iOS, Android, Flutter, and React Native.

Core Features & Use Cases

  • CLI-first, scriptable setup for SDKs, analytics, and dashboard automation
  • Playwright-based browser automation for dashboards when APIs are missing
  • Health checks, guardrails, and centralized SDK keys for safe, scalable workflows

Quick Start

Initialize and automate mobile SDKs, analytics, dashboards, and store processes across iOS, Android, Flutter, and React Native.

Frequently Asked Questions about shipyard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate mobile SDK setup across iOS, Android, Flutter, and React Native?โ–ผ

Automating mobile SDK setup is handled by a CLI-first workflow that detects your platform and configures SDKs across iOS, Android, Flutter, and React Native. It uses an AnalyticsRouter pattern with centralized, guarded SDK keys for safe, scalable configuration.

What is the best way to automate app store operations and dashboards when APIs are missing?โ–ผ

Automating dashboards and store operations without APIs is achieved using Playwright-based browser automation. This enables scriptable orchestration of app store tasks and dashboard configurations directly through the browser interface.

Can I use this automation workflow for both Flutter and React Native projects?โ–ผ

Yes, this automation workflow supports both Flutter and React Native projects. It performs platform detection automatically and applies structured health checks, safe fallbacks, and guarded SDK keys across these mobile development environments.

How do analytics and SDK configuration guardrails work in mobile devops automation?โ–ผ

Analytics and SDK configuration guardrails work by using centralized SDK keys, an AnalyticsRouter pattern, and structured health checks. These mechanisms provide safe fallbacks during end-to-end mobile app setup to prevent configuration failures.

What are the limitations of using Playwright for dashboard automation in mobile devops?โ–ผ

Using Playwright for dashboard automation means relying on browser UI interactions rather than direct API calls, which can be brittle if dashboard layouts change. Safe fallbacks and health checks are implemented to mitigate these UI automation risks.