New Example banner
plclub plclub

New Example

Development community

Description

# New hs-to-rocq Example Create a new hs-to-rocq example that translates a Haskell library to Coq. This skill sets up the directory structure, configures the build system, and iteratively translates the library following the Translation Principles from CLAUDE.md. ## Arguments The argument should be the library name and its Git repository URL, e.g.: ``` /new-example mtl https://github.com/haskell/mtl.git ``` If only a name is given, ask the user for the repository URL. ## Phase 1: Setup ###

Installation

Installs to ~/.claude/commands/plclub-hs-to-coq-new-example.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/plclub/hs-to-coq/HEAD/.claude/commands/new-example.md -o ~/.claude/commands/plclub-hs-to-coq-new-example.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository