show-hn-draft

Draft Show HN and Reddit posts from current repository state.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill show-hn-draft-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: show-hn-draft
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/show-hn-draft
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill show-hn-draft-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft Show HN posts (plus shorter Reddit variants) from the live repo state — README, SHOWCASE, recent repo-articles + project-lens, real autonomous behavior examples from logs, and current stars/forks/skill counts. Operator provides inputs; the agent writes.

Core Features & Use Cases

  • Generates Show HN, r/MachineLearning, and r/selfhosted blocks from the current repo state.
  • Reads inputs from README.md, SHOWCASE.md, skills.json, aeon.yml, articles/repo-article-.md, articles/project-lens-.md, memory/logs/*.md, and memory/MEMORY.md.
  • Writes to articles/show-hn-draft-${today}.md and can regenerate specific sections when ${var} is provided.

Quick Start

Write today’s Show HN draft by running the skill to populate the draft file for review before posting.

Frequently Asked Questions about show-hn-draft

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Show HN post from my repository automatically?

To generate a Show HN post, this skill reads README.md, SHOWCASE.md, skills.json, aeon.yml, and recent repo logs to draft launch framing content. It automatically writes the output to articles/show-hn-draft-${today}.md for your review.

Can I draft Reddit variants for r/MachineLearning and r/selfhosted from repo state?

Yes, you can draft Reddit variants for r/MachineLearning and r/selfhosted from your repo state. The skill generates these shorter platform-specific blocks alongside the main Show HN post using the same repository inputs.

How do I regenerate a specific section of a Show HN draft without losing other content?

To regenerate a single variant section without losing other content, run the skill with a specific variable set. It preserves existing sections while updating only the targeted block in the articles/show-hn-draft file.

What inputs do I need to prepare for automating Show HN post drafting?

You need README.md, SHOWCASE.md, skills.json, aeon.yml, recent articles, and memory logs available in your repository. The skill pulls from these files to extract project details, autonomous behavior examples, and current statistics for the draft.

Does this skill work with GitHub Actions for content generation?

Yes, GitHub Actions automation is supported for content generation. The skill runs within your repository environment to read live files and output the drafted markdown post directly back into your articles directory.