Skip to content

Instantly share code, notes, and snippets.

View mayank-io's full-sized avatar

Mayank Kumar mayank-io

View GitHub Profile
@mayank-io
mayank-io / agent loop
Created March 11, 2025 01:36 — 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
@mayank-io
mayank-io / UpdateEnvironmentPlist.sh
Created February 1, 2017 04:42 — forked from SQiShER/UpdateEnvironmentPlist.sh
Two simple commands to resolve problems with Maven installed via Homebrew
defaults write ~/.MacOSX/environment.plist M2_HOME `brew --prefix maven`/libexec
defaults write ~/.MacOSX/environment.plist M2 `brew --prefix maven`/libexec/bin