Agent SkillsWingedGuardian/GENesis-AGI › linkedin-content-calendar

linkedin-content-calendar

GitHub

用于规划LinkedIn内容日历,生成具体帖子角度而非模糊主题。平衡内容类型与发布频率,避免倦怠,结合用户声音上下文和时效性,提供可持续的发布建议。

src/genesis/skills/linkedin-content-calendar/SKILL.md WingedGuardian/GENesis-AGI

触发场景

plan my LinkedIn content create a content calendar what should I post about this week plan my posting schedule I need post ideas I don't know what to write about

安装

npx skills add WingedGuardian/GENesis-AGI --skill linkedin-content-calendar -g -y
更多选项

非标准路径

npx skills add https://github.com/WingedGuardian/GENesis-AGI/tree/main/src/genesis/skills/linkedin-content-calendar -g -y

不安装直接使用

npx skills use WingedGuardian/GENesis-AGI@linkedin-content-calendar

指定 Agent (Claude Code)

npx skills add WingedGuardian/GENesis-AGI --skill linkedin-content-calendar -a claude-code -g -y

安装 repo 全部 skill

npx skills add WingedGuardian/GENesis-AGI --all -g -y

预览 repo 内 skill

npx skills add WingedGuardian/GENesis-AGI --list

SKILL.md

Frontmatter
{
    "name": "linkedin-content-calendar",
    "phase": 8,
    "consumer": "cc_foreground, cc_background_surplus",
    "skill_type": "workflow",
    "description": "This skill should be used when the user asks to \"plan my LinkedIn content\", \"create a content calendar\", \"what should I post about this week\", \"plan my posting schedule\", or when Genesis proactively suggests a weekly content plan during surplus compute. Also triggered by \"I need post ideas\" or \"I don't know what to write about\".\n"
}

LinkedIn Content Calendar

Purpose

Plan a cadence of LinkedIn posts that maintains consistent presence without burning the user out. Produce concrete post ideas with angles — not vague topics. Balance content types to avoid monotony. Adapt to the user's actual capacity for posting.

Voice Loading

Even though this skill plans rather than drafts, the generated post ideas (angles, hook suggestions) should be grounded in the user's voice and topic domains. Load voice context via voice-master's overlay resolution:

  1. Read ../voice-master/SKILL.md and follow its User Calibration Overlay section to load the user's voice-dimensions and exemplars from the out-of-repo overlay (or the template fallback with warning if no overlay exists).
  2. This skill's medium is social. Use the user's topic domains and voice-dimensions to inform angle selection, not to draft post prose.
  3. Read ../voice-master/references/anti-slop.md — apply the Universal and Professional / LinkedIn sections when sanity- checking hook suggestions.

If no overlay is present, voice-master falls back to the template and warns — the calendar can still be generated but the angles will be generic. Surface this clearly in your output.

Calendar Design Principles

Consistency over volume. 2 posts/week every week beats 5 posts one week and silence for three. Start conservative, increase only if sustainable.

Variety in type. Rotate through post types (experience, insight, technical, commentary, question) to avoid becoming predictable. No more than 2 of the same type in a row.

Timeliness. Connect at least one post per cycle to something currently happening in the user's industry. Evergreen content is fine but a mix with timely content performs better.

Effort-awareness. Some posts require deep thought (experience, insight). Some are lighter (commentary, question). Alternate high-effort and low-effort to prevent burnout. Flag effort level on each idea.

Planning Process

  1. Establish cadence — Ask the user how often they want to post. Default recommendation: 2-3x per week. Minimum viable: 1x per week. Adjust based on what the user can actually sustain.

  2. Inventory topics — Pull from:

    • User's expertise areas (from voice profile)
    • Recent projects or work activity
    • Industry news and trends
    • Previous posts that performed well
    • Topics the user has expressed opinions on
    • Knowledge gaps where writing would force useful thinking
    • Items from the user's inbox or reading list
  3. Generate ideas with angles — Each idea is a specific angle, not a topic. Bad: "Write about Kubernetes." Good: "The hidden cost of K8s that nobody talks about — your team's cognitive load." Include the post type and estimated effort level.

  4. Schedule — Assign ideas to specific days/weeks. Consider:

    • Best posting times for the user's audience (typically Tue-Thu mornings)
    • Spacing between similar topics
    • High-effort posts early in the week (more energy)
    • Light posts (commentary, questions) for low-energy days
  5. Buffer — Always plan 1-2 extra ideas beyond the calendar period. Ideas that aren't used roll to the next cycle, not lost.

Output Format

# Content Calendar: [Date Range]

**Cadence:** [N] posts/week
**Post types this cycle:** [breakdown]

## Week of [Date]

### [Day] — [Post Type]
**Angle:** [Specific angle, not just a topic]
**Hook idea:** [One strong opening line option]
**Effort:** Low | Medium | High
**Timely?:** Yes (reason) | No (evergreen)
**Notes:** [Any context — what prompted this idea, related reading]

### [Day] — [Post Type]
...

## Buffer Ideas (Unused — Roll Forward)
- [Angle 1] ([type], [effort])
- [Angle 2] ([type], [effort])

Proactive Calendar Generation

When Genesis generates a content calendar during surplus compute:

  • Review what the user has been working on this week (from conversation history, inbox items, cognitive state)
  • Check what's happening in the user's industry
  • Draft a 1-week plan with 2-3 post ideas
  • Stage as surplus output for user review
  • Include reasoning for why each topic was selected now

References

  • ../linkedin-post-writer/SKILL.md — Post type definitions, writing process, topic areas
  • ../voice-master/SKILL.md — Voice authority; follow its User Calibration Overlay section to load social exemplars from the user overlay
  • ../voice-master/references/anti-slop.md — Universal + Professional/LinkedIn anti-slop rules
  • ../linkedin-hook-writer/SKILL.md — Hook generation for calendar ideas

版本历史

  • f9015bb 当前 2026-07-05 18:17

同 Skill 集合

.claude/skills/code-intelligence/SKILL.md
.claude/skills/content-publish/SKILL.md
.claude/skills/genesis-development/SKILL.md
.claude/skills/genesis-voice/SKILL.md
.claude/skills/gitnexus/gitnexus-cli/SKILL.md
.claude/skills/gitnexus/gitnexus-debugging/SKILL.md
.claude/skills/gitnexus/gitnexus-exploring/SKILL.md
.claude/skills/gitnexus/gitnexus-guide/SKILL.md
.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md
.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md
.claude/skills/shelve/SKILL.md
.claude/skills/unshelve/SKILL.md
.claude/skills/youtube-fetch/SKILL.md
config/gstack-patches/codex-SKILL.md
src/genesis/skills/browser-automation/SKILL.md
src/genesis/skills/debugging/SKILL.md
src/genesis/skills/evaluate/SKILL.md
src/genesis/skills/forecasting/SKILL.md
src/genesis/skills/integrate-module/SKILL.md
src/genesis/skills/lead-generation/SKILL.md
src/genesis/skills/linkedin-comment-strategy/SKILL.md
src/genesis/skills/linkedin-dm-outreach/SKILL.md
src/genesis/skills/linkedin-hook-writer/SKILL.md
src/genesis/skills/linkedin-post-writer/SKILL.md
src/genesis/skills/linkedin-profile-optimizer/SKILL.md
src/genesis/skills/obstacle-resolution/SKILL.md
src/genesis/skills/onboarding/SKILL.md
src/genesis/skills/osint/SKILL.md
src/genesis/skills/prospect-researcher/SKILL.md
src/genesis/skills/research/SKILL.md
src/genesis/skills/retrospective/SKILL.md
src/genesis/skills/stealth-browser/SKILL.md
src/genesis/skills/triage-calibration/SKILL.md
src/genesis/skills/user_evaluate/SKILL.md
src/genesis/skills/video-processing/SKILL.md
.claude/skills/deliverable-builder/SKILL.md
.claude/skills/voice-master/SKILL.md
src/genesis/skills/voice-master/SKILL.md

元信息

文件数
0
版本
f9015bb
Hash
7f292b87
收录时间
2026-07-05 18:17

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-14 10:41
浙ICP备14020137号-1 $访客地图$