
M4dc4p Claude Hoogle
- 1 repo stars
- Updated January 12, 2026
- m4dc4p/claude-hoogle
m4dc4p-claude-hoogle is a Claude Code plugin that lets your agent search Haskell APIs on Hoogle by name or type signature.
About
m4dc4p-claude-hoogle adds Hoogle—the standard Haskell API search engine—to Claude Code so your agent can resolve function names and type signatures in context. developers shipping Haskell services, CLIs, or research code often lose time jumping between the editor and a browser to confirm which package exports a combinator or what the exact type of a lens helper is. This plugin packages that lookup as a Claude Code integration keyed for functions, haskell, hoogle, search, and signature workflows. Complexity is beginner-friendly if you already write Haskell; you still need Claude Code and network access to Hoogle-backed search. It does not replace reading Haddock or your stack’s version pins—it accelerates discovery so the agent proposes real symbols and types faster.
- Search Haskell APIs by function name from Claude Code
- Search by type signature when you know the shape but not the module
- Single-plugin Hoogle bridge for Haskell-focused backend work
- Reduces manual tab-switching to hoogle.haskell.org during implementation
M4dc4p Claude Hoogle by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install m4dc4p-claude-hoogle@m4dc4p/claude-hoogleAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | January 12, 2026 |
| Repository | m4dc4p/claude-hoogle ↗ |
What it does
Search Haskell modules and types from Claude Code via Hoogle without leaving the agent session.
Who is it for?
Haskell developers using Claude Code who want in-session Hoogle lookups by name or type.
Skip if: Skip if you're not using Haskell, or developers and only need generic web search without type-signature-aware API discovery.
What you get
After install, your agent can run Hoogle searches inside Claude Code and ground suggestions in real Haskell API hits.
- In-session Hoogle searches by function name
- In-session Hoogle searches by type signature
By the numbers
- Catalog lists 1 plugin in the bundle
- Source repository: m4dc4p/claude-hoogle
- Listed categories: development
Recommended Plugins
How it compares
Haskell Hoogle integration plugin, not a general documentation skill or MCP server catalog entry.
FAQ
Who is M4dc4p Claude Hoogle for?
It is for developers and small teams writing Haskell in Claude Code who want Hoogle name and type-signature search without leaving the agent.
When should I use M4dc4p Claude Hoogle?
Use it during backend and integration work when you need to find the right module, function, or type-shaped API while implementing Haskell code.
How do I add M4dc4p Claude Hoogle to my agent?
Install the m4dc4p/claude-hoogle Claude Code plugin from the catalog and enable it in Claude Code so Hoogle search commands are available to the agent.