Skip to content

Instantly share code, notes, and snippets.

View MichaelOgunjimi's full-sized avatar

Michael Ogunjimi MichaelOgunjimi

View GitHub Profile
@japperJ
japperJ / AGENTS_GIST.md
Last active March 13, 2026 18:09
JP Agent Flow - Multi-Agent Development System

JP Multi-Agent Development System

!!! Before you start installing this version, i have made a new one that i think is improved a lot, not that this one dos not work, and i have build x number of apps whit it, but the new one here i think is better https://gist.github.com/japperJ/c0df8aa1d320c69deeea513d4aacc3ac

A comprehensive, production-ready agent workflow for VS Code and VS Code Insiders that orchestrates seven specialized agents through the complete software development lifecycle. From initial research through planning, implementation, verification, and debugging — all with structured artifact tracking and goal-backward validation.

"says Claude sonnet 4.5 :)"

What i think is strong in this flow i the researcher agent, that makes the agent go find latestet information and not just use it own "old" information.

@burkeholland
burkeholland / ainstall.md
Last active March 15, 2026 11:04
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
@tykurtz
tykurtz / grokking_to_leetcode.md
Last active March 11, 2026 06:30
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@bradtraversy
bradtraversy / ssh.md
Last active February 24, 2026 02:09
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test