memory_bank
Installation
SKILL.md
Memory Bank Protocol
1. The Core Rule
"Read First, Write Last."
- Start of Task: You MUST read
MEMORY.md(at project root) to understand the project's current state, constraints, and architecture. - End of Task: You MUST update
MEMORY.mdif you have:- Added a new feature.
- Changed the architecture.
- Discovered a new bug or constraint.
2. File Structure Constraint
Your MEMORY.md updates must roughly follow this template to maintain readability:
## 1. Active Context
Related skills
More from cityfish91159/maihouses
agentic_architecture
Enforces high-level architectural thinking, separation of concerns, and scalability checks before coding.
19code-review-excellence
程式碼審查最佳實踐指南。當進行 PR review、代碼審查或用戶提到「review」、「審查」時使用。
19nasa_typescript_safety
Adapts NASA's "Power of 10" safety rules for high-reliability TypeScript code.
18frontend_mastery
Advanced React patterns, performance optimization, and state management rules.
18code-simplifier
|
18type-checker
執行 TypeScript 類型檢查並修復類型錯誤。當遇到類型錯誤、需要類型定義、或用戶提到「type」、「類型」時使用。
18