DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

J Space — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
J

dsh-j-space

J Space

Bundles the J-Space Cognition Suite as a DSH skill provider: an on-demand inner-workspace skill (reasoning, planning, ledger) for DeepSeek Harness agents.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Harzva/dsh-j-space#d419a27002993c021db1552bac2e486d66731a02
READMECompatibilityVersions

Compatibility and provenance

J Space is published as dsh-j-space and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Apache-2.0
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-j-space

Bundles the J-Space Cognition Suite V3.6 as a DeepSeek Harness plugin skill: a model-agnostic, inference-time "inner workspace" operating protocol (reasoning discipline, planning, long-horizon state, verification, and a durable task ledger). No model weights are touched; nothing runs unless the agent invokes the skill.

What it does

  • Registers a bundled skill provider into the host skill registry (global layer), so every agent preset catalog gains the j-space skill.
  • Serves the full suite — entry skill, nine modules, references, and the optional jspace.py ledger controller — from inside the package.
  • Injects a small runtime note resolving <skill-root> and the Python command, matching the suite own portability instructions.
  • Registers nothing else: no tools, no prompts, no UI. If the host has no skill registry, the plugin is a no-op and startup is unaffected.

Install

In a DSH profile (~/.dsh/profiles/<name>):

dsh plugin --profile <name> add ./artifacts/dsh-j-space-0.1.0.tgz
# or directly from a GitHub release:
dsh plugin --profile <name> add https://github.com/Harzva/dsh-j-space/releases/latest/download/dsh-j-space-0.1.0.tgz

Then restart the profile. In a session, the agent (or you) can invoke it:

use skill j-space

The skill writes its .jspace/ ledger into the current task workspace, so it stays with the task. It needs only a Python 3 interpreter (python3) for the optional ledger controller; every ledger behavior has a hand-executable equivalent in the modules, so nothing is lost without it.

Development

pnpm check               # node --check + unit tests
pnpm run pack:dsh        # builds artifacts/dsh-j-space-<version>.tgz
pnpm run verify:dsh-offline   # isolated DSH profile boot + registry integration

License

Plugin code: Apache-2.0. Vendored suite content: Apache-2.0, © its authors — see THIRD_PARTY_NOTICES.md and the vendored upstream provenance in UPSTREAM_COMMIT.