← all publishers

resilientmindset01-commits

@resilientmindset01-commits source repo

4 published skills

  1. Review AI Code · resilientmindset01-commits
    Review AI-generated code like a senior developer
    0 installs
  2. Claude Md Rules · resilientmindset01-commits
    CLAUDE.md rules -- a behavioral contract, not a wishlist
    0 installs
  3. Context Curation · resilientmindset01-commits
    Context curation -- choose the smallest sufficient context, not the biggest window
    0 installs
  4. Session Handoff Memory · resilientmindset01-commits
    Stop 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).
    0 installs