launch-tweet
정보
이 Claude Skill은 X/Twitter에서 솔로 제품 출시를 위한 간결한 출시 트윗이나 짧은 스레드를 작성합니다. 개발자가 실제 제품을 라이브 링크와 함께 출시하고 출시 공문을 요청할 때 트리거됩니다. 이 스킬은 관심 유도보다는 진솔하고 실질적인 내용에 초점을 맞춘 게시물을 생성하며, B2B 출시와 같은 부적절한 맥락이나 모호한 티저는 피합니다.
빠른 설치
Claude Code
추천npx skills add rockscy/solo-skills -a claude-code/plugin add https://github.com/rockscy/solo-skillsgit clone https://github.com/rockscy/solo-skills.git ~/.claude/skills/launch-tweetClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Launch Tweet / 发布推文
When to use
- A solo dev is launching a real, usable product (not a vaporware tease).
- They have a link the reader can click (live site, Product Hunt page, GitHub repo, signup form).
- They want a single tweet or 2–4 tweet thread — not a 20-tweet manifesto.
When NOT to use
- There is no shippable artifact yet. Vague "I'm building X" tweets are noise — postpone until something is live.
- The product is enterprise / B2B with no public surface area. That belongs on LinkedIn, not X.
- The user wants a viral hook without the substance. We optimize for honest signal, not engagement-bait.
The shape of a good solo launch tweet
[Line 1: What it is, plainly]
[Line 2: Who it is for + the one job it does]
[Line 3: One concrete proof point or screenshot/video]
[Line 4: Link]
Hard rules:
- No emojis at the start. Looks like a marketer, not a builder.
- No "I'm excited to announce". Skip the throat-clearing, just announce.
- First 80 characters are everything — that's what shows in previews.
- Show, don't promise. A screenshot or 10-second clip beats adjectives.
- Mention the price if there is one (free vs $X/mo) — saves everyone time.
Output
Produce two variants:
- Single tweet (≤ 280 chars) for casual feed posts.
- Thread (3–4 tweets) for a real launch with build-up.
Put the link at the end of the single tweet, or in the last tweet of the thread (X's algorithm punishes early external links).
Worked example
User context: Launching solo-skills, a Claude Code skills pack for solo devs. Free, MIT, GitHub link.
Single tweet:
solo-skills — a Claude Code skills pack for people who ship alone.
7 skills for the things solo devs actually do daily: launch tweets, customer emails, postmortems, decision frameworks. MIT.
github.com/<you>/solo-skills
Thread:
1/ Launching solo-skills today.
A Claude Code skills pack designed for one specific person: the dev shipping a product alone.
2/ The problem with most skill packs: they assume you have a team.
solo-skills assumes you don't. Each skill is for tasks you usually do solo and badly:
- Customer emails
- Launch posts
- Postmortems
- Roadmap decisions
3/ One-line install. 7 skills.
Each comes with a "When NOT to use" section, because force-applying a framework is how solo devs waste a Saturday.
4/ MIT licensed. PRs welcome.
github.com/<you>/solo-skills
中文版
何时使用
- 单兵开发者要发布真正能用的产品(不是占坑)。
- 有可点击的链接(线上站、Product Hunt、GitHub、注册表)。
- 想要一条或3–4 条推文,不是 20 条檄文。
何时不使用
- 还没有可交付物,纯空气项目——别发,继续做。
- 纯 B2B 企业产品,没公开访问面——那种发 LinkedIn 不发 X。
- 只想要"病毒钩子"不要内容——不写营销噱头。
一条好推文的结构
[第 1 行:直白说它是什么]
[第 2 行:给谁用 + 解决什么单一问题]
[第 3 行:一个具体证据(截图/视频/数字)]
[第 4 行:链接]
硬规则:
- 开头不要 emoji——像营销不像开发者。
- 不要"很激动地宣布"——直接宣布。
- 前 80 个字符决定一切——那是预览里看到的部分。
- 展示,不要承诺——截图/10 秒视频胜过形容词。
- 明码标价——免费就写免费,付费写 $X/mo,省彼此时间。
输出
输出两个版本:
- 单推(≤ 280 字符)。
- 3–4 条线程(用于正式发布)。
链接放在单推末尾或线程最后一条(X 算法对线程里过早出现的外链不友好)。
GitHub 저장소
연관 스킬
llamaguard
기타LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.
cost-optimization
기타이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.
quantizing-models-bitsandbytes
기타이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.
dispatching-parallel-agents
기타이 Claude Skill은 3개 이상의 독립적인 문제를 동시에 조사하고 해결하기 위해 다중 에이전트를 배치합니다. 공유 상태나 의존성 없이 해결 가능한 무관련 장애 시나리오에 맞게 설계되었습니다. 핵심 기능은 병렬 문제 해결로, 각 독립 문제 영역마다 하나의 에이전트를 할당하여 효율성을 극대화합니다.
