awesome-deepseek-harness

mcp
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 6 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A curated list of plugins, skills, MCP servers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh

README.md

DeepSeek

Awesome DeepSeek Harness Awesome

A curated list of plugins, skills, MCP servers, orchestrators, aggregators & UIs for DeepSeek Harness (DSH) — DeepSeek's official agent runtime built around the idea Model + Harness = Agent.

English | 简体中文

DeepSeek Harness ("DSH") is DeepSeek's agent runtime / harness layer — the "hands" that turn the model's reasoning into real actions (context management, tool-call orchestration, execution sandbox, feedback loop, session persistence). Its defining feature is an open plugin ecosystem: the community contributes plugins, skills, MCP servers, orchestrators, aggregators, and UIs.

This list collects the best of that ecosystem. Contributions welcome — see Contributing.

Tip for authors: DeepSeek asks plugin repositories to carry the #dsh GitHub topic so they can be discovered. Add it to your repo, then open a PR here.

DeepSeek Harness ecosystem map

Quick Start

# Launch the DSH Web UI
npx @deepseek-ai/dsh web

# Install a community plugin (from this list) into your profile
dsh plugin --profile web add "github:owner/repo#main"

Before installing, confirm the target repo carries the #dsh GitHub topic so the community hub can index it.

Contents


Official

Harnesses & Runtimes

DeepSeek-native or DeepSeek-first agent harnesses / coding agents, plus runtime-level infrastructure (diagnostics, ops, session management, approval policies).

  • hxs996-beep/deepAct — Terminal AI coding agent built for DeepSeek that guards every action: ambiguity check, design review, scope control, team mode, parallel sub-agents, and MCP support.
  • LaplaceYoung/oh-my-dsh — Large plugin collection (700+) for DSH that registers only through extension seams, without modifying the agent-loop core.
  • omdsh-dev/fabric — Minecraft-Fabric-style hook processor for DSH.
  • omdsh-dev/dsh-session-health — Read-only, zero-dependency session health check: frame-level scanning of multi-frame zstd session files to detect torn/corrupted/empty sessions; registers a session_health tool.
  • omdsh-dev/dsh-security-audit — Local security audit plugin: read-only, redacted risk report covering config, plugin sources, sessions, and network exposure.
  • Zhenyu98/dsh-context-doctor — Context-injection audit: measures the token cost of the AGENTS.md instruction chain, skill catalog, and tool schemas, and detects duplication and conflicts; Web UI ring panel plus a context_audit tool.
  • coppynight/dsh-doctor — flutter-doctor-style diagnostics and repair covering install-level and in-harness checks, with safe auto-fixes; repository-plugin format.
  • lhh010/dsh-bash-encoding — Auto-detects bash output encoding (UTF-16LE/UTF-8/GBK, etc.) and decodes it correctly, fixing garbled non-ASCII output on WSL/Windows.
  • vlln/plugin-registry — Ecosystem infrastructure: a thin browser console for managing repository plugins (zero patches) plus a make-dsh-plugin skill guiding plugin development.
  • Andy8647/dsh-auto-approval — Automated tool-call approval: an auto tier that classifies every tool call as allow/deny via rules plus an LLM classifier, with a status chip beside the composer.
  • zzh-newlearner/dsh-postmortem — Local-first failure postmortems for DeepSeek Harness sessions.
  • vibeinging/dsh-trace — Telemetry backend that exports turns, model steps, and tool calls to yiTrace over HTTP.
  • omdsh-dev/dsh-hub — Community extension catalog and profile-generation manager, adding transactional installation, recovery, catalog browsing, and a settings UI on top of official contracts.
  • fakechris/dsh-harness-ops — Ops toolbox: A/B dual-slot snapshot upgrades with atomic switch and one-click rollback, a watchdog that auto-restarts web/agent, and a self-rescue doctor command.
  • omdsh-dev/session-teleport — Multi-device session handoff with PostgreSQL as the single online authority; only one device holds write credentials at a time.
  • Tieboyh/dsh-session-search — Index-free cross-agent session search for DeepSeek Harness.
  • ilharp/dsh-tool-approval — Manual approval for tool calls (a "manual mode" / "ask mode" for DSH).
  • blissito/ghostycode — DeepSeek V4 terminal coding agent and constitutional harness (Rust TUI with MCP and sub-agents).
  • bobleer/deepseek-harness-rust — Rust implementation of DeepSeek Harness: layered crates for session log, turn/step loop, and DeepSeek SSE adapter.
  • didclawapp-ai/zagens — Open-source agent harness for DeepSeek V4. ⭐12
  • liubf21/ds-forge — Lightweight agent harness for DeepSeek V4.
  • Owen718/FlashCoder — Simple harness for DeepSeek models.
  • ArtificialNotImbecile/dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness.
  • btspoony/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.
  • Drifter-yh/dsh-tool-policy — Declarative deny-by-default tool policy plugin.
  • LingLambda/dsh-undo — Context undo/redo: roll the model context back to the last completed step and restore it again.
  • omdsh-dev/omdsh — Community experiment for organizing versioned DSH component sets and defaults in a reviewable, reproducible form.
  • omdsh-dev/omdsh-runtime — Headless execution layer reusing official Profile/Bundle/Cordis operations, adding deterministic plan/apply, candidate generations, and previous-generation recovery.
  • wangshunnn/oh-my-dsh — A collection of DeepSeek Harness plugins.
  • yjh051108/dsh-super-injector — BepInEx-style mod injector: hot-injects local plugin packages into a running DSH web instance without patches or restarts.
  • yoke233/dsh-openai-codex-auth — OpenAI Codex OAuth login and usage card plugin.
  • YYTbit/dsh-plugin-claude-bridge — Bridges Claude Code memory, skills, and config into DeepSeek Harness.

