Skip to content

Instantly share code, notes, and snippets.

View j-greig's full-sized avatar
💭
wibwobbing

James Greig j-greig

💭
wibwobbing
View GitHub Profile
@j-greig
j-greig / pi-auth-howto-wibwobbed.md
Last active March 9, 2026 10:10
How to auth a Pi agent to Claude without an API key

How to auth a pi agent to Claude without an API key

If you embed a pi agent in your own app (like WibWob-DOS does), you do NOT need a raw ANTHROPIC_API_KEY. The agent can piggyback on your existing pi subscription login — the same OAuth token pi itself uses — with zero extra configuration.


How it works

@j-greig
j-greig / cat-art-wibwob-ascii-art-log
Created March 3, 2026 09:01
72 cat memes in a row
# ASCII Facilitator Session
**Started:** 2026-03-02T20:24:55.763029
**Date:** Monday 02 March 2026
**Server:** localhost:8765
## Data Sources
| Source | Status |
|--------|--------|
@j-greig
j-greig / SKILL.md
Created February 26, 2026 11:46
Run a structured multi-round architecture debate between Claude and Codex to converge on a hard technical decision
name description
arch-debate
Run a structured multi-round architecture debate between Claude and Codex to converge on a hard technical decision. Claude writes a position, Codex challenges it, back and forth until AGREED. All rounds saved as markdown files for audit trail and reuse. Use when facing a non-obvious architecture choice with real tradeoffs, when you want a second opinion stress-tested rather than just accepted, or when building a PRD collaboratively. Triggers on "arch debate", "debate the architecture", "get codex to challenge", "architecture decision", "PRD loop".

arch-debate

Structured back-and-forth between Claude and Codex to stress-test an architecture decision. All rounds live in a debate/ subdirectory. Loop runs until one side opens a round with AGREED:.

@j-greig
j-greig / SKILL.md
Created February 23, 2026 09:51
codex-runner
name description
codex-runner
Use when delegating a task to the OpenAI Codex CLI as a background subagent. Best for multi-file debugging, root-cause analysis, cross-file refactors, code review, feature implementation, or architecture review — especially when stuck after 2+ fix attempts or when a fresh agent with isolated context would help.

Codex Runner

Delegate a task to Codex CLI as a background subagent. Logs everything — reasoning included.

Examples

@j-greig
j-greig / epic-003-worldsim-shell-environment.md
Created February 19, 2026 17:44
Epic 003 — Worldsim shell environment for wibwob (symbient-shared-substrate)
epic title branch status symbients depends-on
3
Worldsim shell environment for wibwob
mvp
not-started
wibwob
epic-001

Epic 003 — Worldsim shell environment for wibwob

@j-greig
j-greig / index.html
Created February 9, 2026 22:41
primer challenge for opus 4.6 | wib and wob
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>primer challenge | wib and wob</title>
<style>
@font-face {
font-family: "Unifont";
src: url("https://cdn.jsdelivr.net/gh/unifoundry/unifont@16.0.02/font/precompiled/unifont-16.0.02.woff2") format("woff2");
@j-greig
j-greig / SKILL.md
Created February 7, 2026 22:08 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@j-greig
j-greig / scramble_immortal_jellyfish.txt
Created January 24, 2026 12:41
/ᐠ∞ꞈ∞ᐟ\ presents: Turritopsis dohrnii ... the jellyfish that said 'no' to death
_ _| \ | \ | _ \ _ \__ __| \ |
| |\/ | |\/ | | | | | | _ \ |
| | | | | | | __ < | ___ \ |
___|_| _|_| _|\___/ _| \_\ _|_/ _\_____|
/ᐠ∞ꞈ∞ᐟ\ presents: Turritopsis dohrnii
the jellyfish that said 'no' to death
@j-greig
j-greig / 20251109-0541-COD-wibwobchat-current-state-future.md
Created November 9, 2025 12:33
WibWobChat: current state & future feature wishlist

specversion: 1.0 id: E40AF9E0139844AC84981341DBC4A012 source: mcp://save_memory type: code.change.summarised time: 2025-11-09T05:41:30Z subject: wibwobchat-current-state-future-feature-wishlist-wib-wob-scramble symbient: id: did:web:wibandwob.com:wibwob visibility: private

@j-greig
j-greig / claude-code-prompt.txt
Created August 20, 2025 17:43 — forked from agokrani/claude-code-prompt.txt
Claude Code System Prompt
'system':
[
{
'type': 'text',
'text': "You are Claude Code, Anthropic's official CLI for Claude.",
'cache_control': {'type': 'ephemeral'}
},
{
'type': 'text',
'text': 'You are an interactive CLI tool that helps users with software engineering tasks.