← ClaudeAtlas

ship-itlisted

Produce all four post-hackathon deliverables in one pass: the recruiter-facing portfolio site, the GitHub README, the Devpost submission, and the YouTube demo description. Gathers the shared facts once, then runs portfolio-builder, readme-writer, devpost-writer, and youtube-writer in order so the four read as one consistent story. Use this whenever the user wants to ship everything after a hackathon, package a finished project for recruiters, or run the full post-hackathon toolkit at once instead of one skill at a time.
IdkwhatImD0ing/hackathonstarterkit · ★ 1 · Web & Frontend · score 57
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`