Read `SYSTEM.md` before working in this vault. For an operating request, read the matching canonical file under `workflows/` completely and follow it. Do not duplicate workflow rules here.
Imported from leoncuhk/notes-os (starter-vault/AGENTS.md). Install upstream with npx skills add leoncuhk/notes-os --skill starter-vault. Copyright stays with the author.
Agent entry point
Read SYSTEM.md before working in this vault. For an operating request, read the matching canonical file under workflows/ completely and follow it. Do not duplicate workflow rules here.
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/leoncuhk-notes-os-starter-vault/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.
leoncuhk-notes-os-starter-vault.ocm.jsonjson
{
"ocm": "1",
"id": "leoncuhk-notes-os-starter-vault",
"kind": "skill",
"name": "starter-vault",
"description": "Read `SYSTEM.md` before working in this vault. For an operating request, read the matching canonical file under `workflows/` completely and follow it. Do not duplicate workflow rules here.",
"publisher": "leoncuhk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read `SYSTEM.md` before working in this vault. For an operating request, read the matching canonical file under `workflows/` completely and follow it. Do not duplicate workflow rules here."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/leoncuhk/notes-os",
"path": "starter-vault/AGENTS.md",
"ref": "74fe95ea8c508f74d7b7e58457483b3f299b0027",
"url": "https://github.com/leoncuhk/notes-os/blob/74fe95ea8c508f74d7b7e58457483b3f299b0027/starter-vault/AGENTS.md",
"key": "leoncuhk/notes-os/starter-vault/AGENTS.md"
}
},
"instructions": "# Agent entry point\n\nRead `SYSTEM.md` before working in this vault. For an operating request, read the matching canonical file under `workflows/` completely and follow it. Do not duplicate workflow rules here.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/leoncuhk-notes-os-starter-vault/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.