Run Codex CLI for deep code analysis and second-opinion reviews. Use when the user explicitly asks for Codex...
find ~/regenrek/ -name "*.skill"
Create and manage per-task isolated git clones (sandboxes) for Codex CLI sessions, with automatic branch creation...
Create a new GitHub repo from instructa/astro-website-starter using gitpick, initialize git, and push to GitHub. Use...
Capture and analyze thread backtraces with LLDB/GDB to debug hangs, deadlocks, UI freezes, IPC stalls, or high-CPU...
Create a new GitHub repository with the gh CLI and bootstrap a local project in ~/projects with git init, README,...
Safely inspect, stage, commit, and (only if asked) push changes made by an AI agent. Use for commit/push requests,...
Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root,...
Run local Go health checks (tests, coverage, lint) in Go repositories that contain go.mod/go.sum. Use when the user...
Publish CLIs/TUIs to Homebrew via a personal tap. Use when asked to create or manage a Homebrew tap repo, generate...
Agentic PR committer with deterministic commits, enforced branch/PR workflow, and explicit paths (no git add .).
Build, critique, and iterate high-converting marketing or product landing pages using React + Vite + TypeScript +...
Sets up secret-leak prevention guardrails with forbidden path checks, gitleaks config, CI secret scanning, and...
Run shellcheck on shell scripts after editing scripts or when debugging shell errors. Use for linting scripts in a...