·functional-programming
</>

functional-programming

manutej/crush-mcp-server

掌握函数式编程原理和模式,包括纯粹性、不变性、组合、高阶函数、代数数据类型、函子、单子和效果管理。在处理函数范式、纯函数、不可变数据结构、函数组合、类型安全错误处理或实现函数模式(如映射/过滤/归约、柯里化、部分应用、递归、惰性求值或引用透明)时使用。

6安装·0热度·@manutej

安装

$npx skills add https://github.com/manutej/crush-mcp-server --skill functional-programming

SKILL.md

Purity is better than side effects Pure functions create predictable, testable code. Functions depend only on inputs and produce no side effects.

Immutability is better than mutation Data that cannot change eliminates entire categories of bugs. State cannot be modified; concurrent operations become naturally safe.

Composition is better than monoliths Small, focused functions combined thoughtfully solve complex problems elegantly.

掌握函数式编程原理和模式,包括纯粹性、不变性、组合、高阶函数、代数数据类型、函子、单子和效果管理。在处理函数范式、纯函数、不可变数据结构、函数组合、类型安全错误处理或实现函数模式(如映射/过滤/归约、柯里化、部分应用、递归、惰性求值或引用透明)时使用。 来源:manutej/crush-mcp-server。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/manutej/crush-mcp-server --skill functional-programming
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 functional-programming?

掌握函数式编程原理和模式,包括纯粹性、不变性、组合、高阶函数、代数数据类型、函子、单子和效果管理。在处理函数范式、纯函数、不可变数据结构、函数组合、类型安全错误处理或实现函数模式(如映射/过滤/归约、柯里化、部分应用、递归、惰性求值或引用透明)时使用。 来源:manutej/crush-mcp-server。

如何安装 functional-programming?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/manutej/crush-mcp-server --skill functional-programming 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/manutej/crush-mcp-server