Imported from vibevm/vibevm (research/ts-demo/AGENTS.md). Install upstream with npx skills add vibevm/vibevm --skill ts-demo. Copyright stays with the author.
Session boot
This project's boot sequence is computed by vibe (the PROP-009 loading
model). To begin a session, read these files in order:
spec/boot/INLINE.md — if it exists. The priority lane: read it first
and in full.
spec/boot/INDEX.md — a generated TOML manifest. Read every file named
by its [[entry]] tables, in the listed order. A kind = "static"
entry is read directly; a kind = "dynamic" entry is an INCLUDE
resolved at boot, and one carrying a when condition is read only when
that condition holds for the current session.
Boot is pure file-reading — there is nothing to execute.
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/vibevm-vibevm-ts-demo/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.
vibevm-vibevm-ts-demo.ocm.jsonjson
{
"ocm": "1",
"id": "vibevm-vibevm-ts-demo",
"kind": "skill",
"name": "ts-demo",
"description": "This project's boot sequence is computed by vibe (the PROP-009 loading model). To begin a session, read these files in order:",
"publisher": "vibevm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project's boot sequence is computed by vibe (the PROP-009 loading model). To begin a session, read these files in order:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/vibevm/vibevm",
"path": "research/ts-demo/AGENTS.md",
"ref": "1d3bab65dbef0565d443d5d28493c3a95f5b742c",
"url": "https://github.com/vibevm/vibevm/blob/1d3bab65dbef0565d443d5d28493c3a95f5b742c/research/ts-demo/AGENTS.md",
"key": "vibevm/vibevm/research/ts-demo/AGENTS.md"
}
},
"instructions": "<vibevm>\n<!-- Generated by vibe — do not edit inside this block; it is rewritten on `vibe install`. Text outside the <vibevm> markers is yours. -->\n\n# Session boot\n\nThis project's boot sequence is computed by vibe (the PROP-009 loading\nmodel). To begin a session, read these files in order:\n\n1. `spec/boot/INLINE.md` — if it exists. The priority lane: read it first\n and in full.\n2. `spec/boot/INDEX.md` — a generated TOML manifest. Read every file named\n by its `[[entry]]` tables, in the listed order. A `kind = \"static\"`\n entry is read directly; a `kind = \"dynamic\"` entry is an INCLUDE\n r",
"cost": {
"context_tokens": 196
}
}
Fetch it by URL: GET /api/v1/registry/vibevm-vibevm-ts-demo/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.