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

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs
A developer tracked 'fpk' (f-bombs per thousand prompts) across 44,212 Claude Code prompts over 5 months, finding frustration dropped 3.4× from Claude Opus 4-5 to 4-7, and most cursing targeted environmental tooling, not the model.

Reframe slash command for Claude Code applies cognitive science technique to problem-solving
A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

Anchormd: A Tool for Managing Context Across Claude AI Sessions
Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.