Open Source AI Context Packs for Legal, Compliance, and Finance Questions

A developer has created AI Context Packs, a free open source collection of 32 knowledge files designed to improve AI responses to legal, compliance, and finance questions. Instead of receiving generic "consult a lawyer" answers, users can paste these context blocks into any AI chat to get specific, actionable information.
How It Was Built
The developer used Claude to research every pack by pulling from official sources including EU GDPR text, FTC guidelines, EU AI Act, and IRS rules. Claude helped structure each pack in a consistent format that improves AI answer quality when pasted as context. Every pack was tested by pasting it into Claude and comparing answers with and without the pack, with significant differences observed.
What's Included
- Legal — GDPR, contracts, open source licenses
- Finance — SaaS billing, equity, VAT, taxes
- Tech — EU AI Act, CCPA, cloud compliance
- Marketing — FTC rules, Google/Meta ads
- Hiring — contractor vs employee, remote work
- International — EU, UK, India
How to Use It
The tool is completely free with no signup required. Users open the pack they need, copy the context block, paste it into Claude or any AI, then ask their question. For example, instead of getting "consult a lawyer" for "Do I need a cookie banner?", users get specific guidance: "Yes — Google Analytics needs consent before it fires, your banner needs a real Reject button, pre-ticked boxes are illegal, here's exactly what you need."
The project is open source and available on GitHub, with pull requests and new pack requests welcome. The developer is soliciting suggestions for additional domains to cover.
📖 Read the full source: r/ClaudeAI
👀 See Also

Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants
Elodin released an open-source simulation harness for the AI Grand Prix virtual qualifier, matching competition constraints and running against real Betaflight. The Rust/Bevy-based tool generates camera sensor samples directly in the loop, avoiding heavy game engine overhead.

Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis
A new open-source plugin for Claude Code addresses generic animation generation by implementing an 'interaction thesis' approach where Claude must describe motion concepts before coding. The plugin includes 8 sub-skills covering GSAP, Framer Motion, CSS animations, and design principles from studied repositories.

Beagle SCM: A Source Code Management System That Stores AST Trees
Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.