leotrinh
- 7 skills
- 0 followers
- 10 hours ago last updated
- ▌ Branding Kit · leotrinh bundleSkill hướng dẫn tạo Brand Kit hoàn chỉnh - bộ nhận diện thương hiệu gồm 9 thành phần từ Strategy, Logo, Colors, Fonts đến Brand Voice, Photos, Graphics, Icons, Charts. Dành cho Personal Brand và Landing Page/Website.
- ▌ Markdown To PDF · leotrinh bundleConvert Markdown files (including Mermaid diagrams) to PDF using Chrome headless. Use when asked to "export to PDF", "convert md to pdf", "generate PDF from markdown", or when docs need to be shared as PDF. Supports Mermaid diagrams, tables, code blocks with syntax highlighting, and all standard markdown.
- ▌ Nd30 Vb The Thuc · leotrinh bundleSkill tạo văn bản hành chính đúng thể thức Nghị định 30/2020/NĐ-CP. Sinh file .docx pixel-perfect cho công văn và quyết định, với ma trận phân quyền ký TM/KT/TL tự động.
- ▌
- ▌ Code Review 4eyes · leotrinhPerform a thorough 4-Eyes Principle Code Review evaluating SOLID, DRY, YAGNI, and KISS principles. Produces a scored, severity-graded markdown report saved to docs/code-review/. Use this skill whenever the user asks to "review code", "4-eyes review", "kiểm tra code", "code review SOLID", "đánh giá code quality", or wants a structured code quality report for a file, folder, or module — even if they don't say "4-eyes" explicitly.
- ▌ Thue Tncn Vietnam · leotrinh bundleUse when user asks about Vietnamese personal income tax (TNCN), tax finalization (quyet toan), dependent deductions (giam tru gia canh), freelancer/KOL/online seller tax, eTax Mobile, or tax deadlines. Covers fiscal year 2026 under Law 109/2025/QH15. Triggers on: thue, TNCN, quyet toan, ke khai, HKD, 500 trieu nguong, expat, KOL, seller.
- ▌ Node Verify Import · leotrinh bundleVerifies that all require() and import paths in a Node.js project resolve to actual files on disk. Catches broken imports caused by file renames, refactoring, or copy-paste errors — before they blow up at runtime. ALWAYS trigger this skill when the user asks to: - Vietnamese: kiểm tra import, verify import, check require, import bị hỏng, lỗi module not found, kiểm tra path import, xác minh require, sau khi đổi tên file, sau refactor, trước khi commit - English: verify imports, check broken imports, validate require paths, check module resolution, find broken require, scan imports, after renaming files, before commit import check - Also trigger proactively when: running a code review skill, finishing a refactor, user reports "Cannot find module" errors, or user asks to validate code after restructuring files. Works with any Node.js / CAP / SAP project. Supports CommonJS (require) and ES module (import) syntax.