Visualization

Plugins that turn data / results into charts, diagrams, dashboards.

  • ZSeven-W/dsh-openpencil — OpenPencil design preview and editing plugin for DSH. ⭐14
  • Anionex/dsh-vision-toolkit — Vision tasks for text-only models: intent-driven image Q&A, long-screenshot OCR, UI restoration, pixel diff. ⭐80
  • william-jin-cmu/dsh-visionview_image tool bridging any OpenAI-compatible VLM to text-only models.
  • omdsh-dev/dsh-genui — Interactive UI components rendered inline in assistant replies via a dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes — with an action event loop back to the model.
  • omdsh-dev/dsh-ernie-image — Baidu ERNIE-Image-Turbo text-to-image: a host-side generation tool plus a browser gallery panel and config card.
  • omdsh-dev/dsh-paddle-ocr — PaddleOCR-VL document layout parsing: converts PDFs/images to Markdown page by page, with host tools, a config card, and a task panel.
  • PangYiMing/dsh-screenshot-diff — Pixel-diffs two screenshots into a diff image and triptych (pixelmatch).

Slides / PPT

Generate presentations, decks, slide exports.

  • THU-MAIC/dsh-openmaic — OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socratic teaching.

Coding

Code generation, refactoring, review, repo-level engineering plugins.

  • omdsh-dev/dsh-open-in-vscode — Open DSH workspace directories in VS Code directly from the web GUI. ⭐24
  • omdsh-dev/dsh-custom-tool — Create and manage sandboxed JavaScript tools with a Monaco editor and a model-driven tool lifecycle. ⭐17
  • CanglongCl/dsh-web-review — Web preview and element annotation for the DSH Web GUI, letting the AI edit front-end source code from visual feedback.
  • omdsh-dev/dsh-plugin-check — Plugin health check: scans plugin repos for manifest protocol, patch format, build pitfalls, and hub listing status; zero-dependency, read-only, registers a plugin_check tool.
  • omdsh-dev/plugin-template — Plugin template repository based on the official turtle-ui plugin repo.
  • a179-sanae/dsh-code-check — Auto type-check diagnostics: runs tsc --noEmit in the background after code edits and exposes a code_check tool.
  • FlashingChen/dsh-worktree — Codex-style permanent git worktrees: create/list/remove agent tools, a /worktree chat command, and durable per-repo manifests.
  • PangYiMing/dsh-batch-regression — Runs a command N rounds and judges by median/distribution for statistical regression conclusions.
  • PangYiMing/dsh-bisect-debug — Bisects bugs by code, boundary, or commit to locate root causes.
  • PangYiMing/dsh-port-guard — Triage for port conflicts: reuse, switch, or precisely kill the occupying process.

