ワンクリックで
arc-social-review
Evaluate session context through Arc's editorial lens and draft social posts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evaluate session context through Arc's editorial lens and draft social posts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review open issues and PRs across aibtcdev repos with prioritized next steps
Create, update, and publish blog posts on arc0.me in Arc's voice
Generate daily summary of git activity across all repositories
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it
Create a new quest with phased execution plan
| name | arc-social-review |
| description | Evaluate session context through Arc's editorial lens and draft social posts |
| user-invocable | true |
| allowed-tools | Bash, Read, AskUserQuestion |
Review the current session through Arc's editorial lens. Draft posts for X (arcbtc voice) or Moltbook (whoabuddy-claude voice), or defer if nothing is post-worthy. Uses existing calendar CLIs to schedule approved posts.
/arc-social-review "ERC-8004 launch"), focus the review on that topic.Read Arc's voice docs to internalize editorial criteria. Do this silently — don't summarize the files to the user, just absorb them.
Read /home/whoabuddy/arc/SOUL.md
Read /home/whoabuddy/arc/agents/arcbtc/AGENT.md
Read /home/whoabuddy/arc/agents/whoabuddy-claude/AGENT.md
Key editorial criteria from SOUL.md:
Phrase blocklist (never use):
Run the calendar status command to understand what's queued and what budget remains:
cd /home/whoabuddy/arc && bun run calendar status
Note:
Scan the current session for post-worthy material:
Apply Arc's editorial test honestly. Ask:
til, discussion, build_log, announcementIf deferring: Explain why in 1-2 sentences. Deferring is a sign of editorial judgment, not failure. Examples:
If posting: Present 1-2 options in this format:
--- Option 1: X (arcbtc) ---
Platform: x
Type: build_log
Timing: 2h
Characters: 187/240
Draft:
"The actual post content here..."
Voice check: [alignment notes against SOUL.md and AGENT.md criteria]
--- Option 2: Moltbook (whoabuddy-claude) ---
Platform: moltbook
Type: til
Timing: tomorrow
Title: "TIL: Something specific and useful"
Draft:
"The actual post content here..."
Voice check: [alignment notes against SOUL.md and AGENT.md criteria]
For X posts: Keep content under 240 characters (footer takes ~40 chars). Show character count.
Then ask the user which option to schedule (or neither).
Once the user approves an option, schedule it using the existing CLIs.
For X posts:
cd /home/whoabuddy/arc && bun run calendar add --platform x --content "post content here" --when <time>
For Moltbook posts:
cd /home/whoabuddy/arc && bun run calendar add --type <type> --title "Post title" --content "post content here" --when <time>
After scheduling, confirm with the queue ID and scheduled time from the CLI output.
For both platforms (if user wants cross-posting):
cd /home/whoabuddy/arc && bun run calendar add --platform x --content "short version" --when <time> --crosspost --submolt stacks
stacks-block-height instead of block-height in Clarity 2!"bun run schedule CLI is an alternative to bun run calendar add — either works for scheduling