LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: functional programming

Browse skills that share this tag.

  • kotlin-patterns - Kotlin idiomatic patterns guide
    Kotlinidiomatic patternscoroutinesdomain modeling

    ★ 10 · Updated 2026-06-15

    Provides idiomatic Kotlin patterns including sealed classes, coroutines, Flow, DSLs, and value classes

    ⚙ write Kotlin classes⚙ review Kotlin code⚙ model domain objects
  • srfi - Scheme Requests for Implementation
    Schemelibrary specificationsR7RSfunctional programming

    ★ 18 · Updated 2026-06-15

    Portable library specifications extending Scheme programming language with categorized SRFIs

    ⚙ search SRFIs by keyword⚙ show SRFI abstract⚙ clone SRFI implementation
  • API Documentation Lookup - Effect-TS API Documentation Lookup Tool
    Effect-TSAPI documentationTypeScriptfunctional programming

    ★ 18 · Updated 2026-05-09

    Retrieves API documentation from official Effect-TS documentation site

    ⚙ retrieve API documentation⚙ fetch function signatures⚙ fetch parameters
  • fn-args-deps - Functions over classes with explicit DI
    dependency injectionfunctional programmingcode architectureTypeScript

    ★ 18 · Updated 2026-03-23

    Enforce fn(args, deps) pattern for business logic functions with explicit dependency injection

    ⚙ declare function deps types⚙ use per-function dependencies⚙ wire deps at boundary
  • core-package - Core Package with Pure Functions
    functional programmingZodtype safetydatabase independent

    ★ 602 · Updated 2026-03-20

    Provides pure function patterns, Zod schemas, and database-independent calculation functions for core package development

    ⚙ create pure functions⚙ define Zod schemas⚙ infer TypeScript types
  • my-react-rules - Elixir and Phoenix Best Practices
    ElixirPhoenixcode standardstesting

    ★ 57 · Updated 2026-03-19

    编码规范指南涵盖 Elixir 和 Phoenix 开发的最佳实践

    ⚙ validate data⚙ organize code⚙ handle errors
  • effect-ts - Effect-TS Code Patterns and Snippets
    Effect-TSfunctional programmingTypeScriptcode generation

    ★ 18 · Updated 2026-02-17

    Provides Effect-TS code snippets, templates, and examples for functional programming patterns

    ⚙ find Effect usage patterns⚙ generate Effect code templates⚙ create generator-based composition
  • ocaml - OCaml Functional Programming with Type Inference
    functional programmingtype inferencecompilerconcurrency

    ★ 13 · Updated 2026-02-12

    Functional programming with type inference for .ml files

    ⚙ Write OCaml code with type inference⚙ Create .ml files⚙ Use modules and functors