Skip to content
Skillv1.0.0

port-ui

Agent Instructions

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

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

See reviews

About

Imported from kevinveenbirkenbach/port-ui (AGENTS.md). Install upstream with npx skills add kevinveenbirkenbach/port-ui. Copyright stays with the author.

Agent Instructions

Pre-Commit Validation

  • You MUST run make test before every commit whenever the staged change includes at least one file that is not .md or .rst, unless explicitly instructed otherwise.
  • You MUST commit only after all tests pass.
  • You MUST NOT commit automatically without explicit confirmation from the user.

Vendor Assets

  • Browser vendor assets (Bootstrap, Font Awesome, etc.) are managed via npm.
  • Run npm install inside app/ to populate app/static/vendor/ before starting the dev server or running e2e tests.
  • Never commit app/node_modules/ or app/static/vendor/ — both are gitignored and generated at build time.

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/kevinveenbirkenbach-port-ui-port-ui/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.

kevinveenbirkenbach-port-ui-port-ui.ocm.jsonjson
{
  "ocm": "1",
  "id": "kevinveenbirkenbach-port-ui-port-ui",
  "kind": "skill",
  "name": "port-ui",
  "description": "Agent Instructions",
  "publisher": "kevinveenbirkenbach",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kevinveenbirkenbach/port-ui",
      "path": "AGENTS.md",
      "ref": "d115fc99b2bb7eba8a5e0f41e639bee51e131dd4",
      "url": "https://github.com/kevinveenbirkenbach/port-ui/blob/d115fc99b2bb7eba8a5e0f41e639bee51e131dd4/AGENTS.md",
      "key": "kevinveenbirkenbach/port-ui/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## Pre-Commit Validation\n\n- You MUST run `make test` before every commit whenever the staged change includes at least one file that is not `.md` or `.rst`, unless explicitly instructed otherwise.\n- You MUST commit only after all tests pass.\n- You MUST NOT commit automatically without explicit confirmation from the user.\n\n## Vendor Assets\n\n- Browser vendor assets (Bootstrap, Font Awesome, etc.) are managed via npm.\n- Run `npm install` inside `app/` to populate `app/static/vendor/` before starting the dev server or running e2e tests.\n- Never commit `app/node_modules/` or `a",
  "cost": {
    "context_tokens": 167
  }
}

Fetch it by URL: GET /api/v1/registry/kevinveenbirkenbach-port-ui-port-ui/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.