원클릭으로
create-skills
How to create new skills to refer back to later. This is a great, structured way to learn and grow your abilities!
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to create new skills to refer back to later. This is a great, structured way to learn and grow your abilities!
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
End-of-session wrap-up. Write session buffer, update notes, prepare for next session.
How to use vector memory effectively. Storage patterns, search strategies, category/tag conventions. Use when you need guidance on what to store or how to search.
Start-of-session orientation. Read session buffer, index, and current state to restore context.
SOC 직업 분류 기준
| name | create-skills |
| description | How to create new skills to refer back to later. This is a great, structured way to learn and grow your abilities! |
Skills are persistent how-to documents about capabilities — things you can DO. They capture reusable techniques, tool usage patterns, search strategies, document formats, and other procedural knowledge. If you learn how to do something non-trivial that you'll likely do again, make it a skill.
Skills are NOT for project-specific notes, research findings, observations, or contextual knowledge. That stuff goes in your notebook (index.md). The distinction: skills teach future-you HOW to do things; notebook entries tell future-you WHAT you know about things.
Each skill is a self-contained folder under .claude/skills/:
.claude/skills/
skill-name-slug/
SKILL.md <-- The skill doc (YAML frontmatter + markdown)
helper-script.sh <-- Any associated files colocated here
template.md <-- Templates, examples, etc.
All files associated with a skill live in its folder. Keep things colocated.
.claude/skills/your-skill-name/SKILL.md with frontmatter and content using the Write toolClaude Code automatically discovers skills in .claude/skills/. Each skill needs:
.claude/skills/SKILL.md file with YAML frontmatter containing name and descriptionOnce created, skills appear in the system reminder at the start of every conversation. They can be invoked with the Skill tool, which loads the skill content into context. No manual registration needed — just create the files and they're live.
description in frontmatter is what Claude Code shows in the skill list — make it useful for deciding when to invoke the skill