Skip to content

Instantly share code, notes, and snippets.

View garriguv's full-sized avatar
🏠
Working from home

Vincent Garrigues garriguv

🏠
Working from home
View GitHub Profile
@garriguv
garriguv / keybase.md
Created August 8, 2016 14:53
keybase.md

Keybase proof

I hereby claim:

  • I am garriguv on github.
  • I am garriguv (https://keybase.io/garriguv) on keybase.
  • I have a public key ASBsxLwJWXWyYrTegkFOyt-VrU05y779Uk6LHe_CoW_k3Ao

To claim this, I am signing this object:

@garriguv
garriguv / agent loop
Created March 20, 2025 07:54 — 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
@garriguv
garriguv / SKILL.md
Created March 13, 2026 11:04
Refactor Pass Skill
name refactor-pass
description Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.

Refactor Pass

Overview

Perform a cleanup pass after recent changes with a bias toward simpler code and verified behavior.

@garriguv
garriguv / pr-reviews
Created March 27, 2026 16:17
PR Review Bash Script
#!/usr/bin/env bash
set -euo pipefail
usage() {
cat <<EOF
Usage: bin/pr-reviews <PR_NUMBER> [OPTIONS]
Extract and format PR review comments for easy reading by humans and agents.
Options: