Skip to content
Skillv1.0.0

Nexus-Terminal

Scope: Nexus-Terminal workspace.

by The-No-Hands-company(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from The-No-Hands-company/Nexus-Modeling (apps/Nexus-Terminal/AGENTS.md). Install upstream with npx skills add The-No-Hands-company/Nexus-Modeling --skill Nexus-Terminal. Copyright stays with the author.

AGENTS

Scope: Nexus-Terminal workspace.

Guidelines:

  • Keep changes minimal and reversible.
  • Prioritize API contract compatibility with Nexus-Cloud Systems API.
  • Add tests with each behavior change.

Standards Enforcement:

  • Follow ../docs/ENGINEERING_STANDARDS.md for runtime, typing, API, testing, and security requirements.
  • Keep this service on Bun + strict TypeScript.
  • Required validation before handoff: bun run check && bun test.

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/the-no-hands-company-nexus-modeling-nexus-terminal/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.

the-no-hands-company-nexus-modeling-nexus-terminal.ocm.jsonjson
{
  "ocm": "1",
  "id": "the-no-hands-company-nexus-modeling-nexus-terminal",
  "kind": "skill",
  "name": "Nexus-Terminal",
  "description": "Scope: Nexus-Terminal workspace.",
  "publisher": "The-No-Hands-company",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Scope: Nexus-Terminal workspace."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/The-No-Hands-company/Nexus-Modeling",
      "path": "apps/Nexus-Terminal/AGENTS.md",
      "ref": "4fd32f2e7b035394dc5503d9a928c3e1f69d5b10",
      "url": "https://github.com/The-No-Hands-company/Nexus-Modeling/blob/4fd32f2e7b035394dc5503d9a928c3e1f69d5b10/apps/Nexus-Terminal/AGENTS.md",
      "key": "The-No-Hands-company/Nexus-Modeling/apps/Nexus-Terminal/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\nScope: Nexus-Terminal workspace.\n\nGuidelines:\n- Keep changes minimal and reversible.\n- Prioritize API contract compatibility with Nexus-Cloud Systems API.\n- Add tests with each behavior change.\n\nStandards Enforcement:\n- Follow ../docs/ENGINEERING_STANDARDS.md for runtime, typing, API, testing, and security requirements.\n- Keep this service on Bun + strict TypeScript.\n- Required validation before handoff: bun run check && bun test.",
  "cost": {
    "context_tokens": 111
  }
}

Fetch it by URL: GET /api/v1/registry/the-no-hands-company-nexus-modeling-nexus-terminal/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.