useful-script/md at main · Useful-Scripts-Extension/useful-script · GitHub
Skip to content

Latest commit

 

History

History

README.md

Documentation Index

Danh sách tất cả tài liệu trong folder này.

📚 Main Documentation

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

🚀 Performance Optimization Docs

Đọ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

📝 Project Documentation

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

🔧 Scripts & Tools

Tool để export danh sách scripts ra markdown

PlantUML flow diagram


Quick Links

Directory Structure

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