Skip to content

Instantly share code, notes, and snippets.

View perfogic's full-sized avatar
🌍
Trying to become a true blockchain engineer

Minh Đăng perfogic

🌍
Trying to become a true blockchain engineer
View GitHub Profile
@perfogic
perfogic / agent loop
Created March 31, 2025 04:09 — 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
@perfogic
perfogic / myscript.sh
Created August 14, 2021 15:13 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"