ALL
POSTS

59 posts so far.

May 28, 2026Claude5 min read

From git diff to perfect PR description in 2 minutes using Claude

I wrote a shell alias that pipes git diff to Claude and gets a structured PR description back. The whole workflow takes under two minutes and reviewers actually thank me now.

May 27, 2026Claude6 min read

Claude generates OpenAPI specs from existing code in minutes

I had 40 undocumented API endpoints. Claude read the route handlers and generated a complete OpenAPI 3.1 spec in one afternoon. Here is the workflow.

May 23, 2026Claude7 min read

How I use Claude to navigate a 200K-line monorepo without getting lost

A three-layer context strategy for using Claude on large codebases — global map, service summary, and targeted file context — that fits within any context window.

May 23, 2026Claude8 min read

I built a custom MCP server in 30 minutes and Claude gained superpowers

The Model Context Protocol lets you give Claude access to any tool, database, or API. Here is the exact pattern I use to build MCP servers in under an hour.

May 18, 2026Claude6 min read

I use Claude to review Terraform before every apply — it finds what I miss

A pre-apply Claude review of Terraform plans catches security misconfigurations, overly permissive IAM policies, and missing deletion protection that human reviewers routinely miss.

May 17, 2026Claude6 min read

I use Claude to audit npm dependencies before every major upgrade

A workflow that uses Claude to analyze breaking changes, identify risky dependencies, and generate a prioritized upgrade plan — before you run npm update.

May 17, 2026Claude6 min read

Claude's extended thinking mode solves bugs I had given up on

Extended thinking gives Claude time to reason through complex, multi-layer bugs before answering. Here is when to use it and the prompt structure that works best.

May 6, 2026Claude7 min read

I use Claude to design data pipelines from rough specs in one afternoon

The iterative Claude workflow that turns a rough product requirement into a complete ETL pipeline design with schema, error handling, and monitoring strategy.

PAGE 1 / 3  ·  18 POSTS

Claude Blog | Darshan Turakhia | Darshan Turakhia