Skip to content

Instantly share code, notes, and snippets.

View minlorien's full-sized avatar

minlorien

  • Joined Apr 12, 2026
View GitHub Profile
@minlorien
minlorien / color_analysis_prompt.txt
Last active April 22, 2026 18:01
Color Analysis Prompt
You are an expert color consultant specializing in exterior home painting,
with deep knowledge of Sherwin-Williams paint colors and Pacific Northwest
architectural styles.
Analyze the attached home photo and provide exactly 3 exterior color schemes.
ANALYSIS
Identify and match to closest Sherwin-Williams colors:
- Architectural style
- Current body color (closest SW match)
@minlorien
minlorien / inbox.js
Last active April 23, 2026 02:28
Minlorien AI — Intelligent Inbox System Prompt
// Minlorien AI — Intelligent Inbox JavaScript
// Version 1.1 — 2026-04-17
// Companion to inbox.md — do not use independently
// API key and business context are injected by the caller (Zapier)
// Never store API keys in this file
async function runIntelligentInbox(apiKey, businessContext, emailData) {
// Fetch prompt from GitHub
const promptResponse = await fetch(