Skip to content
View Bigsupe55's full-sized avatar

Block or report Bigsupe55

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
Bigsupe55/README.md

Nicholas Hernandez

I build things that let AI systems do real work: MCP servers, agent workflows, and production software with an LLM somewhere in the loop that has to be right.

Founder of Civic-Chain, a govtech company working on municipal financial transparency. Most of what is public here came out of that, or out of trying to automate a part of it.

AI tooling

geo-inspector-mcp · TypeScript An MCP server that inspects a website's AI-search readiness. Four tools, every parser a pure function with fixture tests, all HTTP through one capped and redirect-limited helper. Published on npm and listed in the official MCP Registry.

ai-visibility-audit · Claude Code plugin The workflow layer over those tools: a skill that orchestrates them into a scored, client-ready report. The scoring is a bundled zero-dependency script, so the same site state always produces the same number. Claude writes the words and never invents the math. That split is the whole design.

procurement-forecast-bot · TypeScript Finds planned federal procurement before any RFP exists, scores it 0-100, and emails a ranked digest. Four public agency sources, three of them undocumented and reverse-engineered off the agencies' own front ends. An optional LLM pass judges fit against a cached capability profile, with a hard per-run item cap as a cost ceiling. It ships switched off, because a model judging against an unreviewed profile is worse than no model at all.

Other public work

Owner's Manual · Python + vanilla JS An interactive course for the PSPO I exam: 14 modules, 317 questions, 164 flashcards and 20 branching decision simulations, shipped as one self-contained HTML file with no framework and no dependencies. Open the demo. Content is data rather than markup, which is how seven parallel authoring agents working from one checked-in spec produced a course that reads in a single voice. The build is the test suite, and it deletes its own output if a sanitization check fails, so a bad build cannot be served by accident.

maine-political-map · JavaScript + Leaflet Every Maine political district and 529 town polygons, with 207 officials joined to the districts they hold. Vanilla JS, no build step. Towns are shaded by median household income across classes cut at the data's own quantiles, because even intervals put 80% of Maine in one bucket.

The Response Ledger · JavaScript + Supabase A public record of outreach to government offices and how long each takes to respond. One static page, a free database, and a scheduled job that doubles as its own keepalive. Built entirely on free tiers, which is what drove every architectural decision in it.

Before this

Four years in compliance and operations: violation investigations across 1,000+ residential units, vendor negotiation, and staff training on Florida statute. Six Sigma Yellow Belt, Scrum Fundamentals, and a Florida LCAM license. Bilingual English/Spanish.

That background is why the software I build tends to be about process, records, and money that someone has to account for.


Open to work on AI agent systems and AI product. Reach me at nghernandez55@gmail.com.

Popular repositories Loading

  1. geo-inspector-mcp geo-inspector-mcp Public

    MCP server that inspects a website's AI-search readiness: AI crawler access, llms.txt, schema markup, and indexing directives

    TypeScript

  2. ai-visibility-audit ai-visibility-audit Public

    Claude Code plugin that scores whether a site is readable and citable by AI search. Orchestrates the geo-inspector MCP tools into a deterministic 0-100 score across four weighted categories, then w…

    JavaScript

  3. green-hill-rush green-hill-rush Public

    Green Hill Rush - a Sonic-themed browser mini-game

    HTML

  4. response-ledger response-ledger Public

    A public record of outreach to government officials about payment transparency, and how long each office takes to respond. Static page + Supabase + a scheduled GitHub Action, all on free tiers.

    JavaScript

  5. birthdayrune birthdayrune Public

    A tiny Deltarune-style birthday minigame for Ryan and Alex

    HTML

  6. procurement-forecast-bot procurement-forecast-bot Public

    Finds planned U.S. federal procurement before any RFP is published, scores it 0-100 for a small vendor's actual fit, and emails a ranked weekly digest. Four public agency sources, three reverse-eng…

    TypeScript