sealos-app-builder
Originally fromlabring/seakills
Installation
SKILL.md
Sealos App Builder
Overview
Use this skill to turn a generic web app into a Sealos app that runs inside Sealos Desktop, or to scaffold a new Sealos app from scratch. Focus on the repeatable parts: SDK initialization, session access, language sync, business-data integration, local debugging through a Desktop test app, and publish readiness.
Prefer a simple, teachable implementation that a beginner can understand and extend.
Core Workflow
1. Identify the starting point
Classify the request into one of these paths:
- Create a new Sealos app from scratch.
- Adapt an existing web app to run inside Sealos Desktop.
- Add Sealos identity and business-data integration to an app that already renders.
- Produce documentation or a tutorial instead of code changes.