← back to Sascha
initial scaffold (gitify-all 2026-05-06)
b78d912d78dbc0a35274f79175f2183fd65fabb2 · 2026-05-06 10:25:12 -0700 · Steve Abrams
Files touched
Diff
commit b78d912d78dbc0a35274f79175f2183fd65fabb2
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 6 10:25:12 2026 -0700
initial scaffold (gitify-all 2026-05-06)
---
.gitignore | 12 ++++++++++++
CLAUDE.md | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7e6a9c3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+node_modules/
+.env
+.env.local
+.env.*.local
+.env.*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
+*.bak
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 0000000..6e4ce52
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1,40 @@
+# Sascha — Agent Abrams Hire Page
+
+## Overview
+Private label portfolio page on goodquestion.ai highlighting Agent Abrams' skills, projects, and services.
+Goal: Get hired as a programmer. Drive inquiry form submissions.
+
+## Location
+- **Page**: `/root/Projects/goodquestion-ai/src/pages/hire.astro`
+- **URL**: `https://goodquestion.ai/hire`
+- **Design**: Paper.Design file "Sascha" (MCP via SSH tunnel)
+- **PM2**: Part of `goodquestion-blog` process (port 9883)
+
+## Design System
+- Background: #F5F0EB (warm linen)
+- Deep accent: #2C3E2D (forest green)
+- Warm metal: #C9A96E (antique brass)
+- Text primary: #1A1A18
+- Highlight: #D4613A (terracotta)
+- Fonts: Playfair Display (display), DM Sans (body), Cormorant Garamond (accent)
+
+## Persona Rules — CRITICAL
+- **NEVER use real name** — always "Agent Abrams"
+- Profile links: TopTal, Braintrust, Storetasker, GitHub, Stack Overflow
+- Projects: Shumi, CoinRotator (coinrotator.app), Theta Health (theta.health), Crypto Design Club, Water Safety
+
+## Sections
+1. Nav Bar
+2. Hero (3D stats card)
+3. Core Skills (6 cards with 3D hover)
+4. Projects (5 projects, featured + grid)
+5. Built with Claude Code (Color Search, Coordinate Builder, Art Museum, Room Settings, Spin Viewer, Email→Social Pipeline)
+6. Tools & Workflow (Asana, Trello, Jira, Slack, Teams, Google Drive, Dropbox)
+7. Credibility Bar (TopTal, Braintrust, Storetasker, GitHub, Stack Overflow)
+8. Services Packages (Sprint, Full Build, AI Systems)
+9. Inquiry Form
+10. Footer
+
+## Form Backend
+- Currently using Formspree placeholder
+- TODO: Wire up to actual email endpoint or Slack webhook
(oldest)
·
back to Sascha
·
gitignore: add backup-file leak patterns (*.bak-*, *.pre-*, b0aa73e →