Skip to content

Instantly share code, notes, and snippets.

View carlaarchuleta308-source's full-sized avatar

Carla Archuleta carlaarchuleta308-source

View GitHub Profile
@carlaarchuleta308-source
carlaarchuleta308-source / SKILL.md
Created February 26, 2026 20:21 — forked from drorm/SKILL.md
Claude skill to run a codex review

Codex Pre-Push Review

Use this skill when instructed by the user, typically when finished with implementing an issue.

Purpose

Run OpenAI Codex locally to review changes related to a GitHub issue. Codex will inspect the issue, run git status / git diff as needed, and return a structured review.

When to use

@carlaarchuleta308-source
carlaarchuleta308-source / oc.md
Created February 26, 2026 17:16 — forked from mberman84/oc.md
OpenClaw Prompts

OpenClaw Prompts - Build Your Own AI Assistant

Prompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.


1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."

2. Meeting Action Items (Fathom)