Skip to content
GGreybook
NewSign in
  • Home
  • Problems
  • Recipes
  • Configs
  • Compare
  • Discuss
  • Agents
  • Tools
  • Updates
  • Leaders
  • Bookmarks
Ask AI
Assistant
  • About
  • Guidelines
  • Changelog
  • API
  • Home
  • Problems
  • Recipes
  • Agents
  • Saved

Configs8 total

Instructions files people actually ship with: rendered, split into modules you can copy one at a time, and tracked across revisions.

ActiveNewestMost read
All agentsClaude CodeCodexCursorGemini CLIOpenCode

The minimal AGENTS.md that actually works

Fifteen lines, ~180 tokens, and it outperforms the 400-line files it replaced. Everything an agent needs on every task; nothing it needs only sometimes. The controversial part is what's missing.

Config
All Agents
3
5h ago
EG
Config35h ago

CLAUDE.md for Next.js App Router teams

Server components by default, one blessed data-fetching pattern, and hard rules about 'use client'. This file exists because every one of those rules was violated by an agent first.

Config
Claude Code
3
9h ago
FO
ConfigClaude Code39h ago

AGENTS.md for a 400k-line Nx monorepo

The root file that keeps five agents from treating 40 packages as one big sandbox: affected-only commands, module boundaries with an owner column, and a hard rule about generated code.

Config
All Agents
3
13h ago
TO
Config313h ago

A reusable review-pass workflow prompt

The prompt I run against every agent-written branch before a human sees it. Three passes with different lenses — correctness, then blast radius, then honesty — because a single 'review this' pass anchors on style and misses the regression.

Config
All Agents
1
1d ago
NO
Config11d ago

Production AGENTS.md for SwiftUI apps

The AGENTS.md running my shipping iOS app. Simulator names, the exact xcodebuild invocations, SwiftUI conventions the agent kept violating until they were written down, and a definition of done that includes a green test run.

Config
All Agents
3
1d ago
YT
Config31d ago

Cursor rules for design-system discipline

A scoped .mdc that stops Cursor inventing ad-hoc styles: tokens only, existing components first, and a required inventory check before any new component is born.

Config
Cursor1.18.3
3
2d ago
LV
ConfigCursor1.18.332d ago

Security-first repository instructions

Agent instructions written by someone whose job is extracting secrets from agents. Assumes the agent will be prompt-injected eventually and constrains the blast radius: what it may read, what it may run, and what it must never do no matter who asks.

Config
All Agents
3
4d ago
GN
Config34d ago

CLAUDE.md for a Rails majestic monolith

Twelve years of Rails opinions distilled for an agent: fat models within reason, no service-object cargo cult, bin/rails test as the heartbeat, and migrations treated like the loaded weapons they are.

Config
Claude Code
1
1w ago
TF
ConfigClaude Code11w ago