## Overview
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
og.pyThe og skill maintains plurigrid fork synchronization while cherry-picking from the original (og) remote. It implements time-travel exercises through an observational bridge pattern for DuckDB buffers tracking ersatz Emacs interactions.
OG Remote ────[cherry-pick]────→ Plurigrid Fork
↑ │
│ │
[time-travel] [DuckDB buffer]
│ │
└──── CRDT.el sexp state ←────────┘
# Fetch from og remote with color tracking
og fetch --track-colors
# Cherry-pick specific commit with DuckDB buffer
og cherry-pick <sha> --buffer-to-duckdb
# Time travel to previous state
og time-travel --to-round <drand_round>
-- Query crdt.el interaction history
SELECT * FROM crdt_sexp_buffer
WHERE session_id = current_session()
ORDER BY timestamp DESC;
-- Gay.jl color tracking
SELECT seed, index, hex_color, girard_polarity
FROM gay_color_invocations
WHERE timestamp > now() - interval '1 hour';
The skill tracks when GayMCP rewrites itself by monitoring:
{
"og": {
"remote": "og",
"branch": "asi-skillz",
"duckdb_path": "~/.og/time_travel.duckdb",
"track_gay_jl": true,
"track_crdt_el": true,
"drand_beacon": "quicknet"
}
}
The skill connects to the Blume-Capel ergodic random walk:
Möbius inversion tracks the cumulative cherry-pick decisions.