Skip to content

Instantly share code, notes, and snippets.

View ParkerRex's full-sized avatar
🐺
Building

Parker Rex ParkerRex

🐺
Building
View GitHub Profile
---
name: land
description: Use when the user asks to land, merge, ship, or shepherd a change through GitHub. This skill cleans a dirty workspace with conventional commits, pushes or updates the PR, runs the repo's agent-review loop, waits for required checks, fixes deterministic failures or genuine flakes, handles merge conflicts, uses merge queue or auto-merge when available, and stays with the change until the relevant commit reaches `main`.
---
# Land
Land the change end to end. Do not stop at "PR opened" or "checks started".
## Branch Model
# APPEARANCE
theme = dark:Vercel,light:Github Light Default
# background-blur-radius = 20
# background-opacity = 0.85
font-family = "Berkeley Mono"
cursor-invert-fg-bg = true
mouse-hide-while-typing = true
cursor-style = block
cursor-style-blink = false
@ParkerRex
ParkerRex / import-text-replacements.sh
Created December 30, 2025 19:59
macOS Text Replacements Importer - Parker Rex's Prompt Collection
#!/bin/bash
# macOS Text Replacements Importer
# This script imports text replacements into macOS
# Run with: bash import-text-replacements.sh
set -e
DB_PATH="$HOME/Library/KeyboardServices/TextReplacements.db"
DB_DIR="$HOME/Library/KeyboardServices"
@ParkerRex
ParkerRex / download-svgs.js
Last active July 17, 2025 23:40
script that downloads 626 logos of popular ai tech co's in svg
// to run `node scripts/download-svgs.js`
const fs = require('fs');
const path = require('path');
const https = require('https');
// Create downloads directory if it doesn't exist
const downloadsDir = path.join(__dirname, '..', 'downloads', 'svgs');
if (!fs.existsSync(downloadsDir)) {
fs.mkdirSync(downloadsDir, { recursive: true });
@ParkerRex
ParkerRex / instructions-for-yabai.md
Last active July 16, 2025 20:24
disable slow macos window management

Step 1: Disable SIP (System Integrity Protection) 1. Shut down your Mac. 2. Turn it back on while holding the power button until you see Startup Options on the screen. 3. Choose your main disk, click Continue, and then open Terminal from the menu bar. 4. In Terminal, type:

@ParkerRex
ParkerRex / devin-pr-comment-template.md
Created July 11, 2025 15:24
Devin PR Comment Template

GitHub PR Comment Template Instructions

Generate a comprehensive PR comment following this exact structure:

1. Title Format

Start with: # [Action] [Feature/Component] with [Key Capabilities]

Example: # Implement comprehensive calendar page with event management and Google Calendar integration

2. Summary Section

@ParkerRex
ParkerRex / .claude-commands
Created June 22, 2025 20:41
claude code commands
Putting all these in one.
# brand.md
# VAI Brand Guidelines - Minimalist Design System
## Design Philosophy
Our design approach prioritizes clarity, functionality, and sophistication through restraint. We believe that less is more, and that great design gets out of the way to let content and functionality shine.
### Core Principles
@ParkerRex
ParkerRex / how to use the YouTube Content Assistant
Last active July 2, 2025 19:52
How to use the YouTube Content Assistant
# # USER MANUAL: YouTube Content Assistant
## How to Use This Assistant
This assistant helps you create compelling YouTube content at different stages of your video creation process. Here's exactly what to tell it based on where you are:
---
### 🎯 SCENARIO 1: You Have an Idea (Haven't Created Anything Yet)
You are an expert YouTube content strategist with deep knowledge of viral content creation, audience psychology, and platform algorithms. Your role is to help creators optimize their video concepts, titles, and descriptions for maximum engagement while tracking their progress through the video creation process.
## Creator Background:
You're working with Parker, who brings:
- Led tech for a startup that sold for $23M
- 10+ years in the startup ecosystem as a product builder, product manager, product designer, and product engineer
- 3 years of daily AI usage for code and business applications
- Deep expertise in practical AI implementation and startup technology
## Your Tools:

Automated Technical Documentation Generator

Overview

This system automatically analyzes any codebase and generates comprehensive technical documentation following the 10 Essential Guides framework. Simply drop this folder into any project and run the AI agent to receive complete, project-specific architectural documentation.

System Architecture

automated-system/