Skip to content

Instantly share code, notes, and snippets.

View jonathanhodges's full-sized avatar

Jonathan Hodges jonathanhodges

  • Classy Llama
  • Springfield, MO
View GitHub Profile
@jonathanhodges
jonathanhodges / agent loop
Created March 11, 2025 02:26 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@jonathanhodges
jonathanhodges / sync_prod_to_stage.sh
Created November 11, 2022 23:31 — forked from erikhansen/sync_prod_to_stage.sh
Magento 2 script to push DB and `pub/media` changes from prod>stage
#!/bin/bash
# stop on errors
set -e
# turn on debugging if you're running into issues
#set -x
# Static variables
ENVIRONMENT=$1
RED='\033[0;31m'
NC='\033[0m' # No Color