error-harden
01Skill 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.
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.
Skill Claude CodeCodex
Andrej Karpathy's coding principles — applied before writing, reviewing, or refactoring any code.
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.
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.
Skill Claude CodeCodex
Run this project's regression test suite, report results, block deploys on failure.
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…
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.
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.
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…
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".
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).…
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".