launch-artifacts

Transforms README and CHANGELOG into platform-specific launch content — Dev.to articles, Hacker News posts, Reddit posts, Twitter/X threads, and awesome list submission PRs. Keeps promotion tethered to code artifacts, not generic marketing. Use when launching or announcing a project release.

Best use case

launch-artifacts is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Transforms README and CHANGELOG into platform-specific launch content — Dev.to articles, Hacker News posts, Reddit posts, Twitter/X threads, and awesome list submission PRs. Keeps promotion tethered to code artifacts, not generic marketing. Use when launching or announcing a project release.

Teams using launch-artifacts should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/launch-artifacts/SKILL.md --create-dirs "https://raw.githubusercontent.com/littlebearapps/pitchdocs/main/.claude/skills/launch-artifacts/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/launch-artifacts/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How launch-artifacts Compares

Feature / Agentlaunch-artifactsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Transforms README and CHANGELOG into platform-specific launch content — Dev.to articles, Hacker News posts, Reddit posts, Twitter/X threads, and awesome list submission PRs. Keeps promotion tethered to code artifacts, not generic marketing. Use when launching or announcing a project release.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Launch Artifacts Generator

## Philosophy

Great documentation is useless if nobody finds it. This skill transforms existing PitchDocs-generated content (README, CHANGELOG, features) into platform-specific posts for launch and promotion.

**Scope boundary:** This skill generates content from existing code artifacts — it does not create generic marketing playbooks. Every artifact traces back to the README, CHANGELOG, or codebase features.

## Prerequisites

Before generating launch artifacts, ensure the project has:
- A PitchDocs-generated README with hero section and features
- A CHANGELOG with the release being announced (if applicable)
- Feature extraction completed via the `feature-benefits` skill

## Platform Templates

### Dev.to Article

Transform README + CHANGELOG into a Dev.to blog post. Dev.to uses Liquid tags for frontmatter.

```markdown
---
title: "[Project Name]: [Value proposition from README hero]"
published: false
description: "[README explanatory sentence, condensed to 100 chars]"
tags: [up to 4 relevant tags]
canonical_url: https://github.com/org/repo
---

[Opening hook — rewrite the README "Why" section as a narrative problem statement]

## The Problem

[Expand on the problem from the README's "Why" section — use reader-centric language]

## What [Project Name] Does

[Condense the README features into 3-5 key capabilities with code examples]

### [Feature 1]

[Brief explanation with code example from README quickstart]

\`\`\`typescript
// Copy the most compelling code example from the quickstart
\`\`\`

### [Feature 2]

[Another key feature with a practical example]

## Getting Started

\`\`\`bash
[Installation command from README]
\`\`\`

[Minimal usage example — keep it under 10 lines]

## What's Next

[Link to ROADMAP or upcoming features]

---

*[Project Name] is open source ([licence]) — [link to repo]. Contributions welcome!*
```

**Dev.to tag selection:**
- Use existing popular tags (check dev.to/tags)
- Maximum 4 tags per article
- Include language tag (`typescript`, `python`), category tag (`opensource`, `devtools`), and 1-2 topic tags

### Hacker News "Show HN" Post

Title + description optimised for Hacker News submission.

**Title format:**
```
Show HN: [Project Name] – [One-line value proposition from README hero]
```

**Rules:**
- Maximum 80 characters for the title
- No exclamation marks, no ALL CAPS, no emoji
- Lead with what it does, not what it is
- Include the key differentiator

**Description (first comment):**
```
Hi HN,

I built [Project Name] to solve [problem from README "Why" section].

[2-3 sentences on the technical approach — what makes this different from alternatives. Include a concrete metric or benchmark if available.]

[1 sentence on the tech stack — language, framework, key dependencies.]

Key features:
- [Feature 1 — from README features, condensed]
- [Feature 2]
- [Feature 3]

[Link to repo] | [Link to docs/demo if available]

Happy to answer questions about [the most technically interesting aspect].
```

**Timing guidance:**
- Best days: Tuesday–Thursday
- Best times: 9:00–11:00 AM US Eastern (14:00–16:00 UTC)
- Avoid weekends, US holidays, and major tech conference days
- Source: academic study of 138 repo launches showed +121 stars within 24 hours of HN exposure

### Reddit Post

Formatted for relevant subreddits. Each subreddit has different norms.

