codex-rs/skills/src/assets/research/hn-synthesizer/SKILL.md
INTERNAL SUBAGENT SKILL — never invoke directly. This is called automatically by $hn-synthesis when it spawns a thread-analysis subagent. If a user asks about HN discussions, use $hn-synthesis instead.
npx skillsauth add agents2agentsai/ata hn-synthesizerInstall 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.
Retrieve ONE Hacker News thread, extract discussion insights, write a staging file. You MUST write the staging file — this is your only deliverable. Without it, the main agent cannot proceed.
hn_get_thread with the given thread ID: hn_get_thread(item_id: "<story_id>", max_depth: 8, max_comments: 200).mkdir -p ${CODEX_KB_PATH}/staging && cat <<'CARD_EOF' > ${CODEX_KB_PATH}/staging/hn-<thread_id>.md
---
thread_id: "<story_id>"
title: "<thread title>"
hn_url: "<HN URL>"
article_url: "<linked URL or (self)>"
points: <points>
comments: <comment_count>
date: "<YYYY-MM-DD>"
author: "<author>"
---
<your full extracted analysis>
CARD_EOF
Do NOT call spawn_agent, present_reading_view, hn_search, or file tools. Your tools are hn_get_thread and exec_command only.
Capture specific details, quotes, and numbers — not vague summaries. The main agent needs rich source material.
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).