Gists
Public gists – reusable skills, utilities, and writeups for agentic coding workflows. These are platform-agnostic: they work with any agentic coding tool that supports skill/agent directories (Claude Code, Codex, Cursor, etc.).
Skill Bundles
Multi-file skill packages with agent configs, verification references, and supporting scripts.
Frontend Review Loop Skill Bundle
Multi-file skill bundle for automated frontend code review. Runs a structured review loop focused on rendering bugs, state issues, async flows, accessibility, and visual behavior. Includes browser-proof verification references and test expansion patterns.
Thorough Code Review Loop Skill Bundle
Deep, bug-focused code review skill that goes beyond surface-level linting. Targets correctness, regressions, missing tests, fake/gamed tests, security, portability, cleanup, and operational risk. Same multi-file structure for maximum coverage.
PR Loop Skill Bundle
Automated PR review cycle skill. Watches for open PRs, runs structured review, and provides actionable feedback. Lightweight bundle with agent config and prompt shim.
Standalone Skills
Single-file portable versions – drop into any agentic tool’s skill or agent directory.
Frontend Review Loop
Single-file portable frontend review skill. Drop-in ready for any agentic coding tool.
Thorough Code Review Loop
Single-file portable version of the thorough review skill. Drop into any agentic tool's skill/agent directory and it works.
PR Loop Skill
Single-file portable PR review skill. Same capabilities as the bundle, packaged as one file for easy adoption.
Tools and Utilities
Standalone scripts and workflows for agentic coding infrastructure.
Local-First Agentic RAG Index
Hybrid RAG index for agentic coding tool session history. Bootstraps a local vector store from session transcripts for searchable context across conversations. Works with any tool that stores session history locally -- swap one path variable to target Claude Code, Codex, or Cursor history.
Step 0: Before Fixing Your Vibe Slop
Practical starter guide for configuring agentic coding tools before diving into code generation. Includes a macOS batch setup script and visual operator hint diagrams. The thesis: get your configuration right first, or everything downstream is slop.
Ralph Audit Loop
Read-only code audit runner for CLI-based agentic tools. Runs structured security and quality audits without making changes. Includes PRD for the audit scope, progress tracking, and a shell runner script.
DOCX-PDF Round-Trip Normalization
Python utility for normalizing document formats during DOCX/PDF conversion round-trips. Handles formatting loss, font substitution, and layout drift that occurs when converting between formats.
Toggle Scrypted Extensions
TypeScript utility for toggling Scrypted NVR extensions on and off. Useful for debugging camera detection issues or temporarily disabling resource-heavy plugins.