Skip to content

Instantly share code, notes, and snippets.

View SriVinayA's full-sized avatar

Sri Vinay Appari SriVinayA

View GitHub Profile
@jlia0
jlia0 / agent loop
Last active May 8, 2025 13:56
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
@sigaocaue
sigaocaue / install-vue-js-cli.md
Last active September 6, 2024 17:30
Install vue-cli on Linux Systems

Install vue-cli on Linux Systems

O objetivo deste Gist é mostrar como instalar a ferramenta vue-cli, assim como suas dependências, em sistemas baseados em Linux. Estou utilizando um Ubuntu 17.10, caso queira saber a versão do seu Ubuntu, execute a seguinte instrução no terminal:

lsb_release -a

Introdução