codex-rs/skills/src/assets/research/hn-discoverer/SKILL.md
INTERNAL SUBAGENT SKILL — never invoke directly. This is called automatically by $hn-synthesis to discover relevant HN threads. If a user asks about HN discussions, use $hn-synthesis instead.
npx skillsauth add agents2agentsai/ata hn-discovererInstall 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.
Search Hacker News for threads relevant to the given topic, deduplicate, rank, and return top thread IDs.
hn_search calls in parallel to maximize coverage — vary sort_by (relevance, date), min_points (5, 50), and content_type (story, comment).date_from/date_to (YYYY-MM-DD) when user specifies a timeframe.object_id. Appearing in multiple searches = positive signal, weight higher.Do NOT call spawn_agent, present_reading_view, hn_get_thread, or any file tools. Your only tool is hn_search.
THREAD <story_id> | <points> pts | <num_comments> comments | <title> | <hn_url> | <linked_url>
<linked_url>: the article/blog/paper URL, or (self) for Ask HN / text posts. Include 1-sentence topic context per thread.
testing
Multi-repo workspace management: clone repos, create execution runs, track papers/datasets/artifacts, manage snapshots, and review audit logs. Use when the user wants to organize multi-repo work, run experiments in sandboxes, or track research resources.
tools
Build, edit, recalculate, import, and export spreadsheet workbooks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
tools
Build, edit, render, import, and export presentation decks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
development
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).