Start small.A catalog entry is not a compatibility or security guarantee. Test one capability in a copied profile, record the loaded modules and network behavior, then prove rollback.

Four bounded starter paths

Compare Agentsdsh-agent-arena

Isolated worktrees and deterministic validation for the same coding task.

Supervised teamdsh-collaboration

Dispatch, model rosters, relay topology, and explicit permissions.

Research + memorydsh-deep-research

Pair with dsh-memory-gate only after source and cost logging works.

Governed productiondsh-security-audit

Add manifest, schema, and rollback checks before expanding authority.

Browse by capability

Context and MCP

dsh-context exposes token composition and compression events. dsh-mcp-lens keeps remote tool discovery lazy and schema-aware.

Community projects with strong discovery signal

awesome-dsh-plugin

Large community catalog for plugin discovery. Treat entries as leads and audit compatibility.

dsh-tray · dsh-whale-musume

Desktop lifecycle controls and local-first operator feedback; inspect autostart, recovery, and telemetry boundaries.

Consume the index from an Agent workflow

Keep discovery separate from installation. Fetch the pinned JSON, filter by a capability, then inspect the repository before enabling anything.

# shell + jq
curl -fsSL https://sandbaseai.github.io/deepseek-harness-handbook/awesome-deepseek-harness-resources.json \
  | jq '.resources[] | select(.capability == "orchestration") | {name, url}'

# Node.js
const index = await fetch(
  'https://sandbaseai.github.io/deepseek-harness-handbook/awesome-deepseek-harness-resources.json',
).then((response) => response.json());
const candidates = index.resources.filter(({ capability }) => capability === 'mcp');

Before enabling a resource

  1. Read its README, license, manifest, install script, and recent changes.
  2. Install into a copied profile and capture exact package bytes, permissions, and loaded modules.
  3. Run a harmless probe, record token/cost and network destinations, then test removal.

Read the complete map.

The canonical handbook page includes more resources, multilingual mirrors, install boundaries, and rollback guidance.

Open the ecosystem guideHelp validate the indexStar the handbook on GitHub