.agent/skills/geeknews-hot/SKILL.md
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.
npx skillsauth add ahastudio/til geeknews-hotInstall 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.
Pick popular GeekNews articles and, for each one, write a TIL document in the same format as the analyze-article skill.
/geeknews-hot
/geeknews-hot 3
Fetch https://news.hada.io/ with WebFetch. Extract the list of articles ordered by points, highest first. Collect each article's title, source URL, point count, and GeekNews topic URL.
Use Glob and Grep to search existing TIL documents and exclude any article that already has a document on the same topic. Judge duplicates by title, source URL, project name, etc.
After excluding duplicates, pick the requested number of articles by point order.
Show the selected list of articles to the user. Format:
1. Title (points) — expected path
2. Title (points) — expected path
...
If any articles were excluded, show them along with the reason.
For each selected article, in parallel:
For each selected article, invoke the /analyze-article skill with the
source URL and the chosen file path as arguments.
Additional context to pass when invoking:
Create the file in a directory that matches the topic. Criteria for choosing the directory:
tools
Commit changes and push to the remote repository
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.
development
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.
data-ai
# skill.md <https://skill.md/> <https://agentskills.io/>