Four bounded starter paths
Isolated worktrees and deterministic validation for the same coding task.
Dispatch, model rosters, relay topology, and explicit permissions.
Pair with dsh-memory-gate only after source and cost logging works.
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.
Background and evidence
dsh-background-agents adds durable children; dsh-todo-guard distinguishes verified evidence from claimed completion.
Search and utilities
dsh-free-web-search provides a fallback chain; dsh-toolkit provides a small, zero-dependency tool surface.
Community projects with strong discovery signal
awesome-dsh-plugin
Large community catalog for plugin discovery. Treat entries as leads and audit compatibility.
modlens · dsh-vision-router
Vision bridges for text-only Agents; verify image paths, providers, and data boundaries.
dsh-agent-teams · Orange Book
Community Agent-team and field-guide starting points with explicit version checks.
dsh-equip-engine · dsh-skill-mover
Agent workflow assembly and cross-platform skill migration with conflict and rollback checks.
dsh-hacker-news · dsh-replay
Research intake from Hacker News and session replay for evidence-driven debugging.
dsh-tray · dsh-whale-musume
Desktop lifecycle controls and local-first operator feedback; inspect autostart, recovery, and telemetry boundaries.
dsh-corrupt-session-repair · dsh-codex-ui · dsh-nested-followups
Session corruption repair evidence, a Codex-style DSH Web UI, and recursively isolated follow-up Sessions.
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
- Read its README, license, manifest, install script, and recent changes.
- Install into a copied profile and capture exact package bytes, permissions, and loaded modules.
- 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