Haskell Agent banner
kutyel kutyel

Haskell Agent

AI community

Description

My first Claude powered AI agent with Haskell!

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

haskell-agent

My first Claude powered AI agent with Haskell! 🤖

Based on this [blogpost](https://ampcode.com/notes/how-to-build-an-agent) by [Ampcode](https://ampcode.com/).

Environment Variables

Set your Anthropic API key as an environment variable:

# Option 1: Set directly in your shell
export ANTHROPIC_KEY="your-anthropic-api-key"

# Option 2: Using .envrc with direnv (recommended)
cp .envrc.sample .envrc
# Edit .envrc to add your API key
direnv allow