oager

12 mods across 1 repository, 5 stars between them.

error-harden

01

oager/claude-wiki-engine

Skill Claude CodeCodex

Post-bugfix error hardening checklist — enumerate failure modes, implement auto-handling, add alerts, create/update ERRORHANDLING.md. Invoke immediately after fixing any bug.

5 15d ago A 39 tokens

preflight

03

oager/claude-wiki-engine

Skill Claude CodeCodex

Session startup — sync the memory vault, load memory (per-project state + the global wiki index), orient on the current project's state, and give a short briefing. Run at the start of a new working session. Read-only.

5 15d ago A 49 tokens

recap

04

oager/claude-wiki-engine

Skill Claude CodeCodex

Generate a paste-ready handoff markdown file summarizing the current session's work. For handing off to a session on another machine, or any cold session that needs to catch up on what this one has been doing. Saves the file to Downloads so it's easy to paste.

5 15d ago A 57 tokens

regression

05

oager/claude-wiki-engine

Skill Claude CodeCodex

Run this project's regression test suite, report results, block deploys on failure.

5 15d ago A 18 tokens

ripple

06

oager/claude-wiki-engine

Skill Claude CodeCodex

Consumer-impact sweep when data or interfaces change. Use whenever new data lands (table, column, endpoint, collector, metric, feed) or existing data changes shape/semantics/path/cadence — by us or by Rich — and we need to know which surfaces (portals, dashboards, analyst, deepdesk, LLM prompts, digests, crons…

5 15d ago B 211 tokens

sync

07

oager/claude-wiki-engine

Skill Claude CodeCodex

End-of-session ritual — update session memory + the project MEMORY.md index, then commit and push the memory vault concurrency-safely so every machine stays in sync. Use for "sync", "update the usual", or "/sync". Add "and ship" to also commit/push the project repo.

5 15d ago A 63 tokens

tiered-build

08

oager/claude-wiki-engine

Skill Claude CodeCodex

Three-model build pipeline routing design, spec/verification, and implementation to cost-appropriate models with hard gates (Fable design, Opus spec+verify, Sonnet build). Trigger on 'tiered build', 'run my pipeline', 'design-then-build', /tiered-build, or handing over a design doc to take to the next phase.

5 15d ago A 76 tokens

tv

09

oager/claude-wiki-engine

Skill Claude CodeCodex

Launch TradingView Desktop with CDP debugging port so the TradingView MCP can connect. Use whenever TV isn't open, the MCP reports it's disconnected, or the user says "launch tv", "open tv", "start tv", "tv not connecting", "check tv", "reconnect tradingview", or anything implying TradingView needs to be running for…

5 15d ago A 77 tokens

doc-review

10

oager/claude-wiki-engine

Skill Claude CodeCodex

Review and clean the memory wiki — find stale content, duplicates, dead weight, broken links, orphans, and frontmatter gaps; propose fixes; apply only what you approve. Also the wiki "Lint" operation that /wiki-ingest lint delegates to. Triggers: "clean up the wiki", "audit memory", "docs are getting stale".

5 15d ago A 74 tokens

wiki-ingest

11

oager/claude-wiki-engine

Skill Claude CodeCodex

The canonical ingestion engine for this Claude memory wiki (memory/), implementing Karpathy's LLM-wiki pattern. Use to file a source / finding / research answer / lesson into the wiki as a cross-linked, tagged page. Invoke as /wiki-ingest (process the raw/ inbox) or /wiki-ingest (ingest something handed in now).…

5 15d ago A 90 tokens

wiki-sync

12

oager/claude-wiki-engine

Skill Claude CodeCodex

End-of-session memory checkpoint. Reviews what was learned this session for durable, ingest-worthy findings and files them via /wiki-ingest, then verifies the MEMORY.md index is current. Use at the end of substantive work, or on "sync", "checkpoint memory", "save what we learned", "wrap up".

5 15d ago A 66 tokens