From LinkedIn Suite
Scans LinkedIn post or comment drafts for AI-pattern emoji usage, calculates an AI-emoji density score (0-100), and suggests human-pattern alternatives. Has three modes: scan, score, and suggest. Use before publishing or as a pre-pass to linkedin-humanizer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linkedin-suite:linkedin-emoji-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Flags AI-pattern emoji usage in LinkedIn drafts before they ship. Built on PublicCreator4 / ToolName frequency data (recent) showing lightbulb, rocket, sparkles, and recycling emojis appear 2-3x more often in AI-generated LinkedIn posts than in human-authored ones.
Flags AI-pattern emoji usage in LinkedIn drafts before they ship. Built on PublicCreator4 / ToolName frequency data (recent) showing lightbulb, rocket, sparkles, and recycling emojis appear 2-3x more often in AI-generated LinkedIn posts than in human-authored ones.
Pattern data from PublicCreator4 / ToolName LinkedIn analysis (recent, 220 engagement viral post).
linkedin-humanizer (catches a tell humanizer doesn't fix)linkedin-post-audit flags "feels AI" without a specific reasonAny LinkedIn text (post, comment, reply, DM). Optional: mode flag (--strict, --lenient, --score).
Walks the text, extracts every emoji, looks up each one in the frequency table at references/emoji-patterns.md, and returns a per-emoji report.
For each detected AI-pattern emoji:
--score)Returns a single number (0-100). No rewrite, no suggestions.
Formula:
frequency_pct * count * 10Verdicts:
Returns a rewritten emoji set. Keeps the post's emoji count roughly the same but swaps AI-pattern emojis for less-correlated alternatives, or recommends removal where no clean substitute exists.
--strictFlag any AI-pattern emoji at all. One lightbulb = AI-likely verdict. Use when content goes out under a personal brand that has never used emoji-heavy AI patterns.
--lenientFlag only if 3+ AI-pattern emojis appear in the same post, OR if a single AI-pattern emoji repeats 2+ times. Use for accounts where occasional emoji is fine and only the cluster pattern matters.
Default mode is between the two: flag if score >20.
references/emoji-patterns.md are emojis with sub-1% AI correlation, not emojis proven "more human"Input: "Excited to share our new feature 🚀 Game-changing AI ✨ Unlock your potential 💡 Let's go 🔥"
Output (default mode): Score: 78 / 100 — AI-likely
Flagged:
- 🚀 rocket (3.28% AI freq, 1 use) → consider 📦 or remove
- ✨ sparkles (3.11% AI freq, 1 use) → remove, no clean swap
- 💡 lightbulb (2.57% AI freq, 1 use) → 🪛 or remove
- 🔥 fire (1.31% AI freq, 1 use) → keep or swap to 🌶️
Cluster bonus: +20 (4 distinct AI-pattern emojis)
Suggested rewrite: "Excited to share our new feature. AI that actually works. Try it. 🌶️"
SKILL.md — this filereferences/emoji-patterns.md — full frequency table + human-pattern alternativeslinkedin-humanizer — runs after emoji detector to scrub AI vocabulary and rhythmlinkedin-post-audit — broader pre-publish check (calls this skill internally)linkedin-post-writer — generates drafts that already avoid AI-pattern emojisnpx claudepluginhub jhamidun/claude-code-config-pack --plugin linkedin-suiteBuilds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.