claudeers.
// Claude Skills

threads-writing-skills

Threads 글쓰기 에이전트 스킬 — 실측 397건 기반 줄바꿈 패턴. Claude Code와 Codex 공용.

// Claude Skills[ api ][ web ][ claude ]#claude#skillsMIT$open-sourceupdated 20 days ago
Actively maintained
99/100
last commit 6 days ago
last release none
releases 0
open issues 0
// star history+1 this week (+2.2%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up threads-writing-skills (git-clone project) into my current project.
Found on https://claudeers.com/threads-writing-skills
Repo: https://github.com/Tygb99/threads-writing-skills
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/Tygb99/threads-writing-skills
Category: skills. Platforms: api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/Tygb99/threads-writing-skills

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

threads-writing-skills

Agent skills for writing Threads posts in Korean. The same files work in both Claude Code and Codex.

The rules are measured, not guessed. They come from 4 months of official Threads API reports for @yong_____jjang (2026-04 to 2026-07) — 397 post captions and self-replies, counted line by line.

Same post, different line breaks

Both sides are 152 characters. Line breaks don't change length. They change reading speed.

한국어 문서: README.ko.md


Skills

SkillWhat it does
threads-linebreakShapes line breaks and paragraphs to the measured pattern, and ships a checker that catches violations
threads-web-publishThe operational procedure for driving Threads on the web with browser automation. SKILL.md holds the four hard rules and the pre-publish checklist; situational detail lives in four references/ documents
alt-text-generatorWrites Korean alt text for an image — front-loads the key information, transcribes text inside the image, and returns both plain text and an alt="…" attribute
threads-brand-cardBuilds card images in the account's brand: fixed brand bar, fixed colors, and a size that matches the photo it ships alongside so Threads does not crop it
threads-html-imageTurns text, metrics, and screenshots into a PNG by writing standalone HTML and rendering it in a real browser — the render command, why headless Chrome hangs, and the post-render visual checklist

threads-web-publish reference documents

SKILL.md carries only the four rules you apply every time plus the pre-publish checklist. Open the one document that matches the task at hand.

DocumentCovers
references/composing.mdBody and self-reply input, photo attachment, alt text, caret and scroll traps
references/scheduling.mdScheduling, finding a scheduled post again, quote cards, why the API cannot schedule
references/recovery.mdFixing a published post, pinning replies, clicks you cannot undo
references/dm-source.mdTurning a DM thread into post material (attributing speakers and input paths)

The rules in short

One line break after a comma that ends a clause. Two line breaks (one blank line) between paragraphs.

  • Not every comma — only 44% of commas land at end of line. The rest are numbers and lists; leave them inline
  • Average line is 25 characters; 86% are 40 or fewer
  • 76% of paragraphs are 1–2 lines. Past 3 lines, look for a place to split
  • Half of all lines end with a period. Comma breaks are seasoning, not the base

Full reasoning and examples live in threads-linebreak/SKILL.md (written in Korean, since that's the language the pattern describes).


The checker

python3 threads-linebreak/scripts/check_linebreaks.py draft.txt

No dependencies (Python 3.8+). It separates hard violations from judgment calls — whether a comma joins clauses or items in a list depends on context, so the script flags candidates and leaves the decision to a human.

── 분포 ──
문단 5개 · 줄 8개 · 본문 153자(줄바꿈 제외)
줄 길이 평균 19.1자 · 40자 이하 100% (실측 기준 86%)
문단 1~2줄 비율 100% (실측 기준 76%) · 구성 [2, 2, 2, 1, 1]

── 고칠 것 없음 ──

Add --json for machine-readable output. Exits 1 when violations exist, so it drops into CI or a pre-publish hook.


Install

git clone https://github.com/Tygb99/threads-writing-skills.git
cd threads-writing-skills
./install.sh

install.sh only creates links — it never copies or deletes:

  • Claude Code → symlinks at ~/.claude/skills/<skill-name>
  • Codex → pointer lines appended to ~/.codex/AGENTS.md

After that, a single git pull updates both.

To do it by hand, link or copy the skill folder wherever your tool reads skills from. Both tools use the same SKILL.md format (YAML frontmatter + markdown).


License

MIT. If you use this, consider re-deriving the numbers from your own account — these come from one person's 397 posts, and a different voice will produce a different distribution.

// faq

What is threads-writing-skills?

Threads 글쓰기 에이전트 스킬 — 실측 397건 기반 줄바꿈 패턴. Claude Code와 Codex 공용.. It is open-source on GitHub.

Is threads-writing-skills free to use?

threads-writing-skills is open-source under the MIT license, so it is free to use.

What category does threads-writing-skills belong to?

threads-writing-skills is listed under skills in the Claudeers registry of Claude-compatible tools.

2 views
46 stars
unclaimed
updated 20 days ago

// embed badge

threads-writing-skills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/threads-writing-skills.svg)](https://claudeers.com/threads-writing-skills)

// retro hit counter

threads-writing-skills hit counter
[![Hits](https://claudeers.com/api/counter/threads-writing-skills.svg)](https://claudeers.com/threads-writing-skills)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how threads-writing-skills connects across the ecosystem