webos-tv-app-skill is a small Claude Code skill for building and debugging React applications on LG webOS Smart TVs.
The reason to package this as a skill is simple: TV development has repeated constraints that are easy to forget when you only think like a web developer.
Skills are useful when the work has memory
A good development workflow is not just a command list. It records what to check first, what device assumptions matter, and which shortcuts usually create broken TV experiences.
For webOS, that means keeping remote control behavior, viewport limits, packaging, and deployment feedback close to the implementation loop.
Reduce the setup tax
When a project has a repeatable build or debug path, the fastest improvement is often to make the path explicit. The skill keeps those details in one place so each session starts from known constraints instead of rediscovering them.
The larger goal is to make smart TV app development feel less like a one-off hardware ritual and more like normal product engineering.