mit einem Klick
gauravmm
Repository-Ansicht von 11 gesammelten Skills in 7 GitHub-Repositories.
Wo die Skills liegen
Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.
Repositories und repräsentative 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.