@mokuyoaxis/dsh-iris
Multi-provider media generation, visual understanding, prompt optimization, and an integrated Iris workbench for DeepSeek Harness.
249 results
Multi-provider media generation, visual understanding, prompt optimization, and an integrated Iris workbench for DeepSeek Harness.
dsh 插件开发知识库:DeepSeek Harness 官方文档站完整 Markdown 镜像(中英双语 184 页)+ 58 篇仓库补充开发参考 + 主题导航与 245 文件全量搜索索引;以 dsh-plugin-dev-kb 技能让 agent 在插件开发任务中自动加载定位文档。纯数据插件,零运行时依赖。
Persistent vision plugin for DeepSeek Harness: registers the vision_analyze tool backed by a configurable multimodal model, with a settings-page UI. Zero dependencies.
DSH 跨会话长期记忆:命名空间隔离 + L1 索引注入(存在性编码)+ 行动验证写入 + 内容级近重复去重 + BM25 全文检索 + 跨命名空间提升 + 自动蒸馏候选 + 溯源/归档/回滚 + 自动维护。
测试驱动开发:先写失败测试再写实现,Prove-It 模式,测试即证明。受 addyosmani/agent-skills(88k★ MIT)启发。
上下文工程:按层级(规则文件→规格→源码→错误输出→对话历史)主动策划 agent 看到的信息,提升输出质量。受 addyosmani/agent-skills(88k★ MIT)启发。
科学技能包:100+ 科学数据库查询(PubChem/UniProt/ClinicalTrials/FRED…)、文献综述与证据有界假设生成、实验方案设计、同行评审回复、基金写作、方法验证(ICH/USP/CLSI)、论文级图表。受 K-Dense-AI/scientific-agent-skills(33.9k★ MIT)启发。
OKX agent-skills 官方技能适配 DeepSeek Harness (DSH) 技能库:skills 目录 + dsh-plugin 双通道安装
AIResearch skills for DeepSeek Harness: snapshot, deep dive, morning brief, and SEC filing analysis.
按 Anima3 v3.0 模板把中文场景转为英文提示词:槽位顺序/互斥检查/自检/标签库(读取本地模板文件)
Craft Mermaid skill + DeepSeek Harness bundle: deterministic high-resolution Mermaid PNG rendering with Craft light/dark palettes and visual review.
User-approved Goal, Milestone, and Turn checkpoints for solo long-running DeepSeek Harness projects.
Plug-in vision for text-only LLMs — a DeepSeek Harness (dsh) fork of ModLens adding multi-engine support (Gemini, Volcengine Ark/Doubao, Claude) and per-call engine selection
Pre-step skill router for DeepSeek Harness: rule-first task-to-skill matching that pours matched skill bodies only on high-confidence hits and stays silent otherwise. Companion to skill-bartender.
Plugin tools provider for DeepSeek Harness: install plugin/skill development tools (expert2skill, skill-compliance, dependency-scan) via ctx.skills from a line catalog.
One-click silent DSH restart button in the composer input bar. DeepSeek Harness plugin (dsh-plugin).
DSH plugin: auto-downscale oversized images (and a portable Agent Skill). Powered by sharp. Install from GitHub — no npm publish.
LVGL 8.4 knowledge skill pack for DeepSeek Harness (dsh): registers an offline LVGL 8.4 skill library on ctx.skills so the agent writes correct v8 API code and avoids v9 confusion.
对话式查找 DSH 插件的增强版 skill:语义检索 × 四源聚合 × 安全审计
浏览器测试与 UI 验证:用真实浏览器验证 DOM/控制台/网络/性能,替代猜测。受 addyosmani/agent-skills(88k★ MIT)启发。
CI/CD 自动化:质量门禁、shift-left、构建部署管线、发布策略。受 addyosmani/agent-skills(88k★ MIT)启发。
Vision-first MCP for text-only Agents, using Agnes AI for image understanding with experimental generation and editing.
pushplus 消息推送:通过 pushplus API 向微信发送通知。当用户要求推送消息、发送通知、任务完成后汇报结果时,自动使用此 skill 调用 scripts/pushplus.py 推送消息到用户微信。
文档预编译成可执行技能:把官方文档(API 模式/配置流程/最佳实践/约束/故障排查决策树/安全合规)预编译为结构化可执行技能,而非每次 RAG 检索——提取→分类→按用户意图按需揭示。受 MicrosoftDocs/Agent-Skills(Azure Agent Skills)启发。