lunarmoon26/harness-alchemist
v0.2.0-alpha.1MIT
Scaffold, validate, and publish portable coding-agent plugins across Claude Code, Codex, OpenCode, Antigravity, and DeepSeek Harness.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
harness-alchemiststdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lunarmoon26/agent-skill-runtime@0.1.1",
"mcp",
"--root",
"${PLUGIN_ROOT}",
"--manifest",
"skills/harness-alchemist/skill-runtime.json"
],
"cwd": "${PLUGIN_ROOT}"
}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": "harness-alchemist",
"version": "0.2.0-alpha.1",
"description": "Scaffold, validate, and publish portable coding-agent plugins across Claude Code, Codex, OpenCode, Antigravity, and DeepSeek Harness.",
"author": {
"name": "Haochuan Zhang"
},
"homepage": "git+https://github.com/lunarmoon26/harness-alchemist.git",
"repository": "git+https://github.com/lunarmoon26/harness-alchemist.git",
"license": "MIT",
"keywords": [
"agent-skill",
"scaffolding",
"mcp",
"opencode",
"deepseek"
]
}
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.
- main.mjs
- main.py
- skill-runtime.json
- LICENSE