bychristian-katzmann· 3 skills
Turn a finished or buildable web app into a macOS Dock-launchable .app that serves built output instead of a dev server. Use when the user asks for app-it-static, a finished site/app launcher, a lightweight Dock app, or a dist/build/out bundle clickable from the Dock. Builds once, serves a snapshot via static-server.py or file://, and routes live projects to app-it. macOS only.
$npx -y skills add christian-katzmann/app-it --skill app-it-staticInstalls into the current project.
Run `npx skills use "https://github.com/christian-katzmann/app-it" --skill "christian-katzmann/app-it/app-it-static"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/christian-katzmann/app-it" that are relevant to the current task. Run `npx skills add "https://github.com/christian-katzmann/app-it"` and select the relevant skills, then follow their instructions.