.agent/skills/quotes-curly/SKILL.md
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.
npx skillsauth add ahastudio/til quotes-curlyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Commit changes and push to the remote repository
documentation
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.
development
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.
data-ai
# skill.md <https://skill.md/> <https://agentskills.io/>