Tools Architect • AI Agent Systems • Local-First & Privacy Engineering
Hassan, Karnataka, India
I notice the friction people learn to tolerate, turn it into a focused tool, and keep the engineering decisions visible from first check to working proof.
Most software failures don't happen because of complex math — they happen because small warning signs were ignored: a credential pasted into an LLM prompt, a missing environment variable crashing a dev container, or semester grade calculations lost in rigid spreadsheets.
I build browser-local utilities, developer tools, and modular AI agent systems that solve these exact points of friction before they turn into costly emergencies.
Catching leaks, conflicts, and decay before staging or production 🔒 Zero-Exposure Privacy
100% browser-local cryptography and offline-capable CLIs ⚡ Useful Before Impressive
Sub-3-second runtimes, zero-config setups, and honest limits 🔍 Visible Trade-Offs
Open documentation, verified benchmarks, and zero telemetry traps
Zero-exposure browser privacy desk, CLI, and Model Context Protocol (MCP) server.
- The Problem: Developers paste credentials, DB strings, and logs into frontier LLMs. Once sent to frontier models or public issue trackers, a secret cannot be un-sent.
- The Solution: Operates 5 client-side engines: text credential scrubber (8 detector classes + regex), zero-exposure prompt roundtrip with
.aiscrub.jsonreconstruction key, zero-width Unicode watermark remover, C2PA EXIF/metadata wiper, and canvas redactor. - Tech Stack: React 19 · TypeScript · Web Crypto API · Vite · Tailwind CSS · MCP Server · Node CLI
Launch AIScrubber AIScrubber GitHub
View architectural highlights
- 100% in-browser Web Crypto execution with zero network telemetry
- Claude & LLM invisible watermark remover (
\u200B,\u200C,\u200D,\uFEFF,\u2060) - Terminal batch execution via
npx aiscrubber - Native MCP server integration for Claude Desktop, Cursor, and Codex
Browser-local cryptographic credential, passphrase, and pattern generator.
- The Problem: Online password generators transmit generated secrets across networks or rely on biased pseudo-random implementations.
- The Solution: Uses browser
crypto.getRandomValues()with rejection sampling to eliminate modulo bias. Provides 4 modes: Random Password, Memorable Passphrase, Numeric PIN, and Custom Pattern with live bit-entropy calculation. - Tech Stack: React 19 · TypeScript · Web Crypto API · Vite · Tailwind CSS v4 · GSAP
View architectural highlights
- Cryptographic randomness via Web Crypto API with zero server calls
- Live bit-entropy scoring and offline brute-force crack time models
- Local-only searchable copy desk up to 50 items with 1-click purge
- Fully responsive tactile interface with GSAP micro-interactions
Credit-weighted semester GPA engine & Target What-If degree planner.
- The Problem: University grading scales vary widely. Ad-filled online calculators fail on custom credits, multi-semester weighting, and forward-looking GPA target forecasting.
- The Solution: Preloaded with university presets (VTU CBCS, Anna University, Mumbai University, KTU, JNTU, US 4.0) plus a custom scale builder. Includes a Target CGPA What-If planner calculating exact required semester GPAs.
- Tech Stack: React 18 · TypeScript · Vite · Tailwind CSS · LocalStorage Persistence
Launch GradeForge GradeForge GitHub
View architectural highlights
- Multi-semester credit-weighted SGPA and cumulative CGPA calculation
- Target CGPA 'What-If' planner for future semester planning
- CSV data export, JSON backup, and clean printable transcript renderer
- 100% offline browser storage with zero account signups
Sub-3-second local runtime, service, and environment readiness auditor.
- The Problem: Developers clone a repository and hit cryptic runtime mismatches, missing
.envvariables, stopped database daemons, or port collisions. - The Solution: Automatically inspects project manifests (
.nvmrc,package.json,pyproject.toml,go.mod,docker-compose.yml,.env.example) and generates single-line copyable fixes. - Tech Stack: TypeScript · Node.js · pnpm Workspaces · tsup · Vitest · MCP Protocol · VS Code Extension
EnvPreflight GitHub npm package
View architectural highlights
- Multi-runtime validation for Node.js, Python, Go, and Rust
- Background daemon checks: Postgres (5432), Redis (6379), MySQL (3306), MongoDB (27017), Docker
- Strict zero-leakage
.envvariable key auditor (secret values are never read or logged) - Model Context Protocol (MCP) server for Claude Code and Cursor agents
Deterministic AI agent skills index — 277 verified skills across 12 focused categories.
- The Problem: AI coding agents guess when they hit domain-specific tasks, and long tool descriptions get truncated silently by model contexts.
- The Solution: A machine-indexed library of 277 agent skills across 12 category repos, plus standalone
skillary-agentsmulti-agent orchestrator. Every description stays under 200 chars with explicit sibling boundaries and zero-indicator security checks. - Tech Stack: Agent Skills Spec · SQLite FTS5 Search · Python 3.12 · Claude Code · Codex · Cursor · Gemini CLI
Skillary GitHub skillary-agents
View architectural highlights
- 12 Focused Category Repos: Developer (58), Marketing (44), Game Dev (26), Business (23), Design (21), Education (21), Agents (17), Personal (15), Writing (15), Sales (14), Finance (12), Legal (11)
- Host-neutral orchestrator protocol in
skillary-agentswith 6 zero-slug roles and 8 cross-domain playbooks - Sub-millisecond full-text search via SQLite FTS5 (
dist/skills.db) and machine-readabledist/skills.json - Direct terminal installation via
npx skills add poorvith-mp/skills-[category]or Claude Code marketplace
Everything your bug report needs, in one command. Sub-2-second local diagnostic collector.
- The Problem: Filing a useful bug report takes 10 minutes of manually gathering logs, git states, package versions, OS info, and env config — developers skip half of it, leaving issues unactionable.
- The Solution: A zero-config CLI that bundles complete runtime context, sanitizes sensitive secrets with zero network calls, and copies a single markdown report ready to paste into GitHub or AI agents.
- Tech Stack: TypeScript · Node.js · AST Sanitizer · Vitest · tsup · CLI
View architectural highlights
- Zero network calls: completely offline execution with zero telemetry
- Mandatory redaction pipeline: auto-strips AWS keys, Stripe tokens, private keys, and passwords
- One-click GitHub Issue pre-fill (
npx crashpack --issue) - Command wrapper mode (
npx crashpack --wrap "command") capturing failed process buffers
Upstream core contributions, security audits, and parser fixes.
guillaumemeyer/watermarks-remover • Collaborator
- What it solves: Neutralizes invisible zero-width Unicode tracking vectors (
\u200B,\u200C,\u200D,\uFEFF,\u2060) embedded by frontier LLM outputs. - Contribution: Hardened the CLI pipeline and designed the AST-level regex sanitizer, transforming experimental code into a production-grade inspection engine with push collaborator access.
PrithvijitBose/Knowledge-Agent • Contributor
- What it solves: Hybrid vector-graph retrieval architecture for autonomous local reasoning agents.
- Contribution: Engineered multi-layer vector graph query pipelines, local embedding index integration, and autonomous reasoning loops for sub-second retrieval without cloud dependencies.
🕸️ graphify
Graphify-Labs/graphify • Contributor
- What it solves: Turns codebases into persistent, queryable knowledge graphs for autonomous AI coding agents.
- Contribution: Contributed to the core v8 architecture, optimizing god-node detection, multi-file dependency cluster algorithms, and graph query traversal speed.
⚡ caveman
JuliusBrussee/caveman • Contributor
- What it solves: High-throughput codebase analysis and AST scanning for developer repositories.
- Contribution: Engineered deep repository scan heuristics and dependency profiling optimizations to eliminate bottlenecks across large monorepos.
| Layer | Technologies |
|---|---|
| Languages & Runtimes | TypeScript JavaScript Python Node.js |
| Frontend & UI Systems | React 19 Tailwind CSS v4 Vite GSAP |
| Edge & Cryptography | Web Crypto API Cloudflare Workers Cloudflare Pages Supabase |
| AI Agent Ecosystem | Model Context Protocol Claude Code OpenAI Codex Antigravity |
| Tooling & Quality | Git GitHub Actions Vitest pnpm |