ship-itlisted
Install: claude install-skill IdkwhatImD0ing/hackathonstarterkit
# Ship It
After the hackathon, a finished project needs four things to become findable: a portfolio site, a GitHub README, a Devpost submission, and a YouTube description for the demo. Running them one at a time means re-answering the same questions four times. This skill interviews once, then drives all four sub-skills in order so the deliverables stay consistent: the same tagline, the same stats, the same awards, the same demo, told four ways for four audiences.
This skill coordinates other skills. It does not replace them or skip their safety checks; it feeds them a shared fact sheet so they stop asking the user to repeat themselves.
## Pipeline
```text
portfolio-builder -> readme-writer -> devpost-writer -> youtube-writer
```
Portfolio first because it forces the sharpest version of the story (hero, problem, results), and the README, Devpost, and YouTube copy all reuse that framing.
## Step 0: Make the sub-skills available
This skill needs four others. Check which already appear in your available skills, and install only the missing ones from the terminal:
```bash
npx skills add IdkwhatImD0ing/hackathonstarterkit --skill portfolio-builder
npx skills add IdkwhatImD0ing/hackathonstarterkit --skill readme-writer
npx skills add IdkwhatImD0ing/hackathonstarterkit --skill devpost-writer
npx skills add IdkwhatImD0ing/hackathonstarterkit --skill youtube-writer
```
One prerequisite the agent cannot install for itself: `portfolio-builder` uses Anthropic's `frontend-design`