Grigorii Moskalev
Legal counsel and legal engineer.
I run the legal function at a consumer tech product used by hundreds of millions: IP, privacy, corporate, and app-store disputes. Before that, KPMG and senior in-house roles at international tech companies across Cyprus and the EU.
Legal engineering is the part I love. I have built RAG pipelines over our internal corpus, contract analytics, and MCP servers that keep client data off the API. When client data should not reach a hosted model at all, I deploy a local one. I have also shipped legal-tech products as a product owner, from spec to launch.
- Years practicing
- 11
- years practicing law
- GitHub stars
- 165
- GitHub stars across projects
- Practice areas
- IP · Privacy · Corporate
- practice areas
- Languages
- EN · RU · GR
- languages
Tools I build for legal teams, in-house and in firms, and for my own desk. All open source.
PII Shield
live · ★ 134Anonymize documents before Claude sees them. Restore real data after analysis.
MCP server for Claude Desktop. Reads documents locally, swaps every name, ID, and number for placeholders, sends only the anonymized text to the model, and stitches the real values back into the result. PII never enters the API.
memoforge
new · ★ 21From one legal question to a finished .docx memo.
Cowork plugin that works like a small legal team: triage, three parallel researchers, an IRAC writer, five reviewers, and up to three revision rounds. Ships the memo with its full source pack and an honest verdict.
Plain
new · ★ 9Double-click a .md file and you are reading.
Lightweight Markdown reader and editor for Windows and macOS. Rendered, source, and markup-hidden views of one file, a folder as the library, full-text search. The file stays yours byte for byte: no database, no account, no network.
Brand monitor
live · ★ 1Finds the apps stealing your name and the sites cracking your build, every week.
A single SKILL.md for Claude or OpenClaw. Scans the App Store across countries and the open web for knockoffs and cracked APKs, confirms candidates with icon vision and WHOIS evidence, and ships a prioritized Excel report.
Notes on legal-AI work, originally posted on LinkedIn.
Plain: a free Markdown reader and editor, because $15 was too expensive
Almost everything I get out of LLMs is markdown. I could have bought Typora. Instead I built a free, open-source reader and editor for Windows and macOS, and I like it better.
Legal engineer: a salesman, a builder, or both?
Harvey's certificate and in-house job posts describe a connector, not a builder. My take: a legal engineer is a product manager for legal work, and code is just the fastest way to test a hypothesis.
PII Shield now runs as a CLI
Anonymize any document locally before it reaches an LLM, then restore the real data on your machine. 35 entity types across 17 jurisdictions, on-device, open source.