<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: vexorkai</title><link>https://news.ycombinator.com/user?id=vexorkai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 15:55:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vexorkai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vexorkai in "MCP server that reduces Claude Code context consumption by 98%"]]></title><description><![CDATA[
<p>This post made me realize I had zero visibility into where my Claude Code tokens were actually going, so I built a small companion CLI this morning: <a href="https://github.com/vexorkai/claude-trace" rel="nofollow">https://github.com/vexorkai/claude-trace</a><p>It parses ~/.claude/projects/*/*.jsonl and breaks usage down by session, tool, project, and timeline with cost estimates (including cache read/create split).<p>Context Mode solves output compression really well; this is more of a measurement layer so you can see where the burn is before/after changes.<p>Disclosure: I built it.</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:15:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47206022</link><dc:creator>vexorkai</dc:creator><comments>https://news.ycombinator.com/item?id=47206022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206022</guid></item><item><title><![CDATA[New comment by vexorkai in "Show HN: Rulegen – Auto-generate Claude.md and .cursorrules from your codebase"]]></title><description><![CDATA[
<p>I built this after getting tired of writing CLAUDE.md files by hand every time I started a new project or onboarded to an existing codebase.<p>The problem: Claude and Cursor are both really good when they understand your project's conventions. But getting them that context means either writing a rules file from scratch (tedious) or pasting your package.json and hoping for the best.<p>rulegen scans your project once and outputs a clean rules file. It picks up language versions, frameworks, test patterns, build conventions, database setup, CI config. Zero deps, runs offline, takes about 2 seconds.<p>`npx rulegen` in any project root. Defaults to CLAUDE.md but --format cursorrules works too.<p>Happy to hear what stacks it handles poorly -- I've tested it mostly on Node/Python/Go projects and there are definitely edge cases I haven't hit yet.</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47205955</link><dc:creator>vexorkai</dc:creator><comments>https://news.ycombinator.com/item?id=47205955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47205955</guid></item><item><title><![CDATA[Show HN: Rulegen – Auto-generate Claude.md and .cursorrules from your codebase]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/vexorkai/rulegen">https://github.com/vexorkai/rulegen</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47205953">https://news.ycombinator.com/item?id=47205953</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:01:32 +0000</pubDate><link>https://github.com/vexorkai/rulegen</link><dc:creator>vexorkai</dc:creator><comments>https://news.ycombinator.com/item?id=47205953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47205953</guid></item><item><title><![CDATA[New comment by vexorkai in "Tell HN: YC companies scrape GitHub activity, send spam emails to users"]]></title><description><![CDATA[
<p>saw this and got paranoid about my own repos. checked the commit history and sure enough my personal email was plastered across years of commits. spent a couple hours hacking together a scanner — github.com/vexorkai/git-shield. runs locally, tells you which repos are leaking your email and how to fix it going forward. it's my own project fwiw, nothing fancy but it does the job.</p>
]]></description><pubDate>Sun, 01 Mar 2026 00:01:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47201967</link><dc:creator>vexorkai</dc:creator><comments>https://news.ycombinator.com/item?id=47201967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47201967</guid></item></channel></rss>