ワンクリックで
file-links
When referencing files, format them as markdown links with line numbers using GitHub-style #L syntax.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When referencing files, format them as markdown links with line numbers using GitHub-style #L syntax.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when the user invokes "/describe" to look up Emacs documentation via emacsclient.
This skill should be used when the user invokes "/dired" to open files from the latest interaction in an Emacs dired buffer via emacsclient.
This skill should be used when the user invokes "/highlight" to highlight relevant regions in one or more files in Emacs via emacsclient.
Use when the user asks about a specific place — restaurant, cafe, shop, business, landmark — or when context implies a location-based lookup ("where is X", "find Y", "X in Z", "X near A"). Calls the mappu CLI to search Apple Maps and returns local results with addresses, websites, preview images, and a map snapshot.
This skill should be used when the user invokes "/open" to open files from the latest interaction in Emacs buffers via emacsclient.
This skill should be used when the user invokes "/select" to open one or more files in Emacs and select a region relevant to the current discussion via emacsclient.
| name | file-links |
| description | When referencing files, format them as markdown links with line numbers using GitHub-style #L syntax. |
When referencing files in your output, always format them as markdown links. Use the GitHub-style #L fragment for line numbers.
With a line number:
[filename.el:42](relative/path/to/filename.el#L42)
With a line range:
[filename.el:42-50](relative/path/to/filename.el#L42-L50)
Without a line number:
[filename.el](relative/path/to/filename.el)
: for line numbers (e.g., filename.el:42).#L for line numbers (e.g., filename.el#L42).- (e.g., filename.el:42-50) and the URL uses -L (e.g., filename.el#L42-L50).Do NOT do this:
[filename.el#L42-L50](filename.el#L42)