social-post
v1.0.0Writes LinkedIn-first social posts announcing or reporting an article, a result, a release, a talk, or conference attendance — in a voice that reads as human. Establishes whose post it is (individual / company account / individual posting under an employer's name, which requires a personal-view disclaimer and blocks client and confidential detail) and confirms the tone before drafting. Front-loads the conclusion into the ~140 characters visible before 'See more', requires a concrete specific, caps emoji, and bans the announcement tells: 'Thrilled to announce', emoji bullet lists, engagement bait, broetry line breaks. Bilingual JA/EN, rewritten per language rather than translated. Delivers two drafts, three alternative hooks, a first-comment link, hashtags, and a facts/permissions checklist; hands the final de-AI pass to ai-tell-reducer.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install social-post@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/social-post/.
Plugin files
├── .claude-plugin/plugin.json└── skills/social-post/SKILL.md
Included Skills1
Writes LinkedIn-first social posts that announce or report an article, a result, a release, a talk, or attendance at a conference — and reads as written by a person, not generated. Establishes WHOSE post it is before drafting (individual / company account / individual posting under an employer's name, which needs a personal-view disclaimer and blocks client detail), then confirms the tone rather than assuming it (default: between business and casual). Front-loads the conclusion into the ~140 characters visible before "See more", requires a concrete specific, caps emoji, and bans the announcement tells — 「Thrilled to announce」, emoji bullet lists, engagement bait, broetry. Bilingual JA/EN, rewritten per language rather than translated. Delivers two drafts, three hooks, a first-comment link, hashtags, and a facts/permissions checklist. Use for LinkedIn 投稿, SNS 告知, X/Twitter 投稿文, 登壇告知, 参加報告の投稿, social announcement. Hands the final de-AI pass to ai-tell-reducer and the long-form report to debrief-report.
Plugin manifests1
{
"name": "social-post",
"description": "Writes LinkedIn-first social posts announcing or reporting an article, a result, a release, a talk, or conference attendance — in a voice that reads as human. Establishes whose post it is (individual / company account / individual posting under an employer's name, which requires a personal-view disclaimer and blocks client and confidential detail) and confirms the tone before drafting. Front-loads the conclusion into the ~140 characters visible before 'See more', requires a concrete specific, caps emoji, and bans the announcement tells: 'Thrilled to announce', emoji bullet lists, engagement bait, broetry line breaks. Bilingual JA/EN, rewritten per language rather than translated. Delivers two drafts, three alternative hooks, a first-comment link, hashtags, and a facts/permissions checklist; hands the final de-AI pass to ai-tell-reducer.",
"version": "1.0.0",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[social-post on Agent Plugins Marketplace](https://pluginsmp.com/plugins/social-post)