Skip to content
Skillv1.0.0

HerikaServer

HerikaServer Agent Notes

by Dwemer-Dynamics(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Dwemer-Dynamics/HerikaServer (AGENTS.md). Install upstream with npx skills add Dwemer-Dynamics/HerikaServer. Copyright stays with the author.

HerikaServer Agent Notes

  • Global Settings and Profiles must remain feature-equivalent between their PHP pages and the in-game Prisma Settings hub.
  • When adding, removing, renaming, or changing a setting in ui/global_settings.php or ui/core/core_profiles.php, update lib/core/prisma_settings_catalog.php in the same change.
  • Keep structural fields in ui/api/chim_global_settings.php and ui/api/chim_profile_manager.php allowlisted and typed. Preserve unknown profile metadata for plugin compatibility, but never map arbitrary client keys to database columns.
  • Validate both the PHP page and the Prisma API response when changing either settings menu.

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/dwemer-dynamics-herikaserver-herikaserver/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.

dwemer-dynamics-herikaserver-herikaserver.ocm.jsonjson
{
  "ocm": "1",
  "id": "dwemer-dynamics-herikaserver-herikaserver",
  "kind": "skill",
  "name": "HerikaServer",
  "description": "HerikaServer Agent Notes",
  "publisher": "Dwemer-Dynamics",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "HerikaServer Agent Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Dwemer-Dynamics/HerikaServer",
      "path": "AGENTS.md",
      "ref": "deaeba56b80137719fa0e2bea4c4c624b54262de",
      "url": "https://github.com/Dwemer-Dynamics/HerikaServer/blob/deaeba56b80137719fa0e2bea4c4c624b54262de/AGENTS.md",
      "key": "Dwemer-Dynamics/HerikaServer/AGENTS.md"
    }
  },
  "instructions": "# HerikaServer Agent Notes\n\n- Global Settings and Profiles must remain feature-equivalent between their PHP pages and the in-game Prisma Settings hub.\n- When adding, removing, renaming, or changing a setting in `ui/global_settings.php` or `ui/core/core_profiles.php`, update `lib/core/prisma_settings_catalog.php` in the same change.\n- Keep structural fields in `ui/api/chim_global_settings.php` and `ui/api/chim_profile_manager.php` allowlisted and typed. Preserve unknown profile metadata for plugin compatibility, but never map arbitrary client keys to database columns.\n- Validate both the PHP pa",
  "cost": {
    "context_tokens": 166
  }
}

Fetch it by URL: GET /api/v1/registry/dwemer-dynamics-herikaserver-herikaserver/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.