From copywriter
This skill should be used when the user asks to 'schedule LinkedIn content', 'manage content queue', or 'best time to post'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/copywriter:linkedin-schedulersonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Content is useless if it isn't published. This skill manages the "Last Mile" of the content supply chain. It moves drafts from "Ready" to "Live" with strategic timing precision.
Content is useless if it isn't published. This skill manages the "Last Mile" of the content supply chain. It moves drafts from "Ready" to "Live" with strategic timing precision.
┌─────────────────────────────────────────────────────────────────┐
│ CORE CAPABILITIES │
│ ✓ Optimal Time Slotting (Behavioral Analysis) │
│ ✓ Queue Management (Buffer Logic) │
│ ✓ Timezone Harmonization │
│ ✓ MCP Integration (Direct API Posting) │
├─────────────────────────────────────────────────────────────────┤
│ MODES │
│ 1. ADVISORY: Suggests times, user posts manually. │
│ 2. AUTOMATED: Pushes to LinkedIn via `linkedin-mcp`. │
└─────────────────────────────────────────────────────────────────┘
data/2-Domaines/business-profile.json (How often?).data/2-Domaines/analytics-history.json (If available, for best times).If no user analytics exist, use these global best practices:
linkedin-mcp.schedule(text, time).This skill checks for the linkedin toolset.
// Pseudo-code logic
if (tools.includes("linkedin_post")) {
mode = "AUTOMATED";
status = check_auth_token();
if (status == "valid") {
execute_schedule();
} else {
warn("Auth expired. Switching to Advisory.");
}
} else {
mode = "ADVISORY";
}
# 📅 Scheduling Confirmation
**Status**: [Scheduled/Drafted]
**Platform**: LinkedIn
**Mode**: [Automated/Manual]
## Operations Detail
- **Target Slot**: Wednesday, Oct 24 @ 8:30 AM EST
- **Reasoning**: "Wednesday AM is your highest engagement window for Technical content."
- **Queue Status**: 2 posts pending next week.
> [!TIP]
> This post has a URL. Remember to paste the URL in the _comments_ if posting manually, or use the 'smart-link' feature if automated.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jamon8888/cc-suite --plugin Copywriter