ワンクリックで
define-markdown-format
Load and apply Markdown formatting rules for this project. Use when writing or editing Markdown files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Load and apply Markdown formatting rules for this project. Use when writing or editing Markdown files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a GitHub issue with an auto-generated description. Use when the user asks to open an issue for a bug, feature request, or task.
Create a pull request with an auto-generated description. Use when the user asks to open a PR for the current branch's changes.
Force-delete every favorited world on the authenticated VRChat account via VRChat's REST API. Use when the user asks to purge, clear, wipe, or delete all their VRChat favorite worlds.
Create a new git commit for staged changes. Use when the user asks to commit staged changes with an auto-generated Conventional Commits message, or when Claude Code itself wants to run `git commit`.
Verify that git user.name and user.email are configured. Use automatically before any git operation that requires identity (commits, rebases, cherry-picks, etc.), and when the user asks to check or verify their git identity.
Instruct to suggest alternative commands for `rm`, `find`, and `grep`. Use when Claude Code started, and you want to run `rm`, `find`, or `grep`, and the corresponding alternative is installed in the environment — `rm-dust` for `rm`, `fd` (or `fd-find`) for `find`, `rg` for `grep`.
| name | define-markdown-format |
| description | Load and apply Markdown formatting rules for this project. Use when writing or editing Markdown files. |
以降の Markdown 編集・作成時に、以下のルールを適用するのです。
Add a blank line between the title and the first list item if adding new sections with list items.
Also do not add trailing dot to list items like - An item.
Always add blank lines before and after section headers (lines starting with ## or ###).
For example:
## Section Title
- First item
- Second item
### Subsection Title
- Another item
Example:
- First level item
- Second level item (4 spaces)
- Third level item (8 spaces)
IMPORTANT: In Markdown (CommonMark), two trailing spaces at the end of a line ( ) represent a hard line break (<br>).