Skip to content
Skillv1.0.0

homeassistant-config

Read `AI_WORKFLOW.md` before doing any work.

by kinnego(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from kinnego/homeassistant-config (AGENTS.md). Install upstream with npx skills add kinnego/homeassistant-config. Copyright stays with the author.

Codex repository instructions

Read AI_WORKFLOW.md before doing any work.

Default role: independent reviewer, unless explicitly asked to implement.

For Home Assistant work:

  • verify entity IDs from the current repository; never invent them
  • treat physical-device automations and authentication/networking as safety-sensitive
  • never push directly to main
  • keep changes scoped to the linked issue/PR
  • validate YAML/configuration where possible
  • finish hand-offs using the status protocol in AI_WORKFLOW.md

When reviewing a Claude PR, prioritize:

  1. safety/security
  2. wrong or fabricated entity IDs
  3. invalid/fragile HA YAML and Jinja
  4. regressions
  5. iPad/phone behavior
  6. maintainability
  7. visual polish

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/kinnego-homeassistant-config-homeassistant-config/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

kinnego-homeassistant-config-homeassistant-config.ocm.jsonjson
{
  "ocm": "1",
  "id": "kinnego-homeassistant-config-homeassistant-config",
  "kind": "skill",
  "name": "homeassistant-config",
  "description": "Read `AI_WORKFLOW.md` before doing any work.",
  "publisher": "kinnego",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read `AI_WORKFLOW.md` before doing any work."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kinnego/homeassistant-config",
      "path": "AGENTS.md",
      "ref": "17972adea76e0f6a992f06794db28ae43a09ccce",
      "url": "https://github.com/kinnego/homeassistant-config/blob/17972adea76e0f6a992f06794db28ae43a09ccce/AGENTS.md",
      "key": "kinnego/homeassistant-config/AGENTS.md"
    }
  },
  "instructions": "# Codex repository instructions\n\nRead `AI_WORKFLOW.md` before doing any work.\n\nDefault role: **independent reviewer**, unless explicitly asked to implement.\n\nFor Home Assistant work:\n- verify entity IDs from the current repository; never invent them\n- treat physical-device automations and authentication/networking as safety-sensitive\n- never push directly to `main`\n- keep changes scoped to the linked issue/PR\n- validate YAML/configuration where possible\n- finish hand-offs using the status protocol in `AI_WORKFLOW.md`\n\nWhen reviewing a Claude PR, prioritize:\n1. safety/security\n2. wrong or fabri",
  "cost": {
    "context_tokens": 181
  }
}

Fetch it by URL: GET /api/v1/registry/kinnego-homeassistant-config-homeassistant-config/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.