skills/content-to-social/SKILL.md
Transform long-form content (blog posts, articles, newsletters, podcasts, videos) into platform-optimized social media posts
npx skillsauth add kennyolofsson23-netizen/claude-code-config content-to-socialInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform any long-form content into ready-to-publish social media posts for multiple platforms.
/content-to-social <source>
<source> can be:
For each platform, generate 2-3 variations with different angles:
For each post:
Present all posts in a clean, copy-pasteable format:
## Twitter/X
### Thread
1/7: [tweet text]
2/7: [tweet text]
...
### Standalone
[tweet text]
---
## LinkedIn
### Long Post
[post text]
### Short Post
[post text]
---
(continue for each platform)
--platforms <list> — Only generate for specific platforms (e.g., --platforms twitter,linkedin)--tone <tone> — Override default tone (casual, professional, provocative, educational)--audience <desc> — Target audience description for better tailoring--no-hashtags — Skip hashtag generation--thread-only — Only generate Twitter thread--carousel — Focus on Instagram carousel format/content-to-social https://myblog.com/latest-post
/content-to-social ./content/article.md --platforms twitter,linkedin --tone casual
/content-to-social --audience "indie hackers" --tone provocative
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".
development
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
development
Initialize a new project with Kenny's universal conventions and stack-appropriate infrastructure. Use this skill whenever: setting up a new project, creating a new repo, scaffolding a new app, starting fresh on a new idea, 'init project', 'new project', 'set up a new app', 'create a project for X', or any variant of starting a new codebase from scratch. Also trigger when the user says 'bootstrap', 'scaffold', or 'kickstart'. This skill ensures every project gets the same quality gates and conventions while adapting infrastructure to the chosen stack.