Agent skill · Content & Marketing

content-marketing

Icerik pazarlama ve SEO odakli yazi uretimi. AI slop temizleme (30+ pattern), icerik kalite skorlama (5 boyut), watermark temizleme, copywriting formulleri (AIDA, PAS, BAB), programmatic SEO ve icerik stratejisi.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill content-marketing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/content-marketing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Marketing AI destekli icerik uretimi icin kalite kontrol, SEO optimizasyonu ve pazarlama psikolojisi. ## AI Slop Detector (30+ Pattern) AI tarafindan yazildigini ele veren kaliplari tespit et ve temizle. ### Yasak Acilis Cumleri ``` TESPIT ET VE SIL: - "In today's digital landscape..." - "In the ever-evolving world of..." - "Let's dive in..." - "Let's dive deep into..." - "In this comprehensive guide..." - "Welcome to our deep dive..." - "Are you ready to discover..." - "Have you ever wondered..." - "In an era where..." - "The landscape of X is rapidly changing..." ``` ### Yasak Kelimeler ve Ifadeler ``` YUKSEK RISK (hemen degistir): - "leverage" → "use" veya "apply" - "utilize" → "use" - "delve" → "explore" veya "look at" - "tapestry" → SIL veya yeniden yaz - "paradigm shift" → "change" veya "new approach" - "synergy" → SIL - "holistic" → "complete" veya "full" - "robust" → "strong" veya "reliable" - "seamless" → "smooth" veya "easy" - "cutting-edge" → "modern" veya "new" - "game-changer" → spesifik etkiyi yaz - "revolutionize" → ne degistigini yaz - "empower" → ne yaptigini yaz - "streamline" → nasil basitlestirdigini yaz ORTA RISK (context'e gore): - "It's worth noting

What's inside
Steps it walks through
  1. AI Slop Detector (30+ Pattern)
  2. Yasak Acilis Cumleri
  3. Yasak Kelimeler ve Ifadeler
  4. Yapi Kaliplari
  5. Regex Tarama
  6. Icerik Kalite Skorlama (5 Boyut)
  7. Skorlama Formulu
  8. AI Watermark Temizleme
  9. Copywriting Formulleri
  10. AIDA (Attention-Interest-Desire-Action)
  11. PAS (Problem-Agitate-Solve)
  12. BAB (Before-After-Bridge)
  13. SEO Icerik Checklist
  14. Yazi Oncesi
Commands it runs
AI slop tarama script'i
echo "SLOP TESPIT: $line"
done
Gorunmeyen watermark'lari temizle
sed -i '' 's/\xe2\x80\x8b//g' "$1"    # Zero-width space (U+200B)
sed -i '' 's/\xe2\x80\x8c//g' "$1"    # Zero-width non-joiner (U+200C)
sed -i '' 's/\xe2\x80\x8d//g' "$1"    # Zero-width joiner (U+200D)
sed -i '' 's/\xef\xbb\xbf//g' "$1"    # BOM (U+FEFF)
sed -i '' 's/\xc2\xad//g' "$1"        # Soft hyphen (U+00AD)
Em dash asiri kullanimi (AI belirtisi)
More from vibecosystem
All skills →
About this skill
What does the content-marketing skill do?

Icerik pazarlama ve SEO odakli yazi uretimi. AI slop temizleme (30+ pattern), icerik kalite skorlama (5 boyut), watermark temizleme, copywriting formulleri (AIDA, PAS, BAB), programmatic SEO ve icerik stratejisi.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill content-marketing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going