<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Claude Code on Prateek Sharma</title>
		<link>https://prateeksharma.me/tags/claude-code/</link>
		<description>Recent content in Claude Code on Prateek Sharma</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 16 Sep 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://prateeksharma.me/tags/claude-code/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>git-why</title>
				<link>https://prateeksharma.me/projects/git-why/</link>
				<pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/projects/git-why/</guid>
				<description>&lt;p&gt;Chat history is where most of the reasoning behind a commit actually lives:&#xA;why an approach was chosen, what alternative got rejected, what constraint&#xA;ruled out the simpler option. None of that survives once the conversation is&#xA;gone, even though &lt;code&gt;git log&lt;/code&gt; still has the commit. &lt;a href=&#34;https://github.com/pratts/git-why&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;git-why&lt;/a&gt;&#xA;&#xA;is a Claude Code skill that closes that gap by writing the reasoning&#xA;directly onto the commit itself, as a &lt;code&gt;git notes&lt;/code&gt; entry.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Added a Claude Code skill to audit the WazirX Postman collection against its docs</title>
				<link>https://prateeksharma.me/open-source/wazirx-postman-docs-sync-skill/</link>
				<pubDate>Wed, 02 Sep 2026 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/open-source/wazirx-postman-docs-sync-skill/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://prateeksharma.me/open-source/wazirx-postman-spec-alignment/&#34;&gt;PR #7&lt;/a&gt;&#xA; fixed one concrete case&#xA;of the Postman collection drifting from the live API: a wrong endpoint path&#xA;and misplaced parameters on the Crypto Withdraw request. Since this&#xA;collection is treated as ground truth by third-party tooling built against&#xA;it, that kind of drift has a blast radius beyond the repo itself, so I&#xA;turned the process I used to find and fix it into a&#xA;&lt;a href=&#34;https://github.com/WazirX/wazirx-api-postman/pull/8&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Claude Code Skill&lt;/a&gt;&#xA;:&#xA;a plain Markdown file (&lt;code&gt;.claude/skills/wazirx-postman-docs-sync/SKILL.md&lt;/code&gt;)&#xA;with instructions for an agent to fetch the real spec, compare method, path,&#xA;parameter location, and types against each existing request, fix confirmed&#xA;drift, and flag anything ambiguous rather than guess.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
