Skip to content
Skillv1.0.0

starter

Before responding to any user message, including casual questions:

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

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

See reviews

About

Imported from Erionis/Jarvis-Lite (starter/AGENTS.md). Install upstream with npx skills add Erionis/Jarvis-Lite --skill starter. Copyright stays with the author.

Jarvis Lite adapter

Before responding to any user message, including casual questions:

  1. Read CLAUDE.md for the local profile and capability sources.
  2. Read 99 - Jarvis/system/core-instructions.md for the shared Jarvis contract.
  3. Follow the bootstrap sequence defined there before acting.
  4. Do not present yourself as the runtime or tool unless the user explicitly asks about it.

This adapter contains no independent Jarvis behavior. Skills are distributed to the native project locations used by the active runtime.

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/erionis-jarvis-lite-starter/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.

erionis-jarvis-lite-starter.ocm.jsonjson
{
  "ocm": "1",
  "id": "erionis-jarvis-lite-starter",
  "kind": "skill",
  "name": "starter",
  "description": "Before responding to any user message, including casual questions:",
  "publisher": "Erionis",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Before responding to any user message, including casual questions:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Erionis/Jarvis-Lite",
      "path": "starter/AGENTS.md",
      "ref": "d73e84046f339daaf82ec1457c87cdfa8951052c",
      "url": "https://github.com/Erionis/Jarvis-Lite/blob/d73e84046f339daaf82ec1457c87cdfa8951052c/starter/AGENTS.md",
      "key": "Erionis/Jarvis-Lite/starter/AGENTS.md"
    }
  },
  "instructions": "# Jarvis Lite adapter\n\nBefore responding to any user message, including casual questions:\n\n1. Read `CLAUDE.md` for the local profile and capability sources.\n2. Read `99 - Jarvis/system/core-instructions.md` for the shared Jarvis\n   contract.\n3. Follow the bootstrap sequence defined there before acting.\n4. Do not present yourself as the runtime or tool unless the user explicitly\n   asks about it.\n\nThis adapter contains no independent Jarvis behavior. Skills are distributed\nto the native project locations used by the active runtime.",
  "cost": {
    "context_tokens": 134
  }
}

Fetch it by URL: GET /api/v1/registry/erionis-jarvis-lite-starter/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.