一键导入
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.