
Publisher on askill
Configures Home Assistant dashboards and automations on ultraviolet. Use when editing HA dashboards, Bubble Cards, YAML configs, or using hass-cli.
Patterns for this nix-config flake repository. Use when editing .nix files, adding packages, creating modules, or debugging flake issues.
Manages n8n workflow automation on ultraviolet. Use when creating workflows, managing backups, configuring credentials, or service operations.
Use when improving code structure without changing behavior - test-preserving transformations in small steps, running tests between each change
Creates and modifies Claude skills using evaluation-driven development. Tests with subagents before finalizing. Use when creating new skills, updating existing skills, writing SKILL.md files, or when...
Completes development work on a feature branch by verifying tasks and tests, then presenting integration options. Use when implementation is complete and all tasks pass, when ready to merge, create PR...
Reviews and strengthens Tasks for completeness before execution. Use when refining plans, reviewing task quality, ensuring junior engineer can execute without questions, or catching edge cases and vag...
Executes Tasks one at a time with mandatory human checkpoints between each. Loads epic context, runs ONE task, presents checkpoint summary, then STOPS. Use when an epic Task exists with subtasks ready...
Enforces RED-GREEN-REFACTOR cycle requiring tests to fail before writing production code. Use when implementing features, fixing bugs, adding functions, or writing any code that needs tests.