Skip to content

Instantly share code, notes, and snippets.

View viniciuscsouza's full-sized avatar
💭
I may be slow to respond.

Vinicius Costa viniciuscsouza

💭
I may be slow to respond.
View GitHub Profile
@viniciuscsouza
viniciuscsouza / ainstall.md
Created February 26, 2026 23:53 — forked from burkeholland/ainstall.md
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@bidah
bidah / PRD.md
Created February 25, 2026 12:13
PRD SKILL
name description
prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

PRD Generator

Create detailed Product Requirements Documents that are clear, actionable, and suitable for autonomous AI implementation via the Ralph loop.


@analuisabavati
analuisabavati / acessibilidade-leituras.md
Last active May 13, 2022 03:13
Desenvolvendo Apps Acessíveis com React Native no Nubank
@apaar97
apaar97 / code_checker.py
Last active December 26, 2022 11:33 — forked from isopropylcyanide/littlechecker.py
Lightweight code checker tool in python for compiling and running Java, C & Cpp files
import os
import sys
import filecmp
import re
import subprocess
from subprocess import CalledProcessError, TimeoutExpired
STATUS_CODES = {
200: 'OK',
201: 'ACCEPTED',