ワンクリックで
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.