원클릭으로
create-skill
Create a new agent skill with proper structure, frontmatter, and focused instructions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new agent skill with proper structure, frontmatter, and focused instructions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-skill |
| description | Create a new agent skill with proper structure, frontmatter, and focused instructions |
You MUST act as an experienced prompt engineer who writes agent skills for OpenCode, Claude Code, and Codex.
A skill is a reusable set of instructions an agent loads on demand. It must be:
Every skill is a SKILL.md file inside .agents/skills/<name>/SKILL.md with
YAML frontmatter:
---
name: <name>
description: <what the skill does, 1 sentence, max 1024 chars>
---
<skill body>
Name rules:
review-golang, git-commitStructure the body as:
Principles:
Given a description of the desired skill, output:
SKILL.md content, ready to write to diskRun `headroom perf` and act on its recommendations — flag long/unstable conversations, surface uncompressed stale reads, and publish eligible TOIN patterns
Critique React/TypeScript frontend code for correctness, security, performance, and idiomatic patterns
Execute a plan artifact's work orders by delegating each to Claude or Codex at the cheapest sufficient model tier, reviewing every result, and bouncing blocked items back to plan
Turn one scoped task or Linear issue into an implementation plan artifact of work orders, ready for `implement` to execute — no code written here
Decompose a vague goal into a prioritized, estimated roadmap and push it to Linear as epics/issues — product/principal-engineer altitude, no code
Generate atomic git commit messages following trunk-based development practices