resilientmindset01-commits
- 4 skills
- 0 followers
- 17 hours ago last updated
- ▌
- ▌ Claude Md Rules · resilientmindset01-commitsCLAUDE.md rules -- a behavioral contract, not a wishlist
- ▌ Context Curation · resilientmindset01-commitsContext curation -- choose the smallest sufficient context, not the biggest window
- ▌ Session Handoff Memory · resilientmindset01-commitsStop a coding agent starting every session from zero -- keep a small curated memory file it writes at the end of a session and reads at the start, so it stops re-asking what you already told it and stops repeating a wrong guess it already ruled out. Use when you work with Claude Code across more than one session on the same project. Distinguishes durable memory (decisions, conventions, dead ends) from transcript noise, and closes the "brilliant new hire with amnesia" gap. NOT a transcript dump -- dumping the old session back in tends to bury the one useful fact and slow the agent down (lost-in-the-middle).