twitter-thread-style

twitter-thread-style is a skill for Claude Code, Codex from dannote/dot-pi. It costs 39 tokens per session (1,600 once invoked), scanned A, original, MIT.

A writing skill for creating or revising technical announcement threads on X, formerly known as Twitter. It applies a user's preferred style to launches, project announcements, releases, code examples, and screenshots.

In plain words
What is it for?
Use it to draft or revise developer-facing launch threads, release threads, and announcements that include code snippets or screenshots.
Why use it?
It helps turn technical project information into a thread developers can understand while avoiding vague slogans and unsupported claims. It keeps the project explanation and concrete code details central.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dannote/dot-pi/twitter-thread-style
Any agent
npx skills add dannote/dot-pi --skill twitter-thread-style
Clone the repo
git clone --depth 1 https://github.com/dannote/dot-pi

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for twitter-thread-style

README.md
[![agentmods](https://agentmods.dev/badge/skills/dannote/dot-pi/twitter-thread-style.svg)](https://agentmods.dev/skills/dannote/dot-pi/twitter-thread-style)
Your own site
<a href="https://agentmods.dev/skills/dannote/dot-pi/twitter-thread-style"><img src="https://agentmods.dev/badge/skills/dannote/dot-pi/twitter-thread-style.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,600 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.01600
Opus 5 $0.00019 $0.00800
Sonnet 5 $0.00008 $0.00320
Haiku 4.5 $0.00004 $0.00160

Measured 5d ago against content hash 0fefcfee0c5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

twitter-thread-style scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/twitter-thread-style/SKILL.md · 347 lines

How it starts

The opening of the file, as written. The whole thing — 347 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Twitter Thread Style

Use this skill to write developer-facing X/Twitter threads in the user's voice.

This is a generic style skill. Do not bake in one project's facts. Read the current task context, source material, or user notes first, then apply the style rules below.

Goal

Write a technical announcement thread that works in the timeline.

The reader should be able to understand the project from the first tweet, but the code snippets/screenshots should be what make them stop scrolling.

The thread should feel like a developer showing a real tool, not a company writing a launch page.

Voice

Prefer:

  • plain technical statements
  • concrete reasons the thing exists
  • direct comparison to a known tool/category when it helps
  • understated confidence
  • real tradeoffs
  • specific capabilities
  • attractive code snippets

Avoid:

  • slogan speak
  • marketing copy
  • generic hype
  • vague architecture-first explanations
  • buzzwords like “unlock”, “seamless”, “delightful”, “empower”, “revolutionary”
  • claims that sound bigger than the evidence
  • explaining internals before explaining why the reader should care

Bad tone:

This unlocks a delightful new developer experience for modern teams.

Better tone:

I wanted the same workflow, but without leaving the stack I already use.

Strict Tweet Shape

Each tweet must follow this shape:

  1. A short chunk of text.
  2. Then one or more code blocks.

Do not inline code in prose. No backticked identifiers inside the paragraph.

Bad:

Run `my_tool dev` and edit `pages/index.md`.

Good:

The dev server is one command.
my_tool dev

A tweet can contain multiple code blocks. Use this to increase density.

First Tweet

The first tweet must be optimized for the timeline.

It should quickly answer:

  • what was released
  • what familiar category/tool it relates to
  • what makes it different
  • what the code feels like

The first sentence should be short and direct.

Good patterns:

Read the full file on GitHub · 347 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 347 lines · 39 tokens per session scan A 0fefcfee0c5e

Subscribe to this mod's changes

twitter-thread-style is a skill published in the GitHub repository dannote/dot-pi (51 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 1,600 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

a0-development

Development guide for extending Agent Zero from current source and DOX. Use for framework architecture, tools, extensions, API/WebUI handlers, agent profiles, prompts, skills, projects, runtime boundaries, and contribution workflow. Load the focused reference files before giving implementation guidance.

agent0ai/agent-zero · 57 tokens

skill-author

Teach an author how to integrate the CAFleet-orchestrated team pattern into a new skill they are writing. Auto-load when the author intends to create a new CAFleet-orchestrated skill, write a skill that spawns cafleet members, add a Director/Member team skill, design a multi-agent broker-coordinated skill, build a…

himkt/cafleet · 126 tokens

clean-docs

Clean up the repository's docs, comments, rules, and tests as a CAFleet team of disjoint-slice scanner members gated by a reviewer — exactly one workflow per run. Use the residue workflow when the user asks to clean up historical narration or historical residue, remove deprecation notes / "this replaces X" / "renamed…

himkt/cafleet · 195 tokens

cafleet

Interact with the CAFleet message broker and supervise CAFleet member teams. Use when an agent needs to register as a member, send/receive messages, poll inbox, acknowledge messages, or discover other members; or when a Director is about to spawn, monitor, health-check, or recover a stalled team of CAFleet members…

himkt/cafleet · 87 tokens

temporal-developer

Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET, Ruby, and Rust. Use when the user is building workflows, activities, or workers with a Temporal SDK, debugging issues like non-determinism errors, stuck workflows, or activity retries, using Temporal CLI, Temporal Server, or…

temporalio/skill-temporal-developer · 161 tokens

anycap-human-interaction

Collect structured visual feedback from humans using AnyCap's annotation tool, or create and iterate on diagrams using the interactive whiteboard (Excalidraw). Covers image annotation, URL/web page review with screen recording, video review, audio feedback, and collaborative diagramming with Mermaid input. Use when…

anycap-ai/anycap · 190 tokens