**r/programming** (technical audience, link post preferred):
```
Title: [Project Name]: [technical description, not marketing]
URL: https://github.com/org/repo
```

Add a first comment explaining the motivation:
```
Author here. I built this because [problem].

Technical highlights:
- [Technical detail 1]
- [Technical detail 2]

Built with [tech stack]. Feedback welcome, especially on [specific area].
```

**r/webdev** (web developer audience, self-post OK):
```
Title: I built [Project Name] to [solve problem] — open source
Body: [Condensed README with focus on practical usage and DX]
```

**r/opensource** (open source community):
```
Title: [Project Name] — [description] [language/framework]
Body: [Focus on contribution opportunities, roadmap, and community]
```

**Reddit rules:**
- Don't post to more than 2-3 subreddits for the same project
- Space posts across different subreddits by at least 24 hours
- Engage genuinely in comments — don't just post and leave
- Read each subreddit's rules before posting (some ban self-promotion)

### Twitter/X Thread

Convert README features into a 5-tweet thread.

```
Tweet 1 (hook):
🚀 Introducing [Project Name]

[One-line value proposition from README hero]

Thread 👇

---

Tweet 2 (problem):
The problem: [Problem from README "Why" section]

[1-2 sentences expanding on the pain point]

---

Tweet 3 (features):
What it does:

• [Feature 1] — [benefit]
• [Feature 2] — [benefit]
• [Feature 3] — [benefit]

---

Tweet 4 (proof):
[Concrete metric, benchmark, or social proof]

[Code snippet or screenshot if applicable]

---

Tweet 5 (CTA):
Try it now:

[install command]

GitHub: [repo URL]
Docs: [docs URL]

Star ⭐ if you find it useful — it helps others discover it too.
```

**Twitter/X rules:**
- 280 characters per tweet
- Use line breaks for readability
- Include a code snippet image or screenshot in tweet 3 or 4
- Thread should be self-contained — each tweet makes sense alone

### Awesome List Submission PR

Template for submitting the project to relevant awesome lists.

**Step 1: Find relevant awesome lists**

```bash
# Search GitHub for awesome lists in your category (GitHub CLI — for GitLab/Bitbucket, search manually)
gh search repos "awesome-[category]" --sort stars --limit 10
```

**Step 2: Check contribution guidelines**

Every awesome list has its own rules. Before submitting:
- Read the list's CONTRIBUTING.md or PULL_REQUEST_TEMPLATE.md
- Check the format of existing entries (description length, link style)
- Verify the project meets the list's quality criteria (stars, maintenance, docs)

**Step 3: PR body template**

```markdown
## Add [Project Name]

**Description:** [One-line description matching the list's existing entry format]

**Link:** https://github.com/org/repo

**Why it belongs:** [1-2 sentences on why this project fits the list's criteria]

**Checklist:**
- [ ] Read the contribution guidelines
- [ ] Project is actively maintained
- [ ] Project has documentation
- [ ] Entry format matches existing entries
```

**Awesome list entry format** (adapt to match the specific list):
```markdown
- [Project Name](https://github.com/org/repo) — One-line description matching the list's style.
```

### GitHub Discussions Announcement

For projects using GitHub Discussions (GitHub-only feature — GitLab and Bitbucket do not have an equivalent), template for a release announcement.

```markdown
Title: [Project Name] v[X.Y.Z] released — [headline feature]

## What's New

[Condense CHANGELOG entries into 3-5 user-facing highlights]

### [Highlight 1]

[1-2 sentences with a code example if applicable]

### [Highlight 2]

[1-2 sentences]

## Upgrade

\`\`\`bash
[upgrade command]
\`\`\`

[Link to migration guide if breaking changes]

## What's Next

[Link to ROADMAP or mention upcoming features]

---

Full changelog: [link to CHANGELOG.md or GitHub release]
```

## Social Preview Image Guidance

GitHub uses the repository's social preview image when links are shared on Twitter/X, Slack, Discord, and LinkedIn.

**Specifications:**
- **Size:** 1280 x 640 pixels (2:1 ratio)
- **File size:** Under 1MB, ideally <300KB
- **Format:** PNG or JPEG
- **Set via:** Repository Settings > Social preview (manual upload)

**Design recommendations:**
- Project name in large, readable text (survives thumbnail cropping)
- One-line value proposition below the name
- Key visual element — logo, icon, or illustrative graphic
- Keep critical content centred (platforms crop differently)
- Use project brand colours for recognition

