Danh sách tất cả tài liệu trong folder này.
Hướng dẫn cho Claude Code khi làm việc với repository này. Chứa thông tin về:
- Kiến trúc extension
- Cách thêm script mới
- Development workflow
- Performance optimization
Hướng dẫn đóng góp cho project (Vietnamese + English). Bao gồm:
- Cấu trúc repository
- Cách thêm script
- Cách fix/improve scripts
- Testing guide
Đọc đầu tiên! Tổng kết về optimization đã implement:
- Kết quả đạt được (10-20x faster)
- Cách hoạt động
- Development workflow mới
- Testing steps
Chi tiết về implementation:
- Các thay đổi đã thực hiện
- Verification checklist
- Troubleshooting guide
- Next steps
Kế hoạch kỹ thuật chi tiết:
- Vấn đề ban đầu
- Giải pháp lazy loading
- Architecture design
- Migration guide
Hướng dẫn nhanh 30 phút về optimization:
- 5 bước implementation
- Kết quả mong đợi
- Development workflow
- Checklist
Fix cho issue "scripts not showing":
- Root cause analysis
- Solution applied
- Testing steps
Lịch sử cập nhật các phiên bản extension
Ghi chú phát triển, TODO list, ý tưởng
Facebook posts collection
Tool để export danh sách scripts ra markdown
PlantUML flow diagram
- Main README - Trang chủ project
- Main README (English) - English version
- Contributing Guide - Hướng dẫn đóng góp
- For Claude Code - Cho AI assistants
md/
├── README.md # This file
├── CLAUDE.md # Claude Code guidance
├── CONTRIBUTE.md # Contributing guide
├── CHANGELOGS.md # Version history
├── working_note.md # Dev notes
│
├── Optimization Docs:
│ ├── IMPLEMENTATION_SUMMARY.md # Overview
│ ├── OPTIMIZATION_DONE.md # Implementation details
│ ├── OPTIMIZATION_PLAN.md # Technical plan
│ ├── QUICK_START_OPTIMIZATION.md # Quick guide
│ └── FIX_APPLIED.md # Bug fix
│
└── Utils:
├── exportScriptsToMd.js # Export tool
├── facebook-post-hay.md # FB posts
└── flow.pu # Diagrams
Last Updated: 2025-11-06
