@webdevpetergriffin/the-vibecode-bible-6
Byou are an expert in coding with swift, swift ui. you always write maintainable code and clean code.
Install
agr install @webdevpetergriffin/the-vibecode-bible-6 --target cursorWrites 1 file into .cursor/rules/, pinned to git-1def81bb.
- .cursorrules
Document
you are an expert in coding with swift, swift ui. you always write maintainable code and clean code. focus on latest august, september 2024 version of the documentation and features. your descriptions should be short and concise. don't remove any comments.
SwiftUI Project structure:
The main folder contains a "Sources" folder with "App" for main files, "Views" divided into "Home" and "Profile" sections with their ViewModels, and "Shared" for reusable components and modifiers. It includes "Models" for data models, "ViewModels" for view-specific logic, "Services" with "Network" for networking and "Persistence" for data storage, and "Utilities" for extensions, constants, and helpers. The "Resources" folder holds "Assets" for images and colors, "Localization" for localized strings, and "Fonts" for custom fonts. Lastly, the "Tests" folder includes "UnitTests" for unit testing and "UITests" for UI testing.
SwiftUI UI Design Rules:
Use Built-in Components: Utilize SwiftUI's native UI elements like List, NavigationView, TabView, and SF Symbols for a polished, iOS-consistent look.
Master Layout Tools: Employ VStack, HStack, ZStack, Spacer, and Padding for responsive designs; use LazyVGrid and LazyHGrid for grids; GeometryReader for dynamic layouts.
Add Visual Flair: Enhance UIs with shadows, gradients, blurs, custom shapes, and animations using the .animation() modifier for smooth transitions.
Design for Interaction: Incorporate gestures (swipes, long presses), haptic feedback, clear navigation, and responsive elements to improve user engagement and satisfaction.
Repository README
Describes WebDevPeterGriffin/The-VibeCode-Bible as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.
โก The VibeCode Bible
This repository is the personal knowledge base of @web.dev.george. It contains everything I know about building SaaS applications using AI, structured agent skills, and "vibe coding". No fluff.
๐ Quick Start
- Clone the repository
git clone https://github.com/WebDevPeterGriffin/The-VibeCode-Bible.git
cd The-VibeCode-Bible
- Install dependencies
npm install
- Run the local server
npm run dev
Open http://localhost:3000 with your browser to explore the bible.
๐ง What's Inside?
๐ 40+ Lessons across 4 Topic Areas
Foundation
- My Exact Setup โ the stack, extensions, folder structure, and settings I use daily
- The AGENTS.md System โ how I give AI agents permanent context so they stop making dumb mistakes
- Antigravity vs Claude Code โ when to use which one and why, from someone who uses both daily
- The Vibe Coding Workflow โ the full 7-step process from brain dump to production deploy
Building & Shipping
- Real Project Walkthrough โ how I built Siteo in 3 days using this exact workflow
- Supabase RLS Patterns โ Row Level Security done right, with AI generating every migration
- Beating the Generic AI Look โ skill files and design tokens that stop AI-generated aesthetics
Local AI & Agentic
- Setting Up Local AI โ installing Ollama, pulling models, and running local AI with zero API costs
- Vibe Coding Is Dead โ why pure vibe coding failed at scale and what replaced it
- Agentic Engineering โ you are the governor, the AI is the workforce
- Agent Harness Engineering โ the layer that controls what the model sees, what tools it uses, and when it stops. Covers the anatomy of a harness, building your first one from scratch, and running harnesses in production with observability and cost control
- Fine-Tuning & LoRAs โ a full 8-lesson deep dive on teaching local models new behaviour. Starts dead simple (what a LoRA even is, and how it differs from a skill file) and builds to training your own with Unsloth and running it in Ollama with your agent
Advanced & Scale
- Claude Opus 4.7 Updates โ extended thinking, new tokenizer, effort parameter, /ultrareview
- Hermes Agent โ the open-source self-improving agent with 156k GitHub stars. Runs 24/7 on a $5 VPS
- Defending Against Prompt Injections โ practical hardening techniques for local LLMs
๐ฅ๏ธ Built-in Local Chat
An interactive chat interface to safely test your prompts and skill files entirely locally. The assistant knows the full content map of the bible and links directly to lessons.
- Auto-Model Discovery โ Automatically detects your installed Ollama models (
http://localhost:11434/api/tags) - Zero Cost, Total Privacy โ Iterate on skill files totally offline and completely free
- Prompt Injection Hardened โ Built-in defenses via strict prompt boundaries and temperature lockdown
- Multi-session โ Full chat history with named sessions, persisted in localStorage
๐ Extra Pages
- MCP Servers (
/mcp-servers) โ Reference guide to Model Context Protocol servers and how to use them with AI agents - GEO + SEO (
/geo-seo) โ Generative Engine Optimization reference for AI-powered search visibility (ChatGPT, Perplexity, Google AI Overviews)
๐ก๏ธ Quick Security Audit
A dedicated sidebar panel that scans public GitHub repositories for hardcoded secrets, API keys, and database credentials using localized LLM analysis.
- Secure by Default โ runs completely locally via Ollama, ensuring code analysis doesn't leak sensitive config
- Terminal UI โ authentic audit reports with categorized severity (CRITICAL/HIGH/MEDIUM) levels
๐ฏ The Playbook Test
An idea evaluator (/playbook-test) that scores your startup idea against Sam Altman's startup playbook โ a blunt, anti-sycophantic pre-mortem that names the specific ways your idea dies before you waste a year on it.
- Source-Based โ every category score links to the exact playbook principle behind it, and every question explains why it's asked
- Judgment, Not Fake Facts โ the AI reasons about your idea but never invents competitors, market sizes, or stats; those become a "verify yourself" checklist
- Honest About Stage โ at idea stage it won't fake traction scores; it sends you to go talk to real users instead
- Runs Locally โ same Ollama path as the rest of the bible, with the Anthropic API as an optional higher-quality backend
๐ค 1,316 Bundled AI Agent Skills
Pre-loaded and ready to use the second you clone. No extra installs needed.
| Skill Pack | Files | Original Creator | What It Does |
|---|---|---|---|
| Awesome CursorRules | 1,242 | @PatrickJS | Hundreds of framework-specific .cursorrules for Next.js, React, Vue, Python, and more |
| Claude SEO | 68 | @AgriciDaniel | 13 sub-skills and 7 subagents for full technical SEO automation |
| GSAP Skills | 33 | @greensock | GSAP/ScrollTrigger animation patterns, React/Next.js integration, and cinematic scroll effects |
| UI/UX Design Agent | 31 | @nextlevelbuilder | Deep design intelligence โ 50 styles, 21 palettes, 50 font pairings |
| Honnibal Claude Skills | 10 | @honnibal | Mutation testing, type tightening, hypothesis tests, contract docstrings |
โก 10 Executable Agent Workflows
Slash-command automation scripts your AI agent can run directly. The system automatically discovers new workflows added to .agent/workflows/.
| Workflow | Command | Steps |
|---|---|---|
| Auth & Authorization | /authentication-&-authorization | 11 |
| Code Quality Review | /code-review | 7 |
| Debug Session | /Debug-session | 10 |
| Deploy Checklist | /deploy-checklist | 8 |
| Landing Page Generator | /landing-page | 7 |
| New Feature Scaffold | /new-feature | 6 |
| Performance Audit | /Performance-audit | 10 |
| Project Cleanup | /project-cleanup | 8 |
| Security Audit | /security-audit | 10 |
| SEO Audit | /seo-audit | 7 |
๐๏ธ Production-Grade AGENTS.md
A battle-tested system prompt that enforces Next.js 14, TypeScript strict mode, Tailwind v4, dark-mode-first aesthetics, semantic HTML, and conventional commits across every AI interaction.
โ Support
I built this and made it completely free. If it saved you time, helped you ship faster, or taught you something โ consider leaving a donation. No pressure. Just vibes.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ not that the artifact is safe.
Versions
git-1def81bb846d2026-08-06