Skip to content
Skillv1.0.0

vscode-visions

<!-- Parent: ../AGENTS.md -->

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

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

See reviews

About

Imported from johncwaters/glissa (tools/vscode-visions/AGENTS.md). Install upstream with npx skills add johncwaters/glissa --skill vscode-visions. Copyright stays with the author.

vscode-visions

Purpose

Minimal VS Code extension that launches the Glissa Visions markdown LSP relay.

For AI Agents

Working In This Directory

  • extension.ts and lsp-convert.ts stay CommonJS-shaped (require at the top, module.exports at the bottom): the dev-mode packer in server/visions-setup.ts only strips types, so whatever module shape the source has is what the VS Code extension host loads, and the host loads plain CJS. Pinned by tests/visions-extension-package.test.ts.

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/johncwaters-glissa-vscode-visions/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.

johncwaters-glissa-vscode-visions.ocm.jsonjson
{
  "ocm": "1",
  "id": "johncwaters-glissa-vscode-visions",
  "kind": "skill",
  "name": "vscode-visions",
  "description": "<!-- Parent: ../AGENTS.md -->",
  "publisher": "johncwaters",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "<!-- Parent: ../AGENTS.md -->"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/johncwaters/glissa",
      "path": "tools/vscode-visions/AGENTS.md",
      "ref": "f6118784630d33817c3269e1cf2522fe8db0f884",
      "url": "https://github.com/johncwaters/glissa/blob/f6118784630d33817c3269e1cf2522fe8db0f884/tools/vscode-visions/AGENTS.md",
      "key": "johncwaters/glissa/tools/vscode-visions/AGENTS.md"
    }
  },
  "instructions": "<!-- Parent: ../AGENTS.md -->\n\n# vscode-visions\n\n## Purpose\nMinimal VS Code extension that launches the Glissa Visions markdown LSP relay.\n\n## For AI Agents\n\n### Working In This Directory\n- `extension.ts` and `lsp-convert.ts` stay CommonJS-shaped (`require` at the top, `module.exports` at the bottom): the dev-mode packer in `server/visions-setup.ts` only strips types, so whatever module shape the source has is what the VS Code extension host loads, and the host loads plain CJS. Pinned by `tests/visions-extension-package.test.ts`.\n\n<!-- MANUAL: Any manually added notes below this line are prese",
  "cost": {
    "context_tokens": 156
  }
}

Fetch it by URL: GET /api/v1/registry/johncwaters-glissa-vscode-visions/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.