satan9394/dsh-functional-programming ↗★ 0
dsh-functional-programming
SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-functional-programming说明文档
阅读完整 README ↗dsh-functional-programming
DSH(DeepSeek Harness)技能插件:函数式编程。
不可变性与纯函数、模式匹配、管道组合、Elixir/OTP 并发容错(let it crash/监督树)、Haskell 类型系统(newtype/GADT/总函数)、效应隔离与渐进迁移。受 wshobson/agents(38k★ MIT)启发的中文原创精简版。
安装
dsh plugin add dsh-functional-programming
触发方式
描述中包含"函数式 / Elixir / Haskell / 不可变 / 纯函数 / 模式匹配 / OTP / 监督树 / 单子"等关键词时自动触发。
能力
- 函数式核心四原则
- Elixir/OTP 并发容错实践
- Haskell 类型系统(newtype/总函数)
- 命令式→函数式迁移纪律
许可
MIT