solo-github-outreach

Solid

Use when "github outreach", "competitor dependents", "dependents scan", "propose our lib", or targeting users of competitor libraries. NOT for Reddit (/reddit) or social copy (/content-gen).

Code & Development 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /github-outreach Competitive outreach pipeline. Scan a competitor's dependents, evaluate which repos would benefit from switching to your library, and draft personalized GitHub issues. Works with any crate/package — not specific to any product. ## Scripts Use these instead of reimplementing from scratch: - `scripts/init_jsonl.py <repos.txt> <out.jsonl>` — convert repo list to JSONL - `scripts/enrich.py <jsonl> [--batch 30]` — add stars/description via `gh api`, skip forks/archived - `scripts/evaluate.py <jsonl> <owner/repo>` — deep-evaluate a repo (README + Cargo.toml + feature detection) - `scripts/evaluate.py <jsonl> --next` — pick next highest-star enriched repo - `scripts/status.py <jsonl> [--targets] [--csv]` — show pipeline status table ## Data Format All data lives in `data/outreach/{competitor}/` in the project directory: ``` data/outreach/{competitor}/ config.json # Competitor, our product, feature matrix dependents.jsonl # One JSON object per repo (append-only) progress.json # Cursor: last evaluated index, stats ``` ### dependents.jsonl schema Each line is a JSON object: ```json { "repo": "owner/name", "stars": 1234, "description": "...", "language": "Rust", "last_push": "2026-03-20T...", "archived": false, "phase": "raw|enriched|evaluated|drafted|posted|skipped", "score": 0, "features_used": ["streaming", "tools", "embeddings"], "our_advantages": ["websocket", "structured_outputs"], "verdict": "skip|maybe...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category