From asi
Synchronizes plurigrid forks by cherry-picking from og remote, tracks Git ops, crdt.el states, Gay.jl colors in DuckDB buffers with time-travel via drand.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
The `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.
Implements time travel CRDTs for collaborative systems: branching, merging, undo/redo via Eg-walker and Diamond Types in TypeScript. Useful for decentralized editing without central coordination.
Executes advanced Git workflows like interactive rebasing, cherry-picking, bisect, worktrees, and reflog to clean commit history, collaborate on branches, and recover lost work.
Orchestrates git operations with worktree triage (prunable/WIP/ghost/orphan), status surveys, commits, PRs, branches, rebases. Runs reads inline via Bash, dispatches writes to background agent.
Share bugs, ideas, or general feedback.
The 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.