Agent Plugins Marketplace
All plugins

content

v1.1.0

content-writer and fact-checker subagents + social-post, linkedin-post-writer, racemodel-post-writer, humanizer and remove-ai-marks skills: one idea into platform-native posts for LinkedIn, Threads, X, and Instagram, EN/UK, in the owner's voice, fact-checked, humanized, and stripped of AI provenance marks.

Claude Code5 Skills

By Engineering1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 22, 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 content for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install content@agent-plugin-marketplace

Paste 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/kulykivska/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is content/.

Plugin files

content/
├── .claude-plugin/plugin.json
├── skills/humanizer/SKILL.md
├── skills/linkedin-post-writer/SKILL.md
├── skills/racemodel-post-writer/SKILL.md
├── skills/remove-ai-marks/SKILL.md
└── skills/social-post/SKILL.md

Included Skills5

humanizerskills/humanizer/SKILL.md

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

linkedin-post-writerskills/linkedin-post-writer/SKILL.md

Use this skill whenever the user wants to write, draft, or improve a LinkedIn post — especially when the goal is maximum reach, impressions, or engagement. Trigger for requests like "write a LinkedIn post", "help me draft a post", "create a LinkedIn post about...", "write a LinkedIn post about...", "draft a post for my LinkedIn", "how should I post about X on LinkedIn", or any request to create social media content for LinkedIn. Also trigger when the user says "publish this post", "make a post", or asks for content that would fit a LinkedIn update. This skill encodes a data-driven formula derived from real post analytics — use it proactively any time LinkedIn post creation is involved.

racemodel-post-writerskills/racemodel-post-writer/SKILL.md

Write RaceModel posts for LinkedIn, Threads, and Instagram across English and Ukrainian. Applies humanizer rules to remove AI patterns and match authentic voice. Platform-specific guidance with multi-language support.

remove-ai-marksskills/remove-ai-marks/SKILL.md

Remove multi-vendor AI provenance marks: invisible Unicode (Layer A), statistical text watermarks via rewrite (Layer B, always offer), and C2PA/EXIF/XMP/container metadata on PNG/JPEG/WebP/SVG/PDF/DOCX/ODT/HTML/MD/TEX. Covers Claude, Gemini/SynthID-class, OpenAI provenance, and open-LLM sampling marks. Use when the user asks to strip watermarks, remove C2PA/Content Credentials, clean AI metadata, remove invisible Unicode, anti-detect clean AI output, or runs /remove-ai-marks (aliases: /remove-claude-marks).

social-postskills/social-post/SKILL.md

Create posts for one or several social networks from an idea or recent work. Trigger on "write a post", "make a post for...", "post about...", "write a post about...", or when the user wants to announce something shipped. Orchestrates the content-writer subagent with real material.

Plugin manifests1

content/.claude-plugin/plugin.json
{
  "name": "content",
  "version": "1.1.0",
  "description": "content-writer and fact-checker subagents + social-post, linkedin-post-writer, racemodel-post-writer, humanizer and remove-ai-marks skills: one idea into platform-native posts for LinkedIn, Threads, X, and Instagram, EN/UK, in the owner's voice, fact-checked, humanized, and stripped of AI provenance marks.",
  "author": {
    "name": "Engineering"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[content on Agent Plugins Marketplace](https://pluginsmp.com/plugins/content)