Curated AI agent skills for posting, engaging, and nurturing accounts across 12 social media platforms. Multi-thread posting, engagement workflows, account growth strategies. Built for Antigravity, Claude Code, Gemini CLI.
# ๐ข Social Posting Skills **Curated AI agent skills for posting, engaging, and growing across 12 social media platforms.** Built for [Antigravity IDE](https://blog.google/technology/google-deepmind/antigravity/), [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor CLI](https://github.com/google-cursor/cursor-cli), and any AI coding assistant that supports `.agents/skills/` or `.cursor/skills/`. --- ## โจ What This Does Drop these skills into your project and your AI agent can: - ๐ **Generate platform-optimized content** from a single topic - ๐ผ๏ธ **Create images** sized for each platform - ๐ค **Auto-post via browser automation** (Playwright/browser_subagent) - ๐ **Save drafts** for manual platforms (LinkedIn, Product Hunt) - ๐ **Follow best practices** per platform's algorithm and community - ๐งต **Multi-thread posting** (X threads, Threads reply-chains, Bluesky threads) - ๐ฅ **Pre-posting engagement** warm-up routines per platform - ๐ฌ **Post-posting engagement** during the golden hour window - ๐ฑ **Account nurturing** with daily/weekly growth strategies ## ๐ Quick Start ### Install (1 command) ```bash # Install into current project (default) npx -y social-posting-skills ``` This creates `.agents/skills/` and `.agents/workflows/` in your project directory. Done! ### Other Install Targets ```bash # Install for Antigravity IDE (global) npx -y social-posting-skills --antigravity # Install for Cursor IDE npx -y social-posting-skills --cursor # Install for Claude Code CLI npx -y social-posting-skills --cursor # Install for Cursor CLI npx -y social-posting-skills --cursor # Install to custom path npx -y social-posting-skills --path ./my-custom-dir ``` ### Alternative: Git Clone ```bash git clone https://github.com/tang-vu/social-posting-skills.git cd social-posting-skills # Tell your AI agent: "Post about [topic] to all platforms" ``` ### Usage Tell your AI agent: > "Post about [your topic] to all social media platforms" Or use t
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.