Skip to content

gaia-research/skill-heaven

v0.1.1MIT

Working prototype of Skill Heaven. One mechanic—summon one skill into context for one session, without installing it—across the zero, heaven, hell, and ultra surfaces.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

skill-summonstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/mcp/skill-summon.mjs"
  ],
  "env": {
    "SKILL_SOURCE": "https://gaiaskilltree.com"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "skill-heaven",
  "version": "0.1.1",
  "description": "Working prototype of Skill Heaven. One mechanic—summon one skill into context for one session, without installing it—across the zero, heaven, hell, and ultra surfaces.",
  "author": {
    "name": "Gaia Research"
  },
  "homepage": "https://skill-heaven.dev",
  "repository": "https://github.com/gaia-research/gaia-skill-heaven",
  "license": "MIT",
  "keywords": [
    "skills",
    "context",
    "summon",
    "skill-heaven",
    "skill-hell",
    "gaia"
  ],
  "extensions": {
    "dev.skill-heaven.pi": {
      "packageManifest": "./package.json",
      "extension": "./dev.skill-heaven.pi/skill-heaven.ts",
      "minimumClientVersion": "0.84.2"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • skill-heaven.ts
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • dev.skill-heaven.piships a directory of files