repurpose-discord

repurpose-discord is a skill for Claude Code from AgriciDaniel/claude-repurpose. It costs 86 tokens per session (1,897 once invoked), scanned A, original, MIT.

A content generator for Discord, a community chat platform. It creates announcements, discussion prompts, and rich embeds—structured Discord messages with fields and formatting—from prepared content.

In plain words
What is it for?
It is for making channel announcements, starting reply-friendly discussion threads, and preparing formatted embed messages.
Why use it?
It adapts source material to Discord’s message limits and conversational style instead of leaving one piece of content unchanged.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the claude-repurpose plugin — 21 skills, 6 agents, 1 hook shipped together

Good fit It is for making channel announcements, starting reply-friendly discussion threads, and preparing formatted embed messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agricidaniel/claude-repurpose/repurpose-discord
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.

Any agent
npx skills add AgriciDaniel/claude-repurpose --skill repurpose-discord
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/claude-repurpose

Made for: Claude Code.

Or install claude-repurpose, the plugin that ships this one along with the rest of its 21 skills, 6 agents, 1 hook.

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 repurpose-discord

README.md
[![agentmods](https://agentmods.dev/badge/skills/agricidaniel/claude-repurpose/repurpose-discord/github.svg)](https://agentmods.dev/skills/agricidaniel/claude-repurpose/repurpose-discord)
Your own site
<a href="https://agentmods.dev/skills/agricidaniel/claude-repurpose/repurpose-discord"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-repurpose/repurpose-discord/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repurpose-discord

Your own site · 80×15
<a href="https://agentmods.dev/skills/agricidaniel/claude-repurpose/repurpose-discord"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-repurpose/repurpose-discord.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,897 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00086 $0.01897
Opus 5 $0.00043 $0.00949
Sonnet 5 $0.00017 $0.00379
Haiku 4.5 $0.00009 $0.00190

Measured 10d ago against content hash e0facabd99dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

repurpose-discord 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 10d 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/repurpose-discord/SKILL.md · 221 lines

How it starts

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

Discord Community Content Generator

Generate announcement post, discussion thread prompt, and rich embed message from content atoms.

Inputs

Received from the parent agent (repurpose-community):

Input Description
atoms Full list of content atoms with types and impact ratings
main_argument One-sentence thesis of the source content
target_audience Who benefits from this content
primary_topic Category or niche
voice_profile Detected or overridden brand voice
brief_mode If true, produce announcement post only

References

Load before generating:

  • references/platform-specs.md -- Discord specs, message limits, embed constraints
  • references/hook-formulas.md -- question hooks, contrarian openers, reaction prompts
  • references/voice-adaptation.md -- Discord tone rules (casual, peer, emoji-friendly)

Platform Rules

Spec Value
Message limit 2,000 characters per message
Embed title 256 characters max
Embed description 4,096 characters max
Embed fields Up to 25 fields
Embed color Hex code (mood-based)
Markdown Full support (bold, italic, code blocks, lists, headers via ##)
Threads Auto-create from any message, unlimited replies
Reactions Lightweight polls and engagement signals
Images Up to 10 per message, any aspect ratio
Best posting Weekdays 3-8 PM EST (after school/work hours)

Core Principle

Discord is about CONVERSATION, not broadcasting. Every post should invite a specific response. Silent posts get buried by the scroll. Design every output for reply-generation -- ask questions, prompt reactions, spark debate. A post with zero replies is a failed post.

Output 1: Announcement Post

Write to discord/announcement.md.

Formatted message for a #general or #announcements channel. Must stay under 2,000 characters.

Announcement Structure

  1. Bold headline (1 line)
    • Lead with the strongest insight or most surprising atom
    • Use **bold** markdown for the opening line
    • Keep it punchy: 8-15 words max

Read the full file on GitHub · 221 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. 10d ago First seen · 221 lines · 86 tokens per session scan A e0facabd99dd

Subscribe to this mod's changes

repurpose-discord is a skill published in the GitHub repository AgriciDaniel/claude-repurpose (148 stars, last pushed 5mo ago), licensed MIT. It adds 86 tokens to every session and 1,897 once invoked, about $0.0004 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

banana

Direct, generate, edit, compare, and review visual assets with current Google Gemini image models. Use for image creation, image editing, reference-based consistency, product and character visuals, text-bearing graphics, grounded diagrams, video-derived images, and multi-model image portfolios.

AgriciDaniel/banana-claude · 55 tokens

shorts

Interactive longform-to-shortform video creator. Extracts viral-ready short clips from long videos using Claude as the orchestrator. Transcribes with faster-whisper (GPU), Claude scores and presents candidate segments interactively, user picks and adjusts, Remotion renders premium animated captions (Bold/Bounce/Clean…

AgriciDaniel/claude-shorts · 125 tokens

blog-chart

Generate dark-mode-compatible inline SVG data visualization charts for blog posts. Supports horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts with automatic platform detection (HTML vs JSX/MDX). Enforces chart type diversity, accessible markup (role=img, aria-labelledby), source attribution…

AgriciDaniel/claude-blog · 164 tokens

blog-image

AI image generation and editing for blog content powered by Gemini via MCP. Claude acts as Creative Director - interpreting intent, selecting domain expertise, constructing optimized 6-component prompts (Subject + Action + Context + Composition + Lighting + Style), and orchestrating Gemini for blog-quality results.…

AgriciDaniel/claude-blog · 176 tokens

blog-audio

Generate audio narration of blog posts using Google Gemini TTS. Supports summary narration, full article read-aloud, and two-speaker podcast/dialogue mode with 30 voice options. Outputs MP3 with HTML5 audio embed code. Works standalone via /blog audio or internally from blog-write. Falls back gracefully when API key…

AgriciDaniel/claude-blog · 123 tokens

youtube

The ultimate YouTube creator skill. Covers channel audits, video SEO, retention-engineered scripts, hook writing, thumbnail briefs, content strategy, content calendars, Shorts optimisation, analytics interpretation, monetisation planning, competitor research, cross-platform repurposing, upload metadata packages, and…

AgriciDaniel/claude-youtube · 149 tokens