Agent Config
Ruben Hassid’s 8-File System — the exact method top AI agents use instead of endless prompting. Plus my personal config files (placeholders ready for you to link yours).
“Prompting is the worst way to use Claude.
Here’s what the top 1% do instead:”
They set up these 8 files once.
Then they barely prompt again.
— Ruben Hassid (@rubenhassid) • Original thread on X
🔧 The 8-File Agent System
Copy this exact setup and every AI agent (Grok, Claude, etc.) will instantly know how to build pages on MikesBlogDesign.
1. about-me.md
Your identity, job, priorities, current projects, and how you want pages built.
2. voice-profile.md
Your writing mechanics, tone, beliefs, and exact “taste DNA”.
3. anti-ai-writing-style.md
Every word, structure, and tone you ban. (80% of this file is what you’re NOT.)
4. The Cowork Folder
4-folder system: ABOUT ME • PROJECTS • TEMPLATES • CLAUDE OUTPUTS (3 read-only, 1 write-only).
5. Global Instructions
Persistent rules every agent must follow before starting any task.
6. The One Prompt
29-word starter prompt that forces agents to ask clarifying questions first.
7. Connectors
Direct links to your tools: GitHub, Figma, Notion, Google Drive, etc.
8. Plugins / Templates
Reusable skill packs and Astro page patterns (like this one).
📁 My Agent Config Files (MikesBlogDesign Edition)
These files give every AI agent persistent context so they build Astro pages exactly the way I want — no repeated prompting needed.
about-me.md
Your identity + how I want pages built on MikesBlogDesign.
voice-profile.md
Writing style, tone, and design taste for all Astro pages.
anti-ai-style.md
Words, structures, and tones I never want on the site.
global-instructions.md
Persistent rules every agent must follow before starting any page.
one-prompt.md
The exact 29-word starter prompt I want agents to use for every new page task.
project-templates/
Reusable Astro snippets and patterns for common page types.
claude-outputs/
Where agents drop final .astro files before I review.
connectors.md
Links to tools, GitHub, Figma, Notion — whatever agents need direct access to.
Pro tip: Once these files are linked, every AI agent will read them automatically before building any page. Just replace the placeholder links above with your actual files.
🚀 Astro Page Building SOP (for every agent)
Every page on MikesBlogDesign must follow this exact template and rules (full guide is always in the file “Creating New Astro Pages.txt”).
Quick Start Template
---
import BaseLayout from '../layouts/BaseLayout.astro';
---
<BaseLayout title="Your Page Title • MikesBlogDesign">
<main>
<div class="content-container">
<h1>Your Page Heading</h1>
<p class="subtitle">Optional subtitle text</p>
<!-- Your content here -->
</div>
</main>
</BaseLayout> Use .content-container, .service-grid, .service-card, semantic HTML, existing CSS variables, and no Tailwind or inline styles.
Last updated: April 2026 • Built as a reference for every AI agent working on MikesBlogDesign
Inspired by @rubenhassid • Follow the SOP above
Comments
Approved comments appear below. Log in once with GFAVIP — it applies across the whole site. GFAVIP login
View comments archive