$npx -y skills add AlekseiUL/sprut-agent-kit --skill social-card-genGenerate social media posts for different platforms (Twitter, LinkedIn, Telegram, etc).
| 1 | --- |
| 2 | |
| 3 | # Social Generator |
| 4 | |
| 5 | ## ✍️ Правила текста (стиль владельца) |
| 6 | |
| 7 | **Обязательно:** |
| 8 | - Дефис (-) вместо длинного тире (—). ВСЕГДА |
| 9 | - Сильные глаголы, короткие предложения |
| 10 | - Личный опыт, прямота |
| 11 | |
| 12 | **Запрещено:** |
| 13 | - Длинное тире (—) - заменять на дефис (-) |
| 14 | - "Конечно", "Безусловно", "Стоит отметить", "Является" |
| 15 | - Канцелярит и пассивный залог |
| 16 | |
| 17 | > Полные правила: `skills/copywriter/SKILL.md` |
| 18 | |
| 19 | --- |
| 20 | |
| 21 | You wrote something great. Now you need to share it on Twitter, LinkedIn, and Reddit. Each platform wants different formats. This handles that. |
| 22 | |
| 23 | **One command. Zero config. Just works.** |
| 24 | |
| 25 | ## Quick Start |
| 26 | |
| 27 | ```bash |
| 28 | npx ai-social README.md --platform twitter |
| 29 | ``` |
| 30 | |
| 31 | ## What It Does |
| 32 | |
| 33 | - Reads your content and adapts it per platform |
| 34 | - Twitter gets short and punchy |
| 35 | - LinkedIn gets professional |
| 36 | - Reddit gets genuine and non-promotional |
| 37 | |
| 38 | ## Usage Examples |
| 39 | |
| 40 | ```bash |
| 41 | # Twitter post |
| 42 | npx ai-social README.md --platform twitter |
| 43 | |
| 44 | # LinkedIn post |
| 45 | npx ai-social blog-post.md --platform linkedin |
| 46 | |
| 47 | # All platforms |
| 48 | npx ai-social announcement.md --platform all |
| 49 | ``` |
| 50 | |
| 51 | ## Best Practices |
| 52 | |
| 53 | - **Know your audience** - each platform has different expectations |
| 54 | - **Don't cross-post identical content** - people notice |
| 55 | - **Engage don't broadcast** - social is conversation |
| 56 | - **Time it right** - different platforms peak at different times |
| 57 | |
| 58 | ## When to Use This |
| 59 | |
| 60 | - Launching a project |
| 61 | - Sharing blog posts |
| 62 | - Announcing features |
| 63 | - Building audience |
| 64 | |
| 65 | ## Part of the LXGIC Dev Toolkit |
| 66 | |
| 67 | This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work. |
| 68 | |
| 69 | **Find more:** |
| 70 | - GitHub: https://github.com/LXGIC-Studios |
| 71 | - Twitter: https://x.com/lxgicstudios |
| 72 | - Substack: https://lxgicstudios.substack.com |
| 73 | - Website: https://lxgicstudios.com |
| 74 | |
| 75 | ## Requirements |
| 76 | |
| 77 | No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable. |
| 78 | |
| 79 | ```bash |
| 80 | npx ai-social --help |
| 81 | ``` |
| 82 | |
| 83 | ## How It Works |
| 84 | |
| 85 | Reads your content, understands the key message, and rewrites it for each platform. Twitter gets hashtags and brevity. LinkedIn gets line breaks and CTAs. Reddit gets genuine, non-salesy language. |
| 86 | |
| 87 | ## License |
| 88 | |
| 89 | MIT. Free forever. Use it however you want. |
| 90 | |
| 91 | --- |
| 92 | |
| 93 | **Built by LXGIC Studios** |
| 94 | |
| 95 | - GitHub: [github.com/lxgicstudios/social-card-gen](https://github.com/lxgicstudios/social-card-gen) |
| 96 | - Twitter: [@lxgicstudios](https://x.com/lxgicstudios) |