ワンクリックで
example-skill
Example skill demonstrating the SKILL.md format. Use this as a template when creating new skills for Cursor agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Example skill demonstrating the SKILL.md format. Use this as a template when creating new skills for Cursor agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill when a spreadsheet file is the primary input or output, including .xlsx, .xlsm, .csv, and .tsv workflows.
Package any software artifact as a Homebrew cask with a custom tap, dependency resolution, postflight hooks, and automated version bumps via GitHub Actions. Use when you want to make something installable via brew install --cask, ship a VS Code/Cursor extension with Brew, or add Homebrew distribution to a project.
| name | example-skill |
| description | Example skill demonstrating the SKILL.md format. Use this as a template when creating new skills for Cursor agents. |
This file demonstrates the structure and conventions for a Cursor agent skill.
Skills are invoked when the agent determines the task matches the skill's description. The agent reads this file and follows the instructions within.
A skill lives in a folder under .cursor/skills-cursor/ (user-level) or .cursor/skills/ (project-level):
.cursor/skills/
my-skill/
SKILL.md # Required: skill definition and instructions
templates/ # Optional: template files the skill may use
When this skill is invoked: