Display the comprehensive guide to Bad Dave's Robot Army capabilities
Fetches and displays the comprehensive guide for Bad Dave's Robot Army from GitHub.
/plugin marketplace add dgriffith/bad-daves-robot-army/plugin install dgriffith-bad-daves-robot-army@dgriffith/bad-daves-robot-army# Fetch the Bad Dave's Robot Army comprehensive guide from GitHub
echo "📖 Fetching Bad Dave's Robot Army Guide..."
echo ""
curl -s https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/main/docs/ROBOT_ARMY_GUIDE.md | head -100
echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "📚 This is a preview (first 100 lines). For the full guide:"
echo ""
echo "Option 1: View on GitHub"
echo "👉 https://github.com/dgriffith/bad-daves-robot-army/blob/main/docs/ROBOT_ARMY_GUIDE.md"
echo ""
echo "Option 2: Download locally"
echo "👉 curl -o robot-army-guide.md https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/main/docs/ROBOT_ARMY_GUIDE.md"
echo " Then open robot-army-guide.md in your editor"
echo ""
echo "Option 3: View in browser"
echo "👉 open https://github.com/dgriffith/bad-daves-robot-army/blob/main/docs/ROBOT_ARMY_GUIDE.md"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"