원클릭으로
dotfiles
dotfiles에는 diegobit에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Refactor recently modified code to be clearer, simpler, and more consistent without changing behavior. Use when the user asks to clean up, simplify, refactor, or tidy code they just wrote, or to improve readability/consistency of recent changes. Follows CLAUDE.md conventions and avoids "clever" one-liners.
Parse, convert between formats, or spatially extract text from unstructured files (PDF, DOCX, PPTX, XLSX, images, etc.) locally without cloud dependencies or an LLM, using the LiteParse `lit` CLI. Use when the user asks to parse/extract/convert a document or image locally. Requires Node 18+ and `@llamaindex/liteparse` installed globally (`npm i -g @llamaindex/liteparse`).
Refactor recently modified code to be clearer and more consistent without changing behavior; follow CLAUDE.md conventions and avoid “clever” one-liners.