Agents

Reusable sub-agents / specialized agent packs runnable inside DSH.

  • hewzhew/dsh-agent-rp — SillyTavern migration and next-generation agent role-play for DSH. ⭐45
  • whiteguo233/dsh-openbiliclaw — Embeds OpenBiliClaw, a local personalized content-recommendation agent, as a fourth panel in DSH with 22 agent-bridge tools for reading recommendations and closed-loop learning.
  • omdsh-dev/dsh-data-agent — Lets the agent connect to databases and write SQL for you.
  • omdsh-dev/dsh-mnemon — Deep Mnemon integration providing a three-layer local memory: runtime memory, retrievable documents, and supervised memory spaces.
  • nowledge-co/nowledge-mem-deepseek-harness — Nowledge Mem community plugin bundle for DeepSeek Harness.
  • btspoony/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
  • fakechris/dsh-track — Embedded task-management engine: decision-point protocol, idea-capture wall, and Linear-style issue storage shared between AI and humans.
  • Fisfzy/ego-browser — Plugs the ego-lite agent browser (Chromium) into DSH with 13 structured ego_* tools: semantic text snapshots, semantic-locator clicks, form filling, screenshots, and CDP control.
  • omdsh-dev/dsh-longbridge — Longbridge OpenAPI integration for HK/US stocks: quotes, account, and trading tools with credential management in settings.
  • omdsh-dev/dsh-tool-browser — Static Cordis overlay and integration guide for the official dsh-tool-browser browser-control tool.
  • PangYiMing/dsh-browser-control — Browser-control plugin (CDP/Playwright).
  • PangYiMing/dsh-mobile-control — Mobile-device control plugin (ADB/iOS).
  • titanwings/dsh-better-browser — Lets agents drive the user's signed-in browser through thirteen Kimi WebBridge tools.
  • UynajGI/dsh-ssh — SSH remote-execution plugin: ProxyJump chains, SFTP filesystem, subprocess and PTY over ssh2.
  • whiteguo233/OpenBiliClaw — Local-first cross-platform content-discovery agent (Bilibili, Xiaohongshu, YouTube, X, etc.) that ships a DSH client plugin. ⭐1792

Loops (Auto-Research, Self-Improve, etc.)

Long-running loop workflows: auto-research, deep-research, self-refine, iterative build.

  • btspoony/mstar-harness — Skill-driven harness/loop engineering workflow agent plugin. ⭐37
  • csyangwen/dsh-memory-evolve — Plugin-only cross-session long-term memory with background self-evolution: five memory tracks, in-turn self-review, skill self-evolution and a skill manager, todo tracks, and session search — zero core modifications.
  • vlln/dsh-loop — Timed loop plugin (/loop command + loop tool + activity status bar).
  • william-jin-cmu/dsh-evolve — Self-evolving plugin: hot-mount/unmount Cordis plugins inside a session.
  • fuhefei/dsh-sentinel — Condition-driven wakeup: durable file/command/HTTP/process/webhook watches that wake the agent, with a dock and a global dashboard.
  • lzszq/dsh-scholar — AI research workbench for computational research: materials, project conversations, code and data, experiment runs, an evidence ledger, and TeX manuscripts in one recoverable project.
  • omdsh-dev/dsh-revive — One-click revive: automatically sends "continue" to all interrupted sessions after a restart (/revive command, tool, and browser button).

MCP Servers

Model Context Protocol servers that contribute tools / prompts / resources to DSH.

  • bobleer/deepseek-harness-plugin-mcp — MCP server that lets any agent (Cursor, Claude Code, Codex) discover, install, and run DSH plugins from the dsh-plugin topic.
  • taxueseek/argo — Multilingual agent-facing search tool (web, academic, code, finance, news) that ships a DSH plugin bundle exposing ten mcp__argo__* tools. ⭐48

Orchestrators & Aggregators

