From copywriter
This skill should be used when the user asks to 'schedule LinkedIn content', 'manage content queue', or 'best time to post'.
npx claudepluginhub jamon8888/cc-suite --plugin CopywriterThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.