Agent Skills 
This repository stores custom AI-agent skills made for Denys Dovhan. They capture repeatable workflows, project preferences, and domain-specific guidance that Denys wants available across local agent sessions.
Installation
npx skills add denysdovhan/agents
After running this command, select the required skill in the CLI prompt.
Included Skills
| Skill | Description |
|---|---|
commit |
Prepare focused git commits with scoped staging and clear commit messages. |
agent-log |
Maintain an agent log of product and engineering decisions in .agents/log. |
home-assistant-card |
Create, review, debug, and maintain Home Assistant custom Lovelace cards and card editors. |
home-assistant-integration |
Create, scaffold, review, and maintain Python Home Assistant custom integrations using current developer docs and quality rules. |
interactive-debugging |
Debug runtime behavior with temporary local HTTP probes and runtime logs. |
Local Validation
Run the repository validation script:
./scripts/validate-skills.sh
The script bootstraps skills-ref automatically into .skill-ref/skills-ref with a shallow clone if it is missing.
Validate a single skill directly:
.skill-ref/skills-ref/.venv/bin/skills-ref validate skills/commit
No comments yet
Be the first to share your take.