Finance

post - Claude MCP Skill

Quick Twitter/X content generation using brand profile. Generates on-brand posts mixing product updates with valuable content. Auto-invoke when: user wants to post about a product, share an update, generate social content, or needs post ideas.

SEO Guide: Enhance your AI agent with the post tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to quick twitter/x content generation using brand profile. generates on-brand posts mixing product upda... Download and configure this skill to unlock new capabilities for your AI workflow.

๐ŸŒŸ1 stars โ€ข 1 forks
๐Ÿ“ฅ0 downloads

Documentation

SKILL.md
# /post

Generate on-brand social content. Fast.

## Usage

```bash
# Generate posts for a specific update
/post volume "just shipped interval timer feature"

# Generate content ideas from git history
/post --ideas volume

# Generate a thread
/post volume "launched v2.0" --thread

# Generate without brand profile (generic)
/post "excited to announce our new feature"
```

## What This Does

1. Loads `brand-profile.yaml` if available
2. Applies brand voice, tone, and topics
3. Generates 3-5 post variants
4. Includes relevant hashtags
5. Outputs ready-to-copy content

## Process

### If Brand Profile Exists

Read `brand-profile.yaml` from:
1. Current directory
2. Or `~/.claude/skills/brand-builder/profiles/[product].yaml`

Apply:
- **Voice**: Match tone (casual, professional, playful, technical)
- **Personality**: Incorporate personality traits
- **Avoid**: Skip anything in the "avoid" list
- **Hashtags**: Include primary + product hashtags
- **Topics**: Ensure content fits established topics

### Post Generation

For a product update like "shipped interval timer":

**Variant 1: Feature-focused**
```
New in Volume: Interval timers for rest periods.

No more watching the clock between sets. Set your rest time, get notified when you're ready.

#fitness #strengthtraining #volumeapp
```

**Variant 2: Problem-solution**
```
"How long was I resting again?"

Volume now has interval timers. Set your rest, focus on your form, we'll tell you when to go.

#gymlife #strengthtraining
```

**Variant 3: Casual/Building in public**
```
Just shipped rest timers to Volume.

Small feature, but I've wanted this for months. Sometimes the simple stuff makes the biggest difference.

What's a small feature that made a big difference for you?

#buildinpublic #indiedev
```

**Variant 4: Direct/Short**
```
Rest timers are live in Volume.

Track your lifts. Time your rest. See your gains.

volume.app
```

### Ideas Generation (--ideas)

When user runs `/post --ideas volume`:

1. Read recent git history:
```bash
git log --oneline --since="2 weeks ago" | head -20
```

2. Identify postable updates:
   - New features
   - Bug fixes (if significant)
   - Milestones

3. Pull from brand profile topics:
   - Domain content ideas
   - Evergreen topics

4. Output ideas list:
```
POST IDEAS FOR VOLUME (Week of Jan 20)

From Git History:
1. "Shipped interval timer feature" - Feature announcement
2. "Fixed chart rendering on mobile" - Could mention improved mobile experience
3. "Added 50 new exercises" - Library expansion

From Brand Topics:
4. Strength training tip: Progressive overload basics
5. Gym culture: Rest periods and why they matter
6. Motivation: Celebrating small PR wins
7. Behind the scenes: Why we built the timer feature

Recommended mix: 2 product updates + 3 valuable content this week
```

## Output Format

```
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
POST OPTIONS FOR: Volume - Interval Timer Launch
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

OPTION 1 (Feature-focused):
New in Volume: Interval timers for rest periods.

No more watching the clock between sets. Set your rest time, get notified when you're ready.

#fitness #strengthtraining #volumeapp

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

OPTION 2 (Problem-solution):
"How long was I resting again?"

Volume now has interval timers. Set your rest, focus on your form, we'll tell you when to go.

#gymlife #strengthtraining

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

OPTION 3 (Building in public):
Just shipped rest timers to Volume.

Small feature, but I've wanted this for months. Sometimes the simple stuff makes the biggest difference.

What's a small feature that made a big difference for you?

#buildinpublic #indiedev

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

OPTION 4 (Short & direct):
Rest timers are live in Volume.

Track your lifts. Time your rest. See your gains.

volume.app

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Account: @MistyStepLLC (from brand profile)
Character counts: 1) 167  2) 148  3) 201  4) 75
```

## Thread Generation (--thread)

For larger announcements, generate a thread:

```
/post volume "launched v2.0 with charts, timer, and exercise library" --thread
```

Output:
```
THREAD: Volume 2.0 Launch (5 tweets)

1/5
Volume 2.0 is here.

6 months of work. Completely rebuilt from scratch.

Here's what's new:

๐Ÿงต

2/5
๐Ÿ“Š Progress Charts

Finally see your gains over time.

Track any exercise. See your 1RM progression. Know when to add weight.

3/5
โฑ๏ธ Rest Timers

Set your rest period between sets. Get notified when you're ready.

No more watching the clock. Just lift.

4/5
๐Ÿ“š Exercise Library

50+ exercises with proper form guides.

Don't know how to do a Romanian deadlift? We've got you.

5/5
Try it free at volume.app

Built for lifters who want to track progress without the complexity.

#fitness #strengthtraining #volumeapp
```

## Content Mix Guidance

From brand profile, respect the mix ratio:
- ~30% product updates
- ~70% valuable content

When running `--ideas`, suggest accordingly:
- If last 3 posts were product updates โ†’ suggest valuable content
- If no product posts recently โ†’ suggest a feature highlight

## Without Brand Profile

If no profile exists, generate generic posts:
- Use neutral professional tone
- Skip product-specific hashtags
- Note: "Run /brand-builder to create on-brand content"

## Related Skills

- `/brand-builder` - Create the brand profile first
- `/announce` - Full launch announcement (more elaborate)
- `/social-content` - Existing skill for content strategy
- `/copywriting` - Existing skill for marketing copy

Signals

Avg ratingโญ 0.0
Reviews0
Favorites0

Information

Repository
phrazzld/claude-config
Author
phrazzld
Last Sync
3/2/2026
Repo Updated
3/1/2026
Created
1/24/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

Related Skills

browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

โญ 23280

cloud

Documentation reference for using Browser Use Cloud โ€” the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) โ€” use the open-source skill instead.

โญ 23280

agent-builder

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration

โญ 14877

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

โญ 13220

Related Guides