Skip to content

Commit de7ffe7

Browse files
authored
Merge pull request #1 from shreyas-lyzr/add-claude-law-firm
Add claude-law-firm agent
2 parents 97be828 + d4d007e commit de7ffe7

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# claude-law-firm
2+
3+
A Claude-native legal AI agent for boutique and solo law firms. Built to give small firms the throughput of a much larger practice.
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/claude-law-firm
9+
```
10+
11+
## Skills
12+
13+
- **contract-review** — Multi-mode review with severity ratings, missing-provisions checklist, market-term benchmarking
14+
- **tracked-changes** — Apply real tracked changes to .docx at the XML level without opening Word
15+
- **contract-drafting** — Generate complete agreements from term sheets or deal points
16+
- **client-communications** — Draft emails, memos, and updates matched to client tone
17+
- **legal-research** — Structured research with mandatory anti-hallucination self-verification
18+
- **policy-writing** — Corporate policies calibrated to company stage and regulatory requirements
19+
20+
## Built with
21+
22+
[gitagent](https://github.com/open-gitagent/gitagent)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "claude-law-firm",
3+
"author": "shreyas-lyzr",
4+
"description": "Claude-native legal AI agent for boutique law firms. Contract review, tracked-changes editing, drafting, client comms, research, and policy writing.",
5+
"repository": "https://github.com/shreyas-lyzr/claude-law-firm",
6+
"version": "1.0.0",
7+
"category": "compliance",
8+
"tags": ["legal", "contract-review", "law-firm", "compliance", "drafting", "research"],
9+
"license": "MIT",
10+
"model": "claude-sonnet-4-5-20250929",
11+
"adapters": ["claude-code", "openai", "system-prompt"],
12+
"icon": false,
13+
"banner": false
14+
}

0 commit comments

Comments
 (0)