Skip to content
View adityasingh38's full-sized avatar

Block or report adityasingh38

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adityasingh38/README.md

Aditya Singh

GTM engineer who builds revenue systems with AI agents. I run outbound, revenue operations and n8n automation from a sales seat, and direct coding agents to take products from spec to shipped.

Currently: Founder's Office @ CultureX. Signal-based intent pipelines, renewals and collections automation, outbound and partnerships.

How I build: I own the spec, the architecture and the iteration. AI coding agents do the implementation. Everything below was built that way, solo.


Klik

The first thing I've built that other people can actually use.

A Windows desktop app for installing MCP servers into Claude Desktop, Cursor and VS Code without hand-editing JSON config files. Browse a catalog of 15,000+ servers and 200+ skills, pick what you want, and Klik handles runtime checks, dependency resolution and config writing. A pre-flight preview shows exactly what will change before anything touches your machine.

Klik browsing the MCP server catalog

Nothing is written to your machine until you confirm. Every install shows the exact command that will run, the files that will be edited, any secrets that get stored, and what the server will have access to.

Klik's pre-flight review dialog

Electron · React · TypeScript · shadcn/ui Repo and installer


Also public

Cribbin An MCP server that put a design-reference library behind eleven typed tools, so you could query real screens and user flows from inside an editor. The platform had no public API, so the client was built by mapping its private endpoints from network traffic, with schema validation at the boundary and self-healing credential rotation. Published as an engineering write-up rather than a working client, for reasons the repo explains. TypeScript, Node, MCP.

watch-and-learn A Claude Code skill that watches any video and executes the technique it teaches. Pulls transcripts and frames, detects the tools being used, traces letterforms, and extracts design taste. Python.


Private, happy to demo on request

These repos are private, so here is what each one actually is.

Surge

Offline-first payments for live events. At a festival or stadium the network is saturated and card terminals stop working, so Surge captures the transaction and cryptographically signs it on the device with zero connectivity. When a connection returns it settles through a payment aggregator. Checkout completes with no signal. React Native (Expo), Node, Express, MongoDB.

Gist

A meeting notetaker for Google Meet, Zoom and Microsoft Teams. It captures the tab's audio through a Chrome extension, transcribes the call, then extracts action items and writes a summary with AI, so nobody has to take notes during the meeting. Chrome extension (Manifest V3, tab capture and offscreen audio), Express API, landing site.

Kaafila

A companion app for two-wheeler riders. It detects when a ride starts and tracks it in the background over GPS, logs fuel fill-ups and works out real mileage, and reminds you when a service is due based on actual odometer readings rather than guesswork. Routing asks for two-wheeler routes, not car ones. Expo, React Native, SQLite, background tasks. In progress.


Earlier

tally Turns bank SMS into automatic, AI-categorized expense tracking. React Native, Supabase.

blocks-app Copy-paste UI component library plus a font generator. Next.js, TypeScript.


Toolbox

GTM and revenue: outbound, revenue operations, n8n workflow automation, signal-based outreach, intent detection, lifecycle and collections automation, Zoho CRM, Apollo, Lusha

Building: Claude Code, Cursor, coding-agent orchestration, MCP server development, prompt and context engineering

Shipped with (agent-assisted): React Native / Expo, Node / Express, TypeScript, Electron, MongoDB


Background: B.Tech, Electronics and Telecommunication. Published CNN research on plant-disease detection (Springer, 2025).

LinkedIn · chaharadityasingh03@gmail.com

Pinned Loading

  1. tally tally Public

    Automatic expense tracking that parses bank SMS and categorizes spending with AI. React Native, Expo, Supabase.

    JavaScript

  2. cribbin cribbin Public

    How I built a typed MCP client over an undocumented API, and why I am not publishing the client. Architecture, method, and redacted excerpts.

    TypeScript

  3. klik klik Public

    Install MCP servers, skills and plugins into Claude, Cursor and VS Code without editing JSON. Browse 15,000+ servers, preview exactly what changes, install.

    TypeScript