← ClaudeAtlas

app-in-skill-creatorlisted

Create or update App-in-Skill patterns: Codex skills that bundle a local provider-backed web app for review, approval, dashboards, or lightweight workflows. Use when the user wants a skill with an embedded local UI, provider handoff, local files, Busabase, locks, app launcher, schemas, or a reusable App-in-Skill scaffold.
mr-kelly/skills · ★ 3 · AI & Automation · score 77
Install: claude install-skill mr-kelly/skills
# App-in-Skill Creator ## Purpose Use this skill to design or update Codex skills that include a small local app inside the skill folder. The app is an operator surface for humans; the skill remains responsible for reasoning, external reads/writes, safety gates, and execution. Good fits: - batch review and approval queues; - local dashboards over skill-generated files; - human comments, edits, or decisions that an agent later executes; - control panels for launching or steering batches; - workflows where chat is too tiring but full product infrastructure is unnecessary. ## Core Boundary Keep the boundary clear: - The skill reads external systems, reasons, drafts, and executes approved actions. - The app reads and writes active-provider handoff state only. - The app never sends emails, deletes data, charges money, publishes, changes remote systems, or performs external side effects. - The provider handoff contract is the boundary between app and skill. - The default interaction mode for review/approval work is App UI; support chat-only only when the user explicitly asks for it (`chat only`, `no UI`, `纯聊天`, `不要打开 UI`, or similar). App-in-Skill is a pattern, not one fixed UI. A review queue is the most common shape, but dashboards, workspaces, control panels, and collaboration surfaces are also valid. ## Reference Map Read only the references needed for the current task, but read the selected reference completely before acting on it. | Need | Reference | | --- | --- |