.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.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.
tools
Commit changes and push to the remote repository
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.