원클릭으로
skill-creator
Guide for creating effective skills. Use when creating or updating a skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for creating effective skills. Use when creating or updating a skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a new holaOS app using @holaboss/app-builder-sdk (5 backend primitives + optional shadcn dashboard UI). The canonical path for vibe-coded apps — integration modules AND dashboard apps both live here.
Provision a production-ready teammate only after its stable responsibilities, prerequisites, and reusable operating guidance are understood.
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
Build the visual layer of a holaOS dashboard app — TanStack Start + @holaboss/ui + workspace tokens. Use when an app has SDK primitives wired (via app-builder-sdk) AND needs a `src/client/` UI surface. NOT for marketing pages, NOT for snapshot HTML reports.
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).
Use when working in the embedded browser and you want the cheapest reliable interaction loop.
| name | skill-creator |
| description | Guide for creating effective skills. Use when creating or updating a skill. |
Use this skill when defining or updating reusable Codex skills.
skills/ at the workspace root.skills/<skill-id>/ and save SKILL.md plus any helper files there.runtime/harnesses/src/embedded-skills/.SKILL.md format:
name: <skill-id> (must exactly match the directory name under skills/)description: <one-line summary>---
name: <skill-id>
description: <one-line summary>
---
# <Readable Skill Title>
## When To Use
- ...
## Workflow
1. ...
2. ...
## Examples
- ...
SKILL.md concise; use references/scripts only when needed.