Multi-step / multi-agent schedulers and output aggregators.

  • icetomoyo/dsh_workflow — Upgrades DSH's one-shot multi-agent dispatch into a workflow layer that can be generated, saved, governed, observed, and resumed (UltraCode-style). ⭐27
  • NanmiCoder/dsh-agent-teams — AgentTeams plugin for DeepSeek Harness. ⭐22
  • Chinesezjc/dsh-interconnect — Cross-instance message/event handoff plugins for DSH (interconnect service + tools).
  • titanwings/dsh-automation — Runs coding tasks on a schedule in fresh agent sessions; schedules are managed from the DSH Web UI or by the agent itself.
  • Buyi-wsgzg/dsh-sidechain — Side sessions: persistent /side sessions (Codex-style) and one-shot /btw questions (Claude-style) that run in a temporary fork without touching main-session history, with an embedded side panel.
  • omdsh-dev/dsh-hub-workshop — Public catalog, review projection, and immutable feed authority for the OMDSH ecosystem.

UI / Clients

Desktop, web, terminal, or editor front-ends for DSH.

  • zhu1090093659/dsh-web-ui — Plugin and skin collection for the DSH Web UI: task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center. ⭐219
  • huiliyi37/dsh-tianshu-tui — Terminal UI for DeepSeek Harness. ⭐46
  • omdsh-dev/DSH-better-sidebar — Full sidebar workbench: third-party tab registration, built-in file rendering/editing, terminal, Git, and sub-agents. ⭐46
  • ccch1mneyyy/dsh-cc-tui — Claude-Code-style full-screen interactive terminal: streaming thought expansion, double-Esc rollback, context progress bar, and a TPS gauge. ⭐64
  • Small-tailqwq/dsh-deep-whale — Whale-girl skin series for the DSH Web UI (maid-atelier), CC BY-NC-SA 4.0. ⭐38
  • hust-open-atom-club/oh-dsh-desktop — Extensible macOS workbench with a native PTY, workspace tools, live bilingual plugins, and an isolated-preview plugin marketplace. ⭐32
  • omdsh-dev/dsh-at-file — Codex-style @file mentions: search workspace files in the composer and attach their contents to prompts. ⭐21
  • omdsh-dev/dsh-notification — Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules. ⭐18
  • alingalingling/ui-status-label — Customize the "deep diving" thinking status label into anything you like. ⭐16
  • Anionex/dsh-turn-rewind — Rewind conversation and workspace state, powered by a persistent change ledger. ⭐15
  • bobleer/dsh-acp-for-bitfun — ACP bridge plugin connecting BitFun with DSH.
  • Moeblack/dsh-message-edit — Branch-based message editing, reroll, retry, and a version timeline.
  • Lum1104/dsh-browser — Chrome side-panel extension for driving the browser directly with DSH, with zero vision-model dependency. ⭐13
  • hellodigua/dsh-share — One-click conversation sharing.
  • chen-001/dsh-grok-tui — Use DSH through grok-build's TUI.
  • ccq1/dsh-side-panel — Side panel integrating a file browser, terminal, and Git review for quick file preview.
  • lhh010/dsh-ui-whale — Hand-drawn pixel whale companion living in the session title bar: blinks and swims while idle, animates while thinking, sprays water on turn completion; zero core changes.
  • lhh010/dsh-ui-progress — Session progress bar docked at the composer: real todo progress, live token generation rate, interrupt state, and todo reminders; zero core changes.
  • omdsh-dev/dsh-annotation — Select text, annotate, and send annotations along with your message; replies map back to each annotation one by one.
  • Ruler4396/dsh-launcher — Lightweight Windows launcher: silent autostart at logon plus a minimal WebView2 window instead of a full browser.
  • renat3u/dsh-web-archive — Collapses noisy messages (thinking, bash output, etc.) in the conversation.
  • renat3u/dsh-paseo — Registers DSH as a Paseo ACP provider: run and manage multiple parallel DSH agents from Paseo's desktop/web/mobile clients.
  • Small-tailqwq/dsh-deepcel — An Excel-style skin for DSH.
  • titanwings/dsh-plannotator — Plan-review plugin: select plan text, add anchored annotations, and send structured feedback back to the agent.
  • vibeinging/dsh-work — Local-first Electron workbench combining agent sessions, project files, data analysis, web research, MCP, and Office artifacts.
  • whiteguo233/dsh-cc-connect — Use DSH remotely through CC Connect.
  • dbydd/dsh-onlyne — Gives DSH agents a real IM inbox/outbox (Telegram, Feishu/Lark, QQ Bot, WeChat) through the Onlyne workspace-local channel daemon.
  • LaplaceYoung/dsh-qq2006 — QQ2006 skin: registers a qq2006 theme with a full global skin table and assets.
  • vlln/whale-girl — Desktop-pet plugin for the Web GUI (QQ-pet style): a draggable floating companion you can feed and play with.
  • ccch1mneyyy/dsh-working-activity — Live model working-status line for the TUI prompt bar and Web UI: playful thinking copy, running tools, turn summaries, and self-narration.
  • orriduck/dsh-tui — A small, session-aware terminal UI for DeepSeek Harness.
  • bill9109/dsh-conversation-share — Share arbitrary segments of a DSH conversation.
  • bobleer/deepseek-harness-gui — Tauri 2 desktop shell for DeepSeek Harness, following BitFun desktop + web-ui layout.
  • bruc3van/dsh-desktop — Standalone Electron desktop client wrapping the official Web UI, with session sharing, local workspaces, remote connections, and a system tray.
  • chen-001/dsh-chat-width — Adjusts the width of DSH replies.
  • dingyi222666/dsh-session-notification — Notifications for four session states (completion etc.), via browser alerts or prompt injection.
  • hellodigua/dsh-emoji — Automatically adds emoji to AI replies.
  • icodesign/orbis — Mobile client for DeepSeek Harness remote control.
  • lhh010/dsh-input-history — Terminal-style input history for the Web UI: recall sent messages with Ctrl+Up/Ctrl+Down; zero core changes.
  • lhh010/dsh-minigames — Right-side panel with 18 offline minigames (Tetris, Minesweeper, 2048, Sudoku, etc.) and an extensible game registry.
  • lhh010/dsh-paste-input — File-input enhancements for the Web UI: Ctrl+V paste, drag-and-drop, and file picking, copied into the session workspace on send.
  • Moeblack/deepseek-manners — Injects a thank-you note after every message.
  • Moeblack/dsh-prompt-studio — Prompt Studio: edit user and built-in system-prompt sections with live preview.
  • Nwflower/dsh-chat-import — Imports Claude Code chat history so conversations can continue in DSH.
  • omdsh-dev/7d7d — 7k7k-style game portal: the model generates or uploads HTML5/Flash minigames playable in the Web UI (fixed-version, checksum-verified Ruffle for Flash).
  • omdsh-dev/dsh-auto-chess — Auto-chess in the DSH Web UI: play against the AI or watch two AIs battle.
  • omdsh-dev/dsh-daily-fortune — Daily fortune plugin with Guan Yin lots, Tarot spreads, and daily quotes.
  • omdsh-dev/dsh-daily-progress — Daily plan and achievement system with completion-rate, streak, and weekly metrics.
  • omdsh-dev/dsh-fun-ticker — Market ticker marquee for crypto, FX, A-shares, indices, and HK/US stocks, using keyless data sources with a host proxy and caching.
  • omdsh-dev/dsh-fun-typewriter — WebAudio typing ambience with a plugin-owned settings API and zero audio assets.
  • omdsh-dev/dsh-fun-weather — Weather tab and weather-following themes powered by Open-Meteo.
  • omdsh-dev/dsh-gomoku — Play Gomoku against the AI in DSH, or pit two AIs against each other.
  • omdsh-dev/dsh-pet-corner — Floating pet with a keyless pet-image proxy, favorites, and a plugin-owned settings API.
  • omdsh-dev/dsh-voice-funasr — Local offline voice input for the Web UI: push-to-talk transcription with a local FunASR engine and optional LLM polish.
  • omdsh-dev/toybox — Toybox of playful DSH plugins: fun skills, quirky MCP servers, and other just-for-fun experiments.
  • qyw233/dsh-deeplink — Deep links for the Web UI: open a given session or workspace directly via ?session=/?workspace=.
  • renat3u/tonghuashun-webui — Tonghuashun-style (stock-terminal) Web UI skin plugin.
  • SenmuuuuW/dsh-group-photo — Beta-farewell photo wall: a Polaroid-style group-photo site with zero-permission GitHub OAuth and an allowlist check, wrapped as a DSH skill. ⭐11
  • Small-tailqwq/dsh-tps — A simple TPS (tokens-per-second) plugin.
  • SnowCrescenter-tech/dsh-launcher — One-click portable Windows launcher (no Node.js, pnpm, or CLI required).
  • vlln/dsh-navbar — Conversation node navigation bar: jump between user messages from a right-edge node strip.
  • vlln/dsh-task-status — Background task status bar with task progress and live output tail on the conversation page.
  • yuezengwu/dsh-explain — Local-first learning mode: cross-session global learning threads, per-source explanations, and a diagnosable settings UI.
  • yuxino/dsh-blue-whale-maid — Blue-whale-maid desktop pixel pet living in the DSH Web GUI.

