Tag: Claude-Code

7 posts tagged with "Claude-Code"

The Blog That Builds Itself: AI Automation Behind the Scenes

The Blog That Builds Itself: AI Automation Behind the Scenes

This blog runs on a custom automation pipeline where AI agents compete, critique, and synthesize every post. Here's how the /create-blog-post command, a DALL-E 3 image generation script, pre-commit image enforcement, and WebP optimization all compose into a content system that behaves like production software.

AI , Automation , Web Development
Read more

The Rise of the Agent Wrangler

The Rise of the Agent Wrangler

AI agents can write code, fix bugs, and ship features — but who can be trusted to ship production software when most implementation is delegated? Meet the Agent Wrangler: the engineer who decomposes work, directs multiple agents, validates output, and owns the outcome. Deep technical foundations matter more than ever. The keyboard gets less important. Judgment gets everything.

AI , Best Practices , Career
Read more

When Your First Version Fails: Iterating on agent-config with AI

When Your First Version Fails: Iterating on agent-config with AI

The first version of agent-config tried to impose uniform rules on Claude, Codex, Copilot, and Gemini — and it broke. The fix wasn't better engineering up front. It was accepting failure fast, letting AI handle per-agent format conversion, and shipping a v2 that actually works. Here's what the failure taught about human instinct, AI-assisted iteration, and why failing cheaper is a skill worth building.

AI , Automation , Tools
Read more

Centralizing AI Agent Configurations with the agent-config Repository

Centralizing AI Agent Configurations with the agent-config Repository

Discover how to manage Claude, Codex, and GitHub Copilot configurations from a single source of truth. The coreydaley/agent-config GitHub repository provides a centralized home for agent instructions, reusable skills, custom commands, subagents, and prompts—with a simple Makefile-based setup that symlinks everything into place across your AI tools.

AI , Automation , Tools
Read more

How I Used Claude Code to Make My Blog Accessible in Minutes

How I Used Claude Code to Make My Blog Accessible in Minutes

Accessibility is something every website owner should care about, yet it's easy to deprioritize. I asked Claude Code to audit my Hugo blog for screen reader compatibility and was amazed at both the depth of its findings and how quickly it fixed every issue — from missing skip-navigation links to unlabeled SVG icons to dynamic search results that screen readers couldn't detect.

AI , Best Practices , Web Development
Read more

Finding Each AI's Place in My Workflow

Finding Each AI's Place in My Workflow

Explore how different AI tools are finding their unique niches in modern development workflows. From Codex, Claude Code, and GitHub Copilot CLI for terminal-based coding tasks, to ChatGPT web for image creation, GitHub Copilot in VSCode for code completion, and Claude Code/Desktop for blog writing with Notion integration. Learn how each AI assistant excels in specific domains, the importance of specialization over choosing a single 'best' tool, and strategies for leveraging multiple AI tools effectively across different aspects of development and content creation.

AI , Productivity , Tools
Read more

Building coreydaley.dev with Claude Code: An Iterative Journey

Building coreydaley.dev with Claude Code: An Iterative Journey

A behind-the-scenes look at the collaborative process of designing and building the coreydaley-dev Hugo theme using Claude Code. This post explores the iterative development cycle, key technical decisions including Pagefind search integration and responsive design, and how rapid feedback loops enabled fearless experimentation. Learn how AI-assisted development can transform theme creation from a daunting task into an engaging, educational experience that balances creativity with functionality.

AI , Web Development
Read more