Agent Skills
› ruvnet/RuView
› explore-homecore
explore-homecore
GitHub用于映射 Homecore 能力到源码、测试、ADRs 及限制,指导代码提案前的验证。
Trigger Scenarios
查询特定功能的能力映射
提案代码前检查实现与兼容性
Install
npx skills add ruvnet/RuView --skill explore-homecore -g -y
SKILL.md
Frontmatter
{
"name": "explore-homecore",
"description": "Map a Homecore capability to reviewed source, tests, ADRs, and limitations."
}
Explore Homecore
- Run
homecore guidance --query "<capability>" --repo <checkout>. - Read the returned source paths and nearest accepted ADRs.
- Confirm status and limitations in
v2/docs/homecore-capabilities.md. - Inspect focused tests before proposing code.
- Treat implementation presence as separate from deployment compatibility.
Do not infer full Home Assistant parity from a matching core route.
Version History
- a3b6e1d Current 2026-08-20 13:11


