Agent skill

oss-launch-kit

Higher-level OSS launch orchestrator that analyzes repos, selects channels, and coordinates launch plans.

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

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

Facts
Files in the skill folder: 21
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 0.2.0
Declared author: OpenDirectory
Requires: [claude-code, gemini-cli, github-copilot]
Path: skills/oss-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

# OSS Launch Kit (Orchestrator) The `oss-launch-kit` is the **root orchestration layer** for open-source launches in OpenDirectory. It turns a GitHub repository URL into a grounded, coordinated launch strategy. Rather than just writing generic copy, this skill serves as the **Strategic Entry Point**: it evaluates readiness, determines channel fitness (Show HN vs. Product Hunt vs. Reddit), and provides the coordination logic needed to use specialized skills effectively. ## How it works - **Project Analysis**: Differentiates between CLI tools, libraries, apps, and templates. - **Launch Readiness**: Stronger checks for installation guides, examples, and licenses. - **Skill Orchestration**: Provides hooks and explicit handoffs to `show-hn-writer`, `producthunt-launch-kit`, and `reddit-post-engine`. - **Coordinated Strategy**: A timed checklist for multi-channel launches. - **Honest Feedback**: Proactively flags sparse READMEs and recommends documentation sprints. ## When to use - **Primary Entry Point**: Use this first to map out your launch strategy. - **Readiness Assessment**: Determine if your repo is actually ready for high-friction channels. - **Skill Orchestration**: Get hooks an

What's inside
Steps it walks through
  1. How it works
  2. When to use
Ships with 20 files
  • .env.example
  • PRD.md
  • README.md
  • TECHNICAL_DESIGN.md
  • evals/cli-cli.full.md
  • evals/evals.json
  • evals/octocat-hello-world.full.md
  • evals/pydantic-pydantic.full.md
  • evals/vercel-next-js.full.md
  • hero.png
  • references/channel_rules.md
  • references/launch_framework.md
  • references/output_template.md
  • scripts/__pycache__/build_product_brief.cpython-313.pyc
  • scripts/__pycache__/generate_assets.cpython-313.pyc
  • scripts/build_product_brief.py
  • scripts/fetch_repo_context.py
  • scripts/generate_assets.py
  • scripts/run.py
  • scripts/test_logic.py
More from opendirectory
All skills →
About this skill
What does the oss-launch-kit skill do?

Higher-level OSS launch orchestrator that analyzes repos, selects channels, and coordinates launch plans.

How do I install it?

Run `npx skills add Varnan-Tech/opendirectory --skill oss-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