fp-pack
Functional pipelines, currying, and lazy streams for TypeScript
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install fp-pack?โผ
Run `npx skills add superlucky84/fp-pack --all -g -y` in your terminal to install this skill globally for your coding assistant.
What does the fp-pack skill do?โผ
It teaches your coding assistant to write idiomatic fp-pack code using pipe, pipeAsync, curried helpers, and the SideEffect pattern instead of try-catch blocks.
When does the fp-pack skill activate?โผ
It only activates when fp-pack is detected in your project's package.json or node_modules, so it never overrides your existing project conventions.
Does fp-pack work with Claude Code and Cursor?โผ
Yes. The skill follows the universal SKILL.md standard and works in Claude Code, Cursor, Codex, and other compatible coding assistants.
How does fp-pack handle errors without try-catch?โผ
It uses the SideEffect pattern with pipeSideEffect pipelines, letting you mark exceptional paths as data and handle them cleanly at the boundary.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core