Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Active FP guidance for Go projects using fp-go/v2. Monad selection, code review, migration assistance, and pattern suggestions.

Install to Claude Code

/plugin install fp-go@fp-go-skill

Run in Claude Code. Add the marketplace first with /plugin marketplace add franchb/fp-go-skill if you haven't already.

README.md

fp-go Skill Marketplace

![OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/franchb/fp-go-skill) ![SLSA 3](https://github.com/franchb/fp-go-skill/attestations) ![License: Apache-2.0](https://opensource.org/licenses/Apache-2.0)

<p align="center"> <img src="gopher.png" alt="fp-go/v2 Gopher teaching functional programming" width="600"> </p>

A Claude Code plugin marketplace providing functional programming guidance for Go projects using fp-go/v2.

Installation

Claude Code Marketplace

claude plugin marketplace add franchb/fp-go-skill

Browse and Install Plugins

/plugin menu

Local Development

To add the marketplace locally (e.g., for testing or development), navigate to the parent directory of this repository:

cd /path/to/parent  # e.g., if repo is at ~/projects/fp-go-skill, be in ~/projects
claude plugin marketplace add ./fp-go-skill

What it does

  • Auto-detect: When your project uses fp-go/v2 or fptest-go, Claude applies correct conventions automatically
  • Monad selection: Interactive decision tree to pick the right type (Option, Result, IOResult, ReaderIOResult, Effect)
  • Code review: Catches fp-go anti-patterns — wrong monad choice, imperative style, missing composition
  • Migration: Step-by-step conversion of imperative Go to fp-go pipelines
  • Testing: Property-based testing guidance with fptest-go — law verification, generators, FP-aware assertions, functional mocking
  • Deep reference: Layered docs from compact cheatsheet to full API inventory (5,262 functions across 61 packages)

Available Plugins

| Plugin | Description | |--------|-------------| | fp-go | Active FP guidance for Go projects using fp-go/v2 — monad selection, code review, migration, and testing |

Usage

Invoke with /fp-go in any Claude Code session, or start working on a Go project that imports github.com/IBM/fp-go/v2 or github.com/franchb/fptest-go — the skill activates automatically.

| Command | What it does | |---------|-------------| | /fp-go | Load fp-go conventions into the session | | "which monad should I use?" | Interactive monad selection wizard | | "review my fp-go code" | Check for anti-patterns and suggest improvements | | "convert this to fp-go" | Step-by-step migration from imperative Go | | "how should I test this?" | Test strategy — laws, properties, assertions, mocking |

Documentation Layers

The skill loads a compact reference (~260 lines) by default and reads deeper docs on demand:

| File | Lines | When loaded | |------|-------|-------------| | SKILL.md | ~340 | Always (compact reference + guidance logic) | | cookbook.md | 1,198 | Migration tasks, "how do I X?" | | core-patterns.md | 1,598 | Type details, operations, composition | | mastery.md | 1,437 | Advanced: Do-notation, DI, transformers, profunctors | | full-reference.md | 6,080 | API lookup across all 61 packages | | testing.md | ~900 | Property-based testing, law verification, FP assertions |

Requirements

  • Go 1.24+ (for generic type aliases)
  • fp-go/v2 in your project
  • fptest-go (optional, for testing guidance)

Security

This skill restricts its tools to read-only operations (Read, Grep, Glob, LSP) via allowed-tools in the SKILL.md frontmatter. It cannot execute commands, write files, or make network requests.

All CI checks enforce:

  • Prompt injection pattern detection on PRs
  • Hidden Unicode character scanning
  • allowed-tools presence verification
  • Content integrity hash validation
  • Secret scanning with push protection
  • SLSA Level 3 provenance on releases

See SECURITY.md for the vulnerability reporting policy and release verification instructions.

Contributing

We welcome contributions! Please see CLAUDE.md for skill authoring guidelines.

License

Apache-2.0

Related plugins

Browse all →