Skills

Packaged task capabilities (markdown-based skills, tool packs).

  • Anionex/dsh-vision-toolkit — Vision tools for text-only models: intent-aware image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, artifacts, and a Web UI. ⭐80
  • omdsh-dev/dsh-toolkit — Zero-dependency deterministic tool pack — time, encoding, JSON, calculator, CSV, regex, markdown, diff, stats, and schema — with a unified one-command install.
  • Anionex/dsh-computer-use — Accessibility-first macOS computer-use bundle with fresh observations, stale-state rejection, scoped permissions, and safe input.
  • omdsh-dev/dsh-plugin-dev — Field notes on DSH plugin development (skill + docs): cordis dual copies, tsconfig setup, Windows junctions, multi-frame zstd, and other tested findings.
  • omdsh-dev/dsh-tool-csv — CSV data tool (RFC 4180): parse, query, aggregate, and convert CSV text with a zero-dependency state-machine parser.
  • emredeveloper/deepseek-harness-huggingface — Read-only Hugging Face Hub model discovery; registers an hf_search_models tool that needs no API key.
  • omdsh-dev/dsh-plugin-skills — Agent skills for building and testing DSH plugins — from scaffolding a new package to choosing test tiers — entirely inside an agent session.
  • omdsh-dev/dsh-book2skill — Book-to-skill pipeline: a five-stage long task (fetch, parse, understand, generate, install) with three human gates and a browser timeline panel.
  • omdsh-dev/dsh-github-integration — Static skill source for structured GitHub issue and pull-request campaigns: batch survey, triage, isolated fixes, and tracking-table updates.
  • omdsh-dev/dsh-tool-calculator — Calculator tool: safe math-expression evaluator with a zero-dependency recursive-descent parser.
  • omdsh-dev/dsh-tool-diff — Diff tool: structured comparison and unified diffs for text, JSON, CSV, and Markdown; zero-dependency and read-only.
  • omdsh-dev/dsh-tool-encoding — Encoding/hash tool: base64/base64url/url/hex codecs, md5/sha1/sha256/sha512 hashes, and UUID generation; zero-dependency.
  • omdsh-dev/dsh-tool-json — JSON query tool: JMESPath-subset queries with a zero-dependency recursive-descent parser.
  • omdsh-dev/dsh-tool-markdown — Markdown tool: HTML-Markdown conversion, GFM table normalization, and TOC generation with a lightweight parser.
  • omdsh-dev/dsh-tool-regex — Regex tool: test matches, extract capture groups, replace safely, and statically explain patterns without executing code.
  • omdsh-dev/dsh-tool-schema — JSON Schema validation tool: validate/paths/explain/normalize with zero network access and no dynamic execution.
  • omdsh-dev/dsh-tool-stat — Statistics tool: descriptive stats, percentiles, frequency distributions, and correlations; zero-dependency pure functions.
  • omdsh-dev/dsh-tool-time — Time tool: strict ISO 8601 parsing, IANA timezone conversion, UTC calendar math, and fixed-duration differences; zero-dependency.

Resources

Contributing

PRs welcome! To add a plugin:

  1. Make sure your repo carries the #dsh GitHub topic.
  2. Add one entry under the most fitting category, format:
    - [Name](https://link) — Concise one-line description.
  3. Keep the list alphabetical within each section where practical.
  4. One PR per logical change; keep descriptions factual and hype-free.

See CONTRIBUTING.md for details.

License

CC0

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.

Reviews (0)

No results found