ワンクリックで
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