**Tools for creation:**
- [Canva](https://canva.com/) — Templates for GitHub social cards
- [Figma](https://figma.com/) — Custom designs with precise dimensions
- [og-image generators](https://github.com/vercel/og-image) — Programmatic generation

## Anti-Patterns

- **Don't spam multiple platforms simultaneously** — space posts across 2-3 days
- **Don't use identical content across platforms** — adapt tone and format for each audience
- **Don't make claims not backed by the README** — every feature mentioned must trace to code evidence
- **Don't post and disappear** — engage with comments and questions on every platform
- **Don't buy stars or upvotes** — artificial engagement is detectable and erodes trust
- **Don't submit to awesome lists before your docs are ready** — list maintainers check quality

Related Skills

pitchdocs

5
from littlebearapps/pitchdocs

Generate marketing-quality repository documentation from codebase analysis. Scans 10 signal categories, extracts features with file-level evidence, and produces README, CHANGELOG, ROADMAP, and 15+ more docs. Zero runtime dependencies. For AI context file management, see ContextDocs.

visual-standards

5
from littlebearapps/pitchdocs

Visual formatting standards for repository documentation — emoji heading prefixes, horizontal rules, TOC anchors, callouts, screenshots (device dimensions, HTML patterns, captions, shadows), and image optimisation. Load when generating READMEs with visual elements or working with screenshots.

user-guides

5
from littlebearapps/pitchdocs

Generates task-oriented user guides and how-to documentation for a repository. Creates docs/guides/ with step-by-step instructions for common workflows, integrations, and advanced usage. Links guides into README.md and CONTRIBUTING.md. Use when a project needs user-facing how-to documentation beyond the README quickstart.

roadmap

5
from littlebearapps/pitchdocs

Generates ROADMAP.md from project milestones, issues, and boards (GitHub, GitLab, or Bitbucket). Structures content with mission statement, current milestone progress, upcoming milestones, and community involvement section. Use when creating or updating a project roadmap.

public-readme

5
from littlebearapps/pitchdocs

Generates READMEs with the Daytona/Banesullivan marketing framework — hero section, benefit-driven features, quickstart, comparison tables, and compelling CTAs. Produces docs that sell as well as they inform. Use when creating or overhauling a project README.

platform-profiles

5
from littlebearapps/pitchdocs

Platform-specific equivalents for GitLab and Bitbucket when generating repository documentation. Lookup tables for file paths, badges, Markdown rendering, CI/CD, and CLI tools. Load this skill when working on non-GitHub repos or generating cross-platform docs.

pitchdocs-suite

5
from littlebearapps/pitchdocs

One-command generation and audit of the full public repository documentation set — README, CHANGELOG, ROADMAP, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, issue templates, PR template, and discussion templates. Use when setting up a new repo or auditing an existing one.

package-registry

5
from littlebearapps/pitchdocs

Documentation guidance for projects published to npm and PyPI package registries. Covers metadata fields that affect registry pages, README cross-renderer compatibility, trusted publishing, provenance badges, and audit checks. Use when a project has package.json or pyproject.toml and is published publicly.

llms-txt

5
from littlebearapps/pitchdocs

Generates llms.txt and llms-full.txt files following the llmstxt.org specification. Provides LLM-friendly content curation for AI coding assistants (Cursor, Windsurf, Claude Code) and AI search engines. Use when generating or updating llms.txt for a repository.

geo-optimisation

5
from littlebearapps/pitchdocs

Generative Engine Optimisation (GEO) patterns for documentation that surfaces correctly in AI-generated answers — citation capsules, crisp definitions, atomic sections, comparison tables, statistics, and semantic scaffolding. Load when optimising docs for AI citation (ChatGPT, Perplexity, Google AI Overviews, Claude).

feature-benefits

5
from littlebearapps/pitchdocs

Systematic codebase scanning for features and evidence-based feature-to-benefit translation. Extracts what a project does from its code and translates it into what users gain — generates features and benefits sections, "Why [Project]?" content, and feature audit reports. Use when writing a features table for a README, extracting features from code, auditing feature coverage, or answering "why should someone use this project?".

docs-verify

5
from littlebearapps/pitchdocs

Validates documentation quality and freshness — checks for broken links, stale content, llms.txt sync, image issues, heading hierarchy, and badge URLs. Runs locally or in CI. Use to catch documentation decay before it reaches users.