ワンクリックで
gauravmm
7 件の GitHub リポジトリにある 11 件の収集済み skills をリポジトリ単位で表示します。
skills がある場所
収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。
リポジトリと代表的な skills
Understand unfamiliar JSON before writing jq filters or parsers by using jqi to inspect structure, paths, types, optional fields, and discriminant-based groups.
Review an entire repository for opportunities to simplify implementation details, APIs, abstractions, and obsolete code. Use when the user asks for simplification ideas, architectural cleanup, API cleanup, removal of unnecessary gadgets, or a broad "make the codebase simpler" audit.
Review an entire repository for opportunities to simplify implementation details, APIs, abstractions, and obsolete code. Use when the user asks for simplification ideas, architectural cleanup, API cleanup, removal of unnecessary gadgets, or a broad "make the codebase simpler" audit.
Get current weather and forecasts (no API key required).
Work with HomeAssistant pyscript automation files. Use when asked to add, modify, debug, or refactor automations in the pyscript/ directory. Also use when asked to sync or patch stubs from HA.
Converts Home Assistant YAML automations to HA-Pyscript Python files. Use when asked to convert, migrate, or rewrite HA automations from YAML/JSON format to pyscript. Groups related automations into the same Python file, merges complementary automations into single functions with multiple triggers, and replaces delays with task.sleep(). The source automations are in originals/ and the output goes to the pyscript/ directory.