一键导入
dotfiles
dotfiles 收录了来自 diegobit 的 3 个 skills,并提供仓库级职业覆盖和站内 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.