No open PRs to review
Prompt & context engineering for agents as a Claude Code plugin — sharpen requests, forge agent system prompts, review through expert lenses. Zero deps, no API keys.
Zero-dependency, fully auditable TypeScript library that scores a RAG answer inline at query time. No LLM calls. No offline pipeline. Uses signals already in your retrieval stack. Output: a typed 0–100 scorecard with per-dimension breakdowns.
Recursive-fold consolidation for append-only agent memory — evolving fixed-size digests so memory gets denser as it grows, not just longer. Built to interoperate with claude-mem.
A time tracking and billing plugin for the claude-for-legal ecosystem. Captures billable attorney time per client and matter in 6-minute increments, supports multi-attorney firms via shared folder, generates printable invoice exhibits, and includes WIP review, budget tracking, and a monthly billing digest agent.
A tiny remote MCP server that carries a context pack (voice rules, system facts, anything) between your Claude surfaces: push from Claude Code, read from Claude mobile.
100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
`ledger` is a local-first, queryable record of architectural decisions across projects. It is a Python CLI tool backed by SQLite, with optional AI-powered retrieval (Layer 2) and an MCP server surface
Autonomous AI operations agent for small law firms. Daily Closeout Brief, deadline escalation, billing WIP review, pre-bill scrubber, client comms drafts, anomaly detection. Built on Google ADK + Gemini 2.5 Pro + Firestore + Cloud Run.
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
A suite of plugins for legal workflows
The agent that grows with you
- Feature request: Local pre-processing step before Cowork ingests large local file sets (esp. for legal/document-heavy workflows)
Quick update — I spiked the hook mechanism before committing to the build, and one thing in my sketch above needs correcting, plus the load-bearing feasibility question is now settled empirically. **…
- Add billing-legal plugin — time tracking and billing for AI-assisted legal work
Friendly nudge for maintainer review when someone has bandwidth 🙏 Quick status so this is easy to pick up: - **CLA** signed and green. - **Mergeable** with no conflicts against `main`; scope is cont…
- Feature request: Local pre-processing step before Cowork ingests large local file sets (esp. for legal/document-heavy workflows)
The 80–90% number tracks. The part I'd push on is the gate, not the extraction. pdfplumber does well on text-native PDFs. On a scanned exhibit it returns *something* — and the something often looks l…