---
title: 'Hit the Claude Code Limit?'
date: '2026-01-28T15:39:26+00:00'
type: post
word_count: 76
char_count: 439
tokens: 99
categories:
  - Uncategorized
---

# Hit the Claude Code Limit?

I hit my Claude Code limit and needed to keep working my project using another LLM. If you use plan mode, Claude saves those plans and you can grab them and pass them into another LLM. Claude Code saves plan markdown files in two places:

- `./.claude/plans/`
- `~/.claude/plans/`

The files have random names like `gentle-gliding-bear.md`, sort by timestamp or grep for words related to your current project!
