Promote an open source project to tech weeklies
/plugin marketplace add ourines/sidekick/plugin install oss-promoter@sidekick# Promote OSS Project
Batch submit an open source project to multiple tech weeklies.
## Input
User provides a GitHub repo URL, e.g.:
- `https://github.com/ourines/worktree-task-plugin`
- `ourines/worktree-task-plugin`
## Execution Steps
### Step 1: Extract Repo Info
Also fetch README for feature extraction:
### Step 2: Load Weeklies Config
Read the config file:
### Step 3: Generate & Submit
For each enabled weekly:
1. Generate title from `title_template`:
- `{name}` → repo name
- `{short_description}` → first sentence of description
2. Generate body (Chinese template):...