Skip to content
Skillv1.0.0

[id]

Scope: updating a stored AI database schema.

by hosein-mola(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from hosein-mola/iran-dashboard (app/api/ai/database-chat/schemas/[id]/AGENTS.md). Install upstream with npx skills add hosein-mola/iran-dashboard --skill [id]. Copyright stays with the author.

schemas/[id]/ Guidelines

Runtime Prerequisite

  • nvm is installed. Before running node, npm, or npx, use nvm list, activate the installed project-specific Node version with nvm use <version>, then verify with node --version.

Scope: updating a stored AI database schema.

  • Use partial updates only for provided fields; preserve existing values when a field is omitted.
  • Parse provided schemaJson before saving and return a Persian validation error on invalid JSON.
  • Normalize row limits and message quotas on every update.
  • Keep the response shape identical to schema creation unless there is a deliberate client update.

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/hosein-mola-iran-dashboard-id/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.

hosein-mola-iran-dashboard-id.ocm.jsonjson
{
  "ocm": "1",
  "id": "hosein-mola-iran-dashboard-id",
  "kind": "skill",
  "name": "[id]",
  "description": "Scope: updating a stored AI database schema.",
  "publisher": "hosein-mola",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Scope: updating a stored AI database schema."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/hosein-mola/iran-dashboard",
      "path": "app/api/ai/database-chat/schemas/[id]/AGENTS.md",
      "ref": "6299ed57bbf53e41182dd7b81c8ebea40c01316c",
      "url": "https://github.com/hosein-mola/iran-dashboard/blob/6299ed57bbf53e41182dd7b81c8ebea40c01316c/app/api/ai/database-chat/schemas/[id]/AGENTS.md",
      "key": "hosein-mola/iran-dashboard/app/api/ai/database-chat/schemas/[id]/AGENTS.md"
    }
  },
  "instructions": "# `schemas/[id]/` Guidelines\n\n## Runtime Prerequisite\n\n- `nvm` is installed. Before running `node`, `npm`, or `npx`, use `nvm list`, activate the installed project-specific Node version with `nvm use <version>`, then verify with `node --version`.\n\nScope: updating a stored AI database schema.\n\n- Use partial updates only for provided fields; preserve existing values when a field is omitted.\n- Parse provided `schemaJson` before saving and return a Persian validation error on invalid JSON.\n- Normalize row limits and message quotas on every update.\n- Keep the response shape identical to schema crea",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/hosein-mola-iran-dashboard-id/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.