Skip to content
Skillv1.0.0

homi

Homi is a static browser app.

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

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

See reviews

About

Imported from jungju/homi (AGENTS.md). Install upstream with npx skills add jungju/homi. Copyright stays with the author.

AGENTS.md for homi

Project Shape

Homi is a static browser app.

  • / is the public Homi introduction page.
  • /face is the logged-in always-on face page.
  • /face/manage is the logged-in face/data management page.
  • /engines/{engineId} is the logged-in schedule or dictation editor.
  • Ohmesh is the only persistence backend.

Operations

After finishing a development change:

  1. Run the relevant validation commands.
  2. Stage only intended files.
  3. Commit with scripts/agent-commit.sh.

Do not push or deploy unless explicitly requested.

Preferred commit format:

TYPE=feat SUMMARY="update face route" scripts/agent-commit.sh

Validation Commands

  • pnpm run check
  • pnpm run build

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/jungju-homi-homi/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.

jungju-homi-homi.ocm.jsonjson
{
  "ocm": "1",
  "id": "jungju-homi-homi",
  "kind": "skill",
  "name": "homi",
  "description": "Homi is a static browser app.",
  "publisher": "jungju",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Homi is a static browser app."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jungju/homi",
      "path": "AGENTS.md",
      "ref": "c52d79994621d3d4b6a8346bcdc65dae98bfc614",
      "url": "https://github.com/jungju/homi/blob/c52d79994621d3d4b6a8346bcdc65dae98bfc614/AGENTS.md",
      "key": "jungju/homi/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md for homi\n\n## Project Shape\n\nHomi is a static browser app.\n\n- `/` is the public Homi introduction page.\n- `/face` is the logged-in always-on face page.\n- `/face/manage` is the logged-in face/data management page.\n- `/engines/{engineId}` is the logged-in schedule or dictation editor.\n- Ohmesh is the only persistence backend.\n\n## Operations\n\nAfter finishing a development change:\n\n1. Run the relevant validation commands.\n2. Stage only intended files.\n3. Commit with `scripts/agent-commit.sh`.\n\nDo not push or deploy unless explicitly requested.\n\nPreferred commit format:\n\n```sh\nTYPE=feat ",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/jungju-homi-homi/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.