com um clique
quotes-curly
// Convert ASCII double quotes (") in a markdown file to Unicode curly quotes ("\u201c", "\u201d"). Use when the user asks to convert double quotes, apply Unicode quotes, or use typographic/curly quotes.
// Convert ASCII double quotes (") in a markdown file to Unicode curly quotes ("\u201c", "\u201d"). Use when the user asks to convert double quotes, apply Unicode quotes, or use typographic/curly quotes.
Find the Hacker News discussion for the article in the current TIL document and weave the key comments into the document body with precise footnote links. Use when the user wants to reflect community reactions from Hacker News into an existing TIL file.
Pick hot articles from GeekNews (news.hada.io) and write a TIL document for each. Select top articles by points and only process articles that do not duplicate existing documents.
Read a web article and write a TIL document (in Korean) that includes a summary, analysis, critique, and insights. Takes a URL as an argument. Use when the user asks to analyze an article, document it, or organize a technical post.
Commit changes and push to the remote repository
| name | quotes-curly |
| description | Convert ASCII double quotes (") in a markdown file to Unicode curly quotes ("\u201c", "\u201d"). Use when the user asks to convert double quotes, apply Unicode quotes, or use typographic/curly quotes. |
| argument-hint | <file-path> |
| allowed-tools | Bash |
Convert ASCII double quotes (", U+0022) in a markdown file to Unicode curly
quotes (\u201c / \u201d).
Double quotes inside fenced code blocks (...) are left as plain ASCII
double quotes.
/quotes-curly path/to/file.md
python3 ${CLAUDE_SKILL_DIR}/scripts/convert_quotes.py $ARGUMENTS
git diff.