一键导入
content-curate
Review and curate mined content queue items. Use when user says "curate", "what's in my content queue?", "review content ideas", or "/curate".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review and curate mined content queue items. Use when user says "curate", "what's in my content queue?", "review content ideas", or "/curate".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Post content from a stage:ready content queue issue to all target channels via Buffer API. Use when a content queue item is ready to distribute, or when user says "distribute", "post this", "send to socials".
Create social media posts promoting blog posts, project milestones, or announcements. Use when user says "social post", "promote this", "share on social", "tweet this", or after publishing a blog post. Matches the blog's voice (second person, direct, Anishinaabemowin greetings where appropriate) and includes real data/results when available.
Draft a Hugo blog post and accompanying social copy from a curated content queue issue. Use when a content queue item is ready for writing, or when user says "produce", "write the post", "draft this".
Launch the Brain Monitor TUI, a real-time terminal dashboard for watching Claudia's memory system. Triggers on "brain monitor", "show dashboard", "memory dashboard", "terminal brain".
Launch the Brain Visualizer, a real-time 3D view of memory and relationships. Triggers on "show your brain", "visualize memory", "open the brain", "memory graph".
Process meeting notes or transcript to extract decisions, commitments, and insights. Use when user shares transcript or says "capture this meeting", "here are my notes from the call".
| name | content-curate |
| description | Review and curate mined content queue items. Use when user says "curate", "what's in my content queue?", "review content ideas", or "/curate". |
Present stage:mined content queue issues as a batch for quick human decisions: approve, skip, merge, or edit.
Fetch mined items:
gh issue list --repo jonesrussell/jonesrussell --label "stage:mined" --json number,title,body,createdAt --limit 20
Sort mined items by confidence score (highest first). Extract the confidence value from the **Confidence:** line in each issue body. Items without a confidence value sort last (legacy items from before grouping was implemented).
Validate each mined item. For each fetched issue, extract the structured seed data from the issue body and validate against the mined-seed schema:
node ~/dev/blog/schemas/validate.js mined-seed /tmp/mined-seed-<issue-number>.json
Identify the item source and present accordingly. Two distinct item types exist:
Git-activity items (from waaseyaa/framework, waaseyaa/giiken, etc.):
North Cloud items (label: source:north-cloud):
[NC] prefix so they're visually distinctAsk for a decision on each item:
cat > /tmp/curated-item-<N>.json << 'CURATED'
{
"source": "<from mined seed>",
"source_ref": "<from mined seed>",
"content_seed": "<from mined seed, possibly edited>",
"suggested_type": "<from mined seed>",
"suggested_channels": <from mined seed>,
"mined_at": "<from mined seed>",
"curated_type": "<confirmed type>",
"curated_channels": ["<confirmed channels>"],
"curation_action": "approved",
"curated_at": "<current ISO 8601 timestamp>",
"editorial_notes": "<optional: human notes on angle>"
}
CURATED
node ~/dev/blog/schemas/validate.js curated-item /tmp/curated-item-<N>.json
If validation fails, show the error and fix before proceeding.
If validation passes, update the labels:
gh issue edit <N> --repo jonesrussell/jonesrussell --remove-label "stage:mined" --add-label "stage:curated"
After labeling, fetch the source issue for full context, then invoke social-media-posts before writing a single word of copy. This is mandatory — not optional, not "check after." The skill defines platform rules (X char limits, hashtag policy, GitHub link requirements) that cannot be reliably recalled from memory.auto-expired label).
gh issue close <N> --repo jonesrussell/jonesrussell --comment "Skipped during curation."
gh issue edit <N> --repo jonesrussell/jonesrussell --add-label "curate:skipped"
Batch summary. After processing all items, report:
/content-produce next for the approved itemsKeep it scannable. One item at a time.
Git-activity item:
**#15: [content] SovereigntyProfile shipped in Waaseyaa** (confidence: 0.82)
Source: waaseyaa/framework · 3 commits (2026-04-04)
Seed: Added SovereigntyProfile to Layer 0. Communities declare local/hybrid/cloud sovereignty mode.
Suggested: text-post → x, linkedin, facebook
Good candidate. Concrete feature, ties to data sovereignty narrative.
→ Approve / Skip / Merge / Edit?
North Cloud item:
[NC] **#47: [content] Why your PHP app is slower than it needs to be**
Source: North Cloud · coforge:core · dev.to (quality: 78)
Article: https://dev.to/example/why-your-php-app-is-slower
Topics: php, performance, optimization
Worth sharing. Practical, audience-relevant, no paywall. Good for a quick reshare with a take.
→ Share / Skip / Edit?
If no stage:mined items exist, say so and suggest:
/content-mine) to scan recent activity