Twitter/X Agent Operations SOP v2 — Rebuilt from real dual-account operations. Real data: • CN account: grew from 1,150 → 3,679 followers (14 months), 1 tweet/day, OAuth1 direct post • EN account: Buffer API • Real incidents: cron silent-failed for 2 weeks unnoticed, analytics data off by 17×, thread performance worse…
Stage and commit git changes with conventional prefixes. Use when the user asks to commit, save changes, write a commit message, or push staged work to the repository.
Access Google Workspace through gogcli. Use for sending and reading Gmail, creating and listing Calendar events, uploading and searching Drive files, managing Contacts and Tasks, and working with Sheets, Docs, Slides, Forms, Chat, Keep, and other Google services once the skill runtime is enabled.
Manage email accounts and mailboxes through the local Himalaya CLI. Use for reading mail, searching folders, flagging messages, moving or deleting messages, downloading attachments, composing or sending messages/templates, and diagnosing Himalaya email account configuration once the skill runtime is enabled.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Read, reply to, moderate, and triage comments on social posts using the PostFast social inbox. Use when the user wants to see new comments, reply to a comment (publicly or with an Instagram private reply), hide or delete a comment, or triage/assign comment conversations on TikTok, Instagram, Facebook, or Threads.
Create, schedule, and manage social media posts using PostFast. Use when the user wants to publish, schedule, or manage posts on Facebook, Instagram, X (Twitter), TikTok, LinkedIn, YouTube, BlueSky, Threads, Pinterest, Telegram, or Google Business Profile.
Diagnose and validate cron expressions before they ship. Catches the five silent death-traps: impossible dates that never fire, OR-semantics that fire too often, midnight spikes, uneven step drift, and leap-year February 29.
Register a PROCESS.md's declared schedule as a live cron routine via Claude Code's CronCreate tool. Validates frontmatter, injects an authority prelude, caches the routine id, handles partial-failure rollback.
Front desk for setting up anything that runs on its own — recurring loops, finish-line goals, and scheduled cloud routines. Wraps Anthropic's native primitives (/goal, /loop, scheduled tasks via CronCreate, /schedule routines) with the judgment to pick the right one and configure it safely: verifiable finish lines…