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:
Read CLAUDE.md for the local profile and capability sources.
Read 99 - Jarvis/system/core-instructions.md for the shared Jarvis
contract.
Follow the bootstrap sequence defined there before acting.
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.