Feature
Allow framework-specific memory plugins that add specialized sections to MEMORY.md.
Examples:
- Next.js plugin: tracks route structure, server/client components, data fetching patterns
- Django plugin: tracks models, migrations, URL patterns, middleware stack
- React Native plugin: tracks platform-specific code, native modules, build configs
How it would work:
- Plugins are small SKILL.md files that extend the memory template
- Each plugin adds its own section to MEMORY.md
- Claude loads the relevant plugin based on detected stack
Why this matters:
Different frameworks have different context that matters. A generic memory template misses framework-specific knowledge.
Feature
Allow framework-specific memory plugins that add specialized sections to MEMORY.md.
Examples:
How it would work:
Why this matters:
Different frameworks have different context that matters. A generic memory template misses framework-specific knowledge.