一键导入
content
Write content for blog and social media. Use when the user asks to write a post, draft something, work on content, or mentions writing publicly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write content for blog and social media. Use when the user asks to write a post, draft something, work on content, or mentions writing publicly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Save external content (bookmarks, YouTube, Spotify, articles) with context. Use when the user shares a link worth saving or external content needs to be captured with context for the reference library.
Extract and document a decision with reasoning for future reference. Use when a clear decision has been made, trade-offs were weighed, or the user wants to record reasoning.
Sort items from inbox/ to their proper locations. Use when inbox has accumulated items, during weekly review, or when the user asks to process/clear inbox.
Capture learnings, patterns, and reusable knowledge from conversations. Use when a useful pattern emerged, something was learned worth remembering, or a solution might apply elsewhere.
Track and manage open threads, hanging items, and things waiting for follow-up. Use to add new threads, review what's stale, mark items resolved, or get a quick status of what's hanging.
Deep analysis of journal entries to surface patterns - recurring topics, energy trends, neglected areas, avoidance patterns. Use when wanting insight into what's actually getting attention over time.
| name | content |
| description | Write content for blog and social media. Use when the user asks to write a post, draft something, work on content, or mentions writing publicly. |
| allowed-tools | Read Write Edit Glob Bash(ls:*) WebFetch |
Help write content for blog and social media platforms.
Check for a content guide:
resources/content/CLAUDE.md
This may contain:
If no guide exists, ask the user about their content preferences.
Check recent published posts (if they exist):
ls -t resources/content/_posts/ | head -5
Read 2-3 recent posts to calibrate voice.
If writing a scheduled post, check for calendars or planned content:
resources/content/content-calendar.md
resources/content/planned/
resources/content/series/
Follow any loaded guidance. General good practices:
Before showing the draft, verify:
If user asks to save:
Blog/social post:
resources/content/drafts/YYYY-MM-DD-slug.md
With frontmatter:
---
title: Post Title Here
status: draft
platform: [linkedin|blog|twitter|etc]
target_date: YYYY-MM-DD
theme: [philosophical|technical|leadership|personal|etc]
---
| File | Purpose |
|---|---|
resources/content/CLAUDE.md | Voice, strategy, style guide |
resources/content/content-calendar.md | Schedule and ideas |
resources/content/_posts/ | Published content |
resources/content/drafts/ | Work in progress |
resources/content/planned/ | Future scheduled posts |