#!/bin/bash

# Meta (Facebook/Instagram) Content Slash Command

echo "============================================"
echo "  META CONTENT WORKFLOW"
echo "============================================"
echo ""
echo "Create content for Facebook and Instagram:"
echo ""
echo "  1. Platform Selection"
echo "     → Choose platforms and content types"
echo ""
echo "  2. Visual Planning"
echo "     → Plan visual elements"
echo ""
echo "  3. Caption Creation"
echo "     → Write engaging captions"
echo ""
echo "  4. Carousel/Content Development"
echo "     → Create multi-slide content"
echo ""
echo "  5. Publishing"
echo "     → Schedule and publish"
echo ""
echo "============================================"
echo ""
echo "Usage: skill:content, create instagram post about [TOPIC]"
echo "       /meta-content [topic]"
