Generate "building in public" social media posts from the current or specified session
Generate social media posts from your current or specified Claude Code session to share your development progress across Twitter/X, LinkedIn, BlueSky, and Instagram.
/plugin marketplace add vindicatenyc/build-in-public-plugin/plugin install vindicatenyc-build-in-public@vindicatenyc/build-in-public-pluginGenerate social media posts from your Claude Code session for sharing on Twitter/X, BlueSky, LinkedIn, Instagram, and other platforms.
Run the post generation script located at ${CLAUDE_PLUGIN_ROOT}/scripts/generate_posts.py
If $ARGUMENTS contains a session ID or file path, pass it as the final positional argument (or via --session "$ARGUMENTS")
Create output directory if it doesn't exist and output posts there to keep the project clean
Also generate JSON for automation: --json
mkdir -p output && python3 "${CLAUDE_PLUGIN_ROOT}/scripts/generate_posts.py" --output output --json $ARGUMENTS
After generating, tell the user something like:
"I've generated your #BuildingInPublic posts! Here's the best tweet-ready option:
[paste the best short post here]
Full options saved to: output/build-in-public_[timestamp].md JSON for automation: output/build-in-public_[timestamp].json
The file includes Twitter threads, LinkedIn posts, and Instagram captions. Which platform would you like to post to first?"
/generateGenerate ready-to-execute hypershift cluster creation commands from natural language descriptions
/generateGenerate documentation from TypeScript/JavaScript code, OpenAPI specs, GraphQL schemas, and SpecWeave specifications.