Agent skill · Content & Marketing

producthunt-launch-kit

Use when the user asks to prepare a Product Hunt launch or generate Product Hunt listing assets. Generates tagline variants under 60 chars, a 500-char description, a maker comment, launch-day tweet thread, LinkedIn post, and a 4-email launch sequence.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codecopilotMIT
Install
npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: OpenDirectory
Requires: [claude-code, gemini-cli, github-copilot]
Path: skills/producthunt-launch-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Product Hunt Launch Kit Generate every asset you need for a Product Hunt launch: listing copy, maker comment, and day-one social posts. --- **Critical rule:** Product Hunt taglines are maximum 60 characters. Descriptions are maximum 500 characters. Never make factual claims that cannot be verified. Never mention competitor names. Never say "free" unless the product is permanently free (not just a trial). --- ## Step 1: Gather Product Details You need: - Product name - What it does (technical description, one sentence) - Primary use case and target user - Key differentiator from existing tools - Pricing: free, freemium, paid (starting price) - Open source: yes/no - Launch date (for scheduling context) - Any credentials, launch discount, or promo code to offer - 2-3 things that make it worth upvoting (honest reasons, not marketing) If any of these are missing, ask in one message before proceeding. Also check for project context files: ```bash ls README.md 2>/dev/null && echo "README found" ls package.json 2>/dev/null && echo "package.json found" ``` If README.md exists, read the first 80 lines to extract product description and key features before asking questions. --- ## Step 2: G

What's inside
Steps it walks through
  1. Step 1: Gather Product Details
  2. Step 2: Gallery Strategy
  3. Step 3: Generate Tagline Variants
  4. Step 4: Write the Listing Description
  5. Step 5: Write the Maker Comment
  6. Step 6: Generate All Assets with Gemini
  7. Step 7: Self-QA
  8. Step 8: Present the Full Launch Kit
Ships with 4 files
  • .env.example
  • README.md
  • evals/evals.json
  • references/copy-rules.md
Commands it runs
ls README.md 2>/dev/null && echo "README found"
ls package.json 2>/dev/null && echo "package.json found"
cat > /tmp/ph-launch-request.json << 'ENDJSON'
curl -s -X POST \
More from opendirectory
All skills →
About this skill
What does the producthunt-launch-kit skill do?

Use when the user asks to prepare a Product Hunt launch or generate Product Hunt listing assets. Generates tagline variants under 60 chars, a 500-char description, a maker comment, launch-day tweet thread, LinkedIn post, and a 4-email launch sequence.

How do I install it?

Run `npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going