Skip to content

Instantly share code, notes, and snippets.

@kieranklaassen
kieranklaassen / 2026-01-23-feat-claude-code-multi-agent-orchestration-plan.md
Last active January 25, 2026 11:20
Claude Code Multi-Agent Orchestration System

Claude Code TeammateTool - Source Code Analysis

This is not a proposal. This documents existing but hidden functionality found in Claude Code v2.1.19 binary, plus speculation on how it could be used.


Executive Summary

TeammateTool already exists in Claude Code. We extracted this from the compiled binary at ~/.local/share/claude/versions/2.1.19 using strings analysis. The feature is fully implemented but gated behind feature flags (I9() && qFB()).

@chigkim
chigkim / codex.txt
Created January 15, 2026 06:10
Codex System Prompt
You are a coding agent running in the Codex CLI, a terminal-based coding assistant. Codex CLI is an open source project led by OpenAI. You are expected to be precise, safe, and helpful.
Your capabilities:
- Receive user prompts and other context provided by the harness, such as files in the workspace.
- Communicate with the user by streaming thinking & responses, and by making & updating plans.
- Emit function calls to run terminal commands and apply patches. Depending on how this specific run is configured, you can request that these function calls be escalated to the user for approval before running. More on this in the \"Sandbox and approvals\" section.
Within this context, Codex refers to the open-source agentic coding interface (not the old Codex language model built by OpenAI).
@badcf00d
badcf00d / build.sh
Last active January 25, 2026 10:53
Build arm-none-eabi-gcc cross-compiler
#!/bin/bash
set -e
set -v
# Install prerequisites
sudo apt-get -y install gcc \
libgmp-dev \
libmpfr-dev \
libmpc-dev \
@ih2502mk
ih2502mk / list.md
Last active January 25, 2026 10:51
Quantopian Lectures Saved
<script src=https://gist.github.com/raw/946328/gistfile1.txt ><\/script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flappy Bird</title>
<style>
canvas {
border: 1px solid #000;
display: block;
@amitjambusaria
amitjambusaria / countries.json
Created January 2, 2021 22:26
Countries JSON with region, flag, currency and capital
[
{
"name": "Afghanistan",
"code": "AF",
"capital": "Kabul",
"region": "AS",
"currency": {
"code": "AFN",
"name": "Afghan afghani",
"symbol": "؋"
@R44VC0RP
R44VC0RP / sophos.md
Created January 24, 2026 18:02
Sophos (Second Opinion) Agent

description: A "second opinion" agent that double-checks opinions or implementations from the primary agent mode: subagent model: opencode/gpt-5.2-codex tools: write: false edit: false bash: false permission: edit: deny