원클릭으로
create-skill
A meta-skill to create new skills in the default skill directory with proper YAML front matter
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A meta-skill to create new skills in the default skill directory with proper YAML front matter
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-skill |
| description | A meta-skill to create new skills in the default skill directory with proper YAML front matter |
Creates a new skill under ~/.agents/skills/<skill-name>/SKILL.md.
mkdir -p ~/.agents/skills/<skill-name>SKILL.md using the template below (use the file-create skill to write the file)---, name matches the directory, description is informativeSKILL.md MUST begin with --- on line 1. Anything before it breaks skill discovery.
---
name: <skill-name>
description: <one-line description>
---
# <skill-name>
<purpose>
## When to Use
- <trigger>
## Usage
<instructions>
## Parameters
- `param`: <description>
## Notes
- <caveats>
Use for math calculations.
Use for date/time.
Rules to minimize token usage
Native macOS built-in screen capture. Saves directly to ~/Desktop using exact system timestamp naming, so agent can automatically detect and read the latest screenshot without manual file paths. macOS only.
Maintain a living context document (plan.md) as a self-note to preserve the original agenda, track progress, and prevent context drift during complex tasks
A skill for reliably creating files using shell commands