Skip to content

Instantly share code, notes, and snippets.

@VKirill
VKirill / REF.MD
Last active April 20, 2026 18:18
Промт для глубокого рефакторинга

Промт: комплексный аудит, канонизация и выпуск исполнимого ТЗ на рефакторинг

Окружение: opencode (terminal-based MCP client)

Инструменты:

  • serena — LSP-навигация, символьный анализ, память проекта, read-only shell на этапе планирования
  • gitnexus — граф знаний, execution flows, impact-анализ, связи между символами и кросс-репо контракты
  • context7 — актуальная документация библиотек и фреймворков

@mrousavy
mrousavy / MEMOIZE.md
Last active April 18, 2026 14:22
Memoize!!! 💾 - a react (native) performance guide
In computing, memoization or memoisation
is an optimization technique used primarily
to speed up computer programs by storing
the results of expensive function calls and  
returning the cached result when the same
inputs occur again.                                         
                                                     — wikipedia