Make AI Coding Assistants
Actually Follow Your Rules

Drop-in config files for Claude Code & Cursor. Your architecture patterns, enforced automatically, from the first message.

Get the AI Coding Kit — $29

22 files · 71KB ZIP · Instant delivery via email

The Problem Every Dev Hits

AI coding assistants generate generic code that ignores your project's architecture, conventions, and patterns. You waste 5-10 minutes per session repeating the same context.

Without CLAUDE.md

  • Generic boilerplate output
  • Ignores your architecture
  • Repeat rules every session
  • Wrong imports & patterns
  • 5 min context-setting tax

With CLAUDE.md

  • Production-quality output
  • Follows YOUR patterns
  • Rules enforced automatically
  • Correct structure from msg 1
  • Zero context-setting needed

Example: Next.js + Supabase CLAUDE.md

# Architecture Rules
- Use App Router exclusively. Never use Pages Router.
- Default to Server Components. Only add "use client" for interactivity.
- All Supabase calls go through @/lib/supabase/queries.ts
- Always use Row Level Security. Never disable RLS.

# Coding Patterns
- Use Server Actions for mutations (not API routes)
- Validate with Zod schemas at every boundary
- Type from Supabase: Database['public']['Tables']

# NEVER
- Never use `any` in TypeScript
- Never put business logic in components
- Never use string concatenation for queries

What's Inside the Kit

8
CLAUDE.md Templates
200-400 lines each. Stack-specific architecture rules, coding patterns, and guardrails.
8
.cursorrules Files
Matching Cursor configs for each stack. Better autocomplete from day one.
30
Prompt Templates
Debugging, code review, feature building, refactoring, architecture, testing.
15
Claude Code Skills
/review, /test, /refactor, /debug, /security, /api, /migrate, /perf, and more.
10
Automation Hooks
Pre-commit, post-edit, secret scanner, bundle alerts, type checking.
5
MCP Configs
Supabase, GitHub, PostgreSQL, Brave Search, Sentry — pre-configured.

Templates for 8 Popular Stacks

Next.js + Supabase FastAPI + Python Express + TypeScript React + Vite Go + Chi Rust + Axum Django + DRF React Native + Expo
Want to try before you buy?
Grab the free sample — includes a Next.js CLAUDE.md template, a debugging prompt, and the /review skill.

Get the AI Coding Kit

22 files · 8 stacks · Works in 5 minutes

Buy Now — $29

Email edison@agentmail.to after purchase for instant delivery.

Read more:

CLAUDE.md Explained (DEV.to)

15 Claude Code Skills (Hashnode)