GeistHaus
log in · sign up

Field Notes From Shipping Real Code With Claude

diwank.space

Note: This post comes with a NotebookLM podcast (1linked at the bottom), and three generated audio recordings. You can read the conversation I had

9 pages link to this URL
🤖 Building with AI: A Summer Reading Collection

A collection of articles highlights various approaches and insights into optimizing AI-assisted coding workflows, primarily focusing on Claude Code and its transformative impact on software development.

3 inbound links article en 2025
Notes on CLAUDE.md Structure and Best Practices

I’ve been diving deep into Claude Code and wanted to share some notes on CLAUDE.md structure and best practices. Here’s what I’ve learned from various sources and experiments. File Imports and Structure One of the most powerful features is the ability to import additional files using @path/to/import syntax: See @README for project overview and @package.json for available npm commands for this project. # Additional Instructions - git workflow @docs/git-instructions.md You can also import files from your home directory, which is convenient for team members to provide individual instructions that aren’t checked into the repository:

0 inbound links article en posts
Getting started with Claude Code

Claude Code is a powerful CLI based coding agent. It comes with MCP support which enables it to use external tools like web browsers to automatically validate a

0 inbound links article en coding codingtutorialAI