One Shot.En banner
HSNUGavin HSNUGavin

One Shot.En

Development community

Description

# One-Shot Prompt: Rebuild the Entire Project The 15-round conversation condensed into one prompt. Drop this into Claude Code and it'll build the full project from an empty repo. --- ## Prompt ``` I want to build a Claude Code skill project called threads-to-zhpost. It scrapes Threads posts, translates them into Traditional Chinese Facebook posts, and auto-generates promotional cover images. Use this URL as an example: https://www.threads.com/@boris_cherny/post/DWfjnqGFPHE Complete all of

Installation

Installs to ~/.claude/skills/hsnugavin-threads-to-zhpost-one-shot.en/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hsnugavin-threads-to-zhpost-one-shot.en && curl -fsSL https://raw.githubusercontent.com/HSNUGavin/threads-to-zhpost/HEAD/prompts/one-shot.en.md -o ~/.claude/skills/hsnugavin-threads-to-zhpost-one-shot.en/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository