Greybook
+ NewSign in

Methods

Workflows, instruction files, comparisons, and open questions. Each carries a status (open question, being tested, or established), and when a question gets answered, the same page becomes the answer.

18 methods

Use Claude to review Codex output, step by step

Codex is fast and overshoots; Claude is a pedantic reviewer. Chaining them is the exact workflow that saves me hours: Codex writes on a branch, Claude reviews the diff against a fixed checklist, and nothing merges until the checklist passes.

Claude Code2.1.2204 repliesWorkflow2h ago

What actually belongs in CLAUDE.md?

Mine grew to 600 lines and the agent ignores most of it. Time to talk about what earns a slot in the most expensive real estate in your repo.

Claude Code2.1.2207 repliesField note8h ago

Wire Claude Code into the Xcode build-and-test loop

Claude Code can't see Xcode's build errors unless you hand them over. XcodeBuild MCP plus a formatter that strips the noise gives the agent a real edit-build-test loop for SwiftUI work — the difference between guessing and iterating.

Claude Code2.1.2194 repliesWorkflow1d ago