AI Agent Hub
Back to plugins
harness-alchemist preview

harness-alchemist

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install lunarmoon26/harness-alchemist

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lunarmoon26/harness-alchemist in your terminal to install harness-alchemist into DeepSeek Harness; the full source repository is available at https://github.com/lunarmoon26/harness-alchemist

About this plugin

Maintaining separate agent plugins for Claude Code, Codex, OpenCode, Google Antigravity, and DeepSeek Harness typically means more adapter boilerplate than actual skill logic. Harness Alchemist collapses that into a single scaffold: one generated TypeScript repository with all five harness entrypoints pre-wired, so you write your skill logic once and it runs natively on every target platform.

The architectural principle is that skills own runtime behavior while adapters stay thin. Each product skill ships as a pair of behavioral .mjs and .py twins that carry all business logic and tool contracts; every harness entrypoint is a lightweight adapter that delegates to those scripts via a stdin/stdout JSON protocol. The scaffold ships with built-in quality gates out of the box including TypeScript checks, runtime delegation tests, structural validation, and an npm-payload audit. For existing monorepos, an alchemy.json manifest enables adapted-package mode; for teams whose stack is Python, Go, Rust, or another non-JS language, the skills-only runtime mode exposes workflows to all five platforms without adopting a JavaScript runtime.

Built for developers and engineering teams that need to distribute the same set of skills or workflows across multiple AI coding agent platforms. Zero runtime dependencies, a CI pipeline with tag-triggered publishing, and install-level verification via install-check that drives each local harness CLI to confirm plugin discovery keep the entire path from initial scaffold to user-facing release backed by repeatable, automated checks.

Screenshots

Use Cases

  • Write skill logic once and have it auto-adapt to Claude Code, Codex, OpenCode, Antigravity, and DeepSeek Harness.
  • Integrate into an existing monorepo via an alchemy.json manifest without restructuring the directory layout.
  • Non-JS teams use skills-only mode to expose Python, Go, or Rust workflows to all agent platforms.

Best For

  • Developers who need to distribute the same set of skills across multiple AI coding agent platforms.
  • Engineering teams maintaining plugin repositories for Claude Code, Codex, OpenCode, and other agents.
  • Solo developers writing skills in non-JS languages who want cross-platform distribution.