nardovibecoding/claude-social-pipeline
Claude Code plugin — 6 MCP tools + 2 skills for developer content workflow: capture insights while coding, draft tweets, track engagement
Platform-specific configuration:
{
"mcpServers": {
"claude-social-pipeline": {
"command": "npx",
"args": [
"-y",
"claude-social-pipeline"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>claude-social-pipeline</h1>
<p><strong>Capture insights while coding. Draft tweets without leaving the terminal.</strong></p>
[](https://github.com/nardovibecoding/claude-social-pipeline) [](https://github.com/nardovibecoding/claude-social-pipeline) [](https://github.com/nardovibecoding/claude-social-pipeline) [](LICENSE)
</div>
---
claude plugins install nardovibecoding/claude-social-pipeline---
The best content comes from real work. This plugin makes it frictionless to capture insights as they happen, humanize drafts before publishing, and post from the terminal — without breaking flow.
The pipeline:
coding session
│
├── interesting thing happens
│ └── content_capture("discovered X")
│ └── ~/.claude/content_drafts/running_log.md
│
├── session getting long
│ └── session_checkpoint("built Y")
│ └── ~/.claude/content_drafts/checkpoint_ts.md
│
├── task complete
│ └── post_task_check()
│ └── "content-worthy: use content_capture"
│
└── ready to post
└── /tweet suggest
└── git log → privacy filter → draft
└── humanizer → approve → X API---
Six tools Claude calls automatically during your session — no slash commands needed.
| Tool | What it does | |------|-------------| | content_capture | Save a tweet-worthy moment mid-sessio
Loading reviews...