MichaelThu, Feb 26, 6:25 PM
Built the complete documentation system and Claude Code skills for 1stvibe.ai.
WHAT WAS ADDED:
- CLAUDE.md — Root file that every Claude Code session reads automatically. Contains project identity, quick commands, tech stack, and key conventions.
- docs/ — 14 interconnected markdown files covering strategy, architecture, guides, and feature docs.
- README.md — Replaced the boilerplate Next.js readme with real project documentation.
NEW SKILLS (type these in Claude Code):
- /restart — Run this at the START of every Claude Code session. It reads the docs and gets Claude up to speed on the project, audience, brand voice, tech stack, and coding conventions. Takes ~10 seconds, saves a ton of context-setting.
- /codereview — Run this AFTER completing feature work. It reads the code review checklist and style guide, then audits your changes for build errors, style compliance, responsiveness, brand voice, and security.
- /document — Run this AFTER finishing a feature. It creates or updates docs in the right category. Keeps the knowledge base current.
- /planbuild — Run this BEFORE building a new feature. It reads strategy + architecture docs, explores the codebase, and produces a structured plan for approval.
- /stylecheck — Run this to audit a component against the style guide (colors, spacing, typography, icons, responsive patterns).
- /onboard-partner — Run this to see what your co-founder has been doing. Summarizes recent git commits and doc changes.
- /push — Run this when you are done working. It builds, commits, pushes to GitHub (triggering Vercel deploy), and logs the push to 1stvibe.ai/pushes so we can track what has been shipped.
- /skills — Quick reference of all available skills.
Also fixed the share banner (added 1stvibe.ai logo in white) and iMessage preview (no longer shows raw prompts — shows "I made this in ~15 seconds with 1stvibe.